Color Hex Logo

#c9660d Color Hex

#C9660D
(201,102,13)
0 Favorites   0 Comments

Color spaces of #c9660d

RGB 20110213
HSL0.080.880.42
HSV28°94°79°
CMYK 0.000.490.94   0.21
XYZ28.911421.94933.0936
Yxy21.94930.53580.4068
Hunter Lab46.850128.165528.8800
CIE-Lab53.973234.655459.6151

#c9660d color RGB value is (201,102,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 00001101
Octal 311 146 15
Decimal 201 102 13
Hex C9 66 D

RGB Percentages of Color #c9660d

%63.61
%32.28
%4.11

CMYK Percentages of Color #c9660d

%0
%49
%94
%21

Triadic Colors of #c9660d

#c9660d #0dc966 #660dc9

Analogous Colors of #c9660d

#c9660d #c9c40d #c90d12

Monochromatic Colors of #c9660d

#c9660d

Complementary Color

#c9660d #0d70c9

#c9660d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9660d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9660d Color CSS Codes

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

#c9660d Text Font Color

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

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


#c9660d Background Color

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

This div background color is #c9660d


#c9660d Border Color

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

This div border color is #c9660d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9660d


Comments

No comments written yet.

Please login to write comment.