Color Hex Logo

#c9996e Color Hex

#C9996E
(201,153,110)
0 Favorites   0 Comments

Color spaces of #c9996e

RGB 201153110
HSL0.080.460.61
HSV28°45°79°
CMYK 0.000.240.45   0.21
XYZ38.293136.325819.7452
Yxy36.32580.40580.3850
Hunter Lab60.27097.935922.7658
CIE-Lab66.768112.527929.4991

#c9996e color RGB value is (201,153,110).

#c9996e hex color red value is 201, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c9996e hue: 0.08 , saturation: 0.46 and the lightness value of c9996e is 0.61.

The process color (four color CMYK) of #c9996e color hex is 0.00, 0.24, 0.45, 0.21. Web safe color of #c9996e is #cc9966. Color #c9996e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 01101110
Octal 311 231 156
Decimal 201 153 110
Hex C9 99 6E

RGB Percentages of Color #c9996e

%43.32
%32.97
%23.71

CMYK Percentages of Color #c9996e

%0
%24
%45
%21

Triadic Colors of #c9996e

#c9996e #6ec999 #996ec9

Analogous Colors of #c9996e

#c9996e #c9c76e #c96e71

Monochromatic Colors of #c9996e

#c9996e

Complementary Color

#c9996e #6e9ec9

#c9996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9996e Color CSS Codes

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

#c9996e Text Font Color

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

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


#c9996e Background Color

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

This div background color is #c9996e


#c9996e Border Color

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

This div border color is #c9996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9996e


Comments

No comments written yet.

Please login to write comment.