Color Hex Logo

#c9660c Color Hex

#C9660C
(201,102,12)
0 Favorites   0 Comments

Color spaces of #c9660c

RGB 20110212
HSL0.080.890.42
HSV29°94°79°
CMYK 0.000.490.94   0.21
XYZ28.905121.94683.0605
Yxy21.94680.53610.4071
Hunter Lab46.847428.152528.9198
CIE-Lab53.970534.642459.8289

#c9660c color RGB value is (201,102,12).

#c9660c hex color red value is 201, green value is 102 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c9660c hue: 0.08 , saturation: 0.89 and the lightness value of c9660c is 0.42.

The process color (four color CMYK) of #c9660c color hex is 0.00, 0.49, 0.94, 0.21. Web safe color of #c9660c is #cc6600. Color #c9660c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 00001100
Octal 311 146 14
Decimal 201 102 12
Hex C9 66 C

RGB Percentages of Color #c9660c

%63.81
%32.38
%3.81

CMYK Percentages of Color #c9660c

%0
%49
%94
%21

Triadic Colors of #c9660c

#c9660c #0cc966 #660cc9

Analogous Colors of #c9660c

#c9660c #c9c50c #c90c11

Monochromatic Colors of #c9660c

#c9660c

Complementary Color

#c9660c #0c6fc9

#c9660c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9660c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9660c Color CSS Codes

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

#c9660c Text Font Color

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

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


#c9660c Background Color

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

This div background color is #c9660c


#c9660c Border Color

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

This div border color is #c9660c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9660c


Comments

No comments written yet.

Please login to write comment.