Color Hex Logo

#c99aa0 Color Hex

#C99AA0
(201,154,160)
1 Favorites   0 Comments

Color spaces of #c99aa0

RGB 201154160
HSL0.980.300.70
HSV352°23°79°
CMYK 0.000.230.20   0.21
XYZ41.988238.066838.3923
Yxy38.06680.35450.3214
Hunter Lab61.698313.50456.2951
CIE-Lab68.069818.43243.6537

#c99aa0 color RGB value is (201,154,160).

#c99aa0 hex color red value is 201, green value is 154 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c99aa0 hue: 0.98 , saturation: 0.30 and the lightness value of c99aa0 is 0.70.

The process color (four color CMYK) of #c99aa0 color hex is 0.00, 0.23, 0.20, 0.21. Web safe color of #c99aa0 is #cc9999. Color #c99aa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 10100000
Octal 311 232 240
Decimal 201 154 160
Hex C9 9A A0

RGB Percentages of Color #c99aa0

%39.03
%29.90
%31.07

CMYK Percentages of Color #c99aa0

%0
%23
%20
%21

Triadic Colors of #c99aa0

#c99aa0 #a0c99a #9aa0c9

Analogous Colors of #c99aa0

#c99aa0 #c9ac9a #c99ab8

Monochromatic Colors of #c99aa0

#c99aa0

Complementary Color

#c99aa0 #9ac9c3

#c99aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aa0 Color CSS Codes

.mybgcolor {background-color:#c99aa0; } 
.myforecolor {color:#c99aa0; }
.mybordercolor {border:3px solid #c99aa0; }

#c99aa0 Text Font Color

<p style="color:#c99aa0">Text here</p>

This sample text font color is #c99aa0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c99aa0 Background Color

<div style="background-color:#c99aa0">
Div content here</div>

This div background color is #c99aa0


#c99aa0 Border Color

<div style="border:3px solid #c99aa0">
Div here</div>

This div border color is #c99aa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,154,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99aa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #c99aa0;
  box-shadow:         1px 1px 3px 2px #c99aa0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,154,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c99aa0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c99aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #c99aa0;
  box-shadow:         1px 1px 3px 2px #c99aa0;">
Div content here</div>

This div box has shadow with color #c99aa0


Comments

No comments written yet.

Please login to write comment.