Color Hex Logo

#c9994e Color Hex

#C9994E
(201,153,78)
0 Favorites   0 Comments

Color spaces of #c9994e

RGB 20115378
HSL0.100.530.55
HSV37°61°79°
CMYK 0.000.240.61   0.21
XYZ36.853835.750012.1658
Yxy35.75000.43480.4217
Hunter Lab59.79135.388029.7901
CIE-Lab66.32859.737045.6167

#c9994e color RGB value is (201,153,78).

#c9994e hex color red value is 201, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c9994e hue: 0.10 , saturation: 0.53 and the lightness value of c9994e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 01001110
Octal 311 231 116
Decimal 201 153 78
Hex C9 99 4E

RGB Percentages of Color #c9994e

%46.53
%35.42
%18.06

CMYK Percentages of Color #c9994e

%0
%24
%61
%21

Triadic Colors of #c9994e

#c9994e #4ec999 #994ec9

Analogous Colors of #c9994e

#c9994e #bcc94e #c95c4e

Monochromatic Colors of #c9994e

#c9994e

Complementary Color

#c9994e #4e7ec9

#c9994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9994e Color CSS Codes

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

#c9994e Text Font Color

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

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


#c9994e Background Color

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

This div background color is #c9994e


#c9994e Border Color

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

This div border color is #c9994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9994e

#c9994e Color Palettes


Comments

No comments written yet.

Please login to write comment.