Color Hex Logo

#c99981 Color Hex

#C99981
(201,153,129)
0 Favorites   0 Comments

Color spaces of #c99981

RGB 201153129
HSL0.060.400.65
HSV20°36°79°
CMYK 0.000.240.36   0.21
XYZ39.441136.785025.7903
Yxy36.78500.38660.3606
Hunter Lab60.65069.939917.2437
CIE-Lab67.115414.685019.5571

#c99981 color RGB value is (201,153,129).

#c99981 hex color red value is 201, green value is 153 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c99981 hue: 0.06 , saturation: 0.40 and the lightness value of c99981 is 0.65.

The process color (four color CMYK) of #c99981 color hex is 0.00, 0.24, 0.36, 0.21. Web safe color of #c99981 is #cc9999. Color #c99981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10000001
Octal 311 231 201
Decimal 201 153 129
Hex C9 99 81

RGB Percentages of Color #c99981

%41.61
%31.68
%26.71

CMYK Percentages of Color #c99981

%0
%24
%36
%21

Triadic Colors of #c99981

#c99981 #81c999 #9981c9

Analogous Colors of #c99981

#c99981 #c9bd81 #c9818d

Monochromatic Colors of #c99981

#c99981

Complementary Color

#c99981 #81b1c9

#c99981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99981 Color CSS Codes

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

#c99981 Text Font Color

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

This sample text font color is #c99981
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.


#c99981 Background Color

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

This div background color is #c99981


#c99981 Border Color

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

This div border color is #c99981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99981


Comments

No comments written yet.

Please login to write comment.