Color Hex Logo

#c96208 Color Hex

#C96208
(201,98,8)
0 Favorites   0 Comments

Color spaces of #c96208

RGB 201988
HSL0.080.920.41
HSV28°96°79°
CMYK 0.000.510.96   0.21
XYZ28.498921.17042.8140
Yxy21.17040.54300.4034
Hunter Lab46.011330.041228.5818
CIE-Lab53.135536.659260.0677

#c96208 color RGB value is (201,98,8).

#c96208 hex color red value is 201, green value is 98 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c96208 hue: 0.08 , saturation: 0.92 and the lightness value of c96208 is 0.41.

The process color (four color CMYK) of #c96208 color hex is 0.00, 0.51, 0.96, 0.21. Web safe color of #c96208 is #cc6600. Color #c96208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 00001000
Octal 311 142 10
Decimal 201 98 8
Hex C9 62 8

RGB Percentages of Color #c96208

%65.47
%31.92
%2.61

CMYK Percentages of Color #c96208

%0
%51
%96
%21

Triadic Colors of #c96208

#c96208 #08c962 #6208c9

Analogous Colors of #c96208

#c96208 #c9c308 #c9080f

Monochromatic Colors of #c96208

#c96208

Complementary Color

#c96208 #086fc9

#c96208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96208 Color CSS Codes

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

#c96208 Text Font Color

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

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


#c96208 Background Color

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

This div background color is #c96208


#c96208 Border Color

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

This div border color is #c96208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96208


Comments

No comments written yet.

Please login to write comment.