Color Hex Logo

#c9864e Color Hex

#C9864E
(201,134,78)
0 Favorites   0 Comments

Color spaces of #c9864e

RGB 20113478
HSL0.080.530.55
HSV27°61°79°
CMYK 0.000.330.61   0.21
XYZ33.987630.017811.2104
Yxy30.01780.45190.3991
Hunter Lab54.788514.851126.2205
CIE-Lab61.669620.110340.1748

#c9864e color RGB value is (201,134,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 01001110
Octal 311 206 116
Decimal 201 134 78
Hex C9 86 4E

RGB Percentages of Color #c9864e

%48.67
%32.45
%18.89

CMYK Percentages of Color #c9864e

%0
%33
%61
%21

Triadic Colors of #c9864e

#c9864e #4ec986 #864ec9

Analogous Colors of #c9864e

#c9864e #c9c44e #c94e53

Monochromatic Colors of #c9864e

#c9864e

Complementary Color

#c9864e #4e91c9

#c9864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9864e Color CSS Codes

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

#c9864e Text Font Color

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

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


#c9864e Background Color

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

This div background color is #c9864e


#c9864e Border Color

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

This div border color is #c9864e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,134,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 #c9864e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9864e


Comments

No comments written yet.

Please login to write comment.