Shades of Chocolate #C96C18
Tints of Chocolate #C96C18
RGB
CMYK
RGB Variations
Color information
#C96C18 (or 0xC96C18) is known color: Chocolate. HEX triplet: C9, 6C and 18. RGB value is (201,108,24). Sum of RGB (Red+Green+Blue) = 201+108+24=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C18 is #3693E7. Grayscale: #7E7E7E. Windows color (decimal): -3576808 or 1600713. OLE color: 1600713.
HSL color Cylindrical-coordinate representation of color #C96C18: hue angle of 28.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96C18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.21 |
| HSL | 28.47º | 0.79% | 0.44% | - |
| HSV(B) | 28.47º | 0.88% | 0.79% | - |
| XYZ | 29.61 | 23.21 | 3.78 | - |
| YUV | 126.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 24 | 0 | 0.46 | 0.88 | 0.21 | 28.47 | 0.79 | 0.44 |
| Hex | C9 | 6C | 18 | 0 | 2E | 58 | 15 | 1C | 4F | 2C |
| Octal | 311 | 154 | 30 | 0 | 56 | 130 | 25 | 34 | 117 | 54 |
| Binary | 11001001 | 1101100 | 11000 | 0 | 101110 | 1011000 | 10101 | 11100 | 1001111 | 101100 |
Color Harmonies of #C96C18
Complementary color
Monochromatic Colors of #C96C18
Black with #C96C18
Text Example
Text Example
White with #C96C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C18; }
p { color: rgb(201,108,24); }
H1.HeaderClassName
{
color: #C96C18;
}
.AnyTagClassName
{
color: #C96C18;
}
</style>
background-color css
<style>
a { background-color: #C96C18; }
a { background-color: rgb(201,108,24); }
div.DivClassName
{
background-color: #C96C18;
}
.BgClassName
{
background-color: #C96C18;
}
</style>
border-color css
<style>
span { border-color: #C96C18; }
span { border-color: rgb(201,108,24); }
td.TdClassName
{
border-color: #C96C18;
}
.TagClassName
{
border-color: #C96C18;
}
</style>