Shades of Chocolate #C97008
Tints of Chocolate #C97008
RGB
CMYK
RGB Variations
Color information
#C97008 (or 0xC97008) is known color: 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
| RGB | 201 | 112 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.21 |
| HSL | 32.33º | 0.92% | 0.41% | - |
| HSV(B) | 32.33º | 0.96% | 0.79% | - |
| XYZ | 29.93 | 24.02 | 3.29 | - |
| YUV | 126.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 8 | 0 | 0.44 | 0.96 | 0.21 | 32.33 | 0.92 | 0.41 |
| Hex | C9 | 70 | 8 | 0 | 2C | 60 | 15 | 20 | 5C | 29 |
| Octal | 311 | 160 | 10 | 0 | 54 | 140 | 25 | 40 | 134 | 51 |
| Binary | 11001001 | 1110000 | 1000 | 0 | 101100 | 1100000 | 10101 | 100000 | 1011100 | 101001 |
Color Harmonies of #C97008
Complementary color
Monochromatic Colors of #C97008
Black with #C97008
Text Example
Text Example
White with #C97008
Text Example
Text Example
HTML Codes & Css Web 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>