Color Hex Logo

#c9965b Color Hex

#C9965B
(201,150,91)
0 Favorites   0 Comments

Color spaces of #c9965b

RGB 20115091
HSL0.090.500.57
HSV32°55°79°
CMYK 0.000.250.55   0.21
XYZ36.882134.985514.7065
Yxy34.98550.42600.4041
Hunter Lab59.14857.793826.6623
CIE-Lab65.737412.378138.3110

#c9965b color RGB value is (201,150,91).

#c9965b hex color red value is 201, green value is 150 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c9965b hue: 0.09 , saturation: 0.50 and the lightness value of c9965b is 0.57.

The process color (four color CMYK) of #c9965b color hex is 0.00, 0.25, 0.55, 0.21. Web safe color of #c9965b is #cc9966. Color #c9965b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 01011011
Octal 311 226 133
Decimal 201 150 91
Hex C9 96 5B

RGB Percentages of Color #c9965b

%45.48
%33.94
%20.59

CMYK Percentages of Color #c9965b

%0
%25
%55
%21

Triadic Colors of #c9965b

#c9965b #5bc996 #965bc9

Analogous Colors of #c9965b

#c9965b #c5c95b #c95f5b

Monochromatic Colors of #c9965b

#c9965b

Complementary Color

#c9965b #5b8ec9

#c9965b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9965b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9965b Color CSS Codes

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

#c9965b Text Font Color

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

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


#c9965b Background Color

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

This div background color is #c9965b


#c9965b Border Color

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

This div border color is #c9965b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9965b


Comments

No comments written yet.

Please login to write comment.