#C97008

Color #C97008 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C97008

Tints of Chocolate #C97008

Color information

#C97008 (or 0xC97008) is unknown color: approx Chocolate. HEX triplet: C9, 70 and 08. RGB value is (201,112,8). Sum of RGB (Red+Green+Blue) = 201+112+8=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97008 is #368FF7. Grayscale: #7F7F7F. Windows color (decimal): -3575800 or 553161. OLE color: 553161.

HSL color Cylindrical-coordinate representation of color #C97008: hue angle of 32.33º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C97008 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2011128-
CMYK00.440.960.21
HSL32.33º92.34%40.98%-
HSV(B)32.33º96.02%78.82%-
XYZ29.9324.023.29-
YUV126.7660.99180.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 62.62%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=62.62%
G=34.89%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201112800.440.960.2132.3392.3440.98
HexC970802C6015205c29
Octal31116010054140254013451
Binary110010011110000100001011001100000101011000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97008; }

 p { color: rgb(201,112,8); }

 H1.HeaderClassName
 {
   color: #C97008;
 }
 .AnyTagClassName
 {
   color: #C97008;
 }
</style>
background-color css

<style>
 a { background-color: #C97008; }

 a { background-color: rgb(201,112,8); }

 div.DivClassName
 {
   background-color: #C97008;
 }
 .BgClassName
 {
   background-color: #C97008;
 }
</style>
border-color css

<style>
 span { border-color: #C97008; }

 span { border-color: rgb(201,112,8); }

 td.TdClassName
 {
   border-color: #C97008;
 }
 .TagClassName
 {
   border-color: #C97008;
 }
</style>