Shades of Chocolate #C96C19
Tints of Chocolate #C96C19
RGB
CMYK
RGB Variations
Color information
#C96C19 (or 0xC96C19) is known color: Chocolate. HEX triplet: C9, 6C and 19. RGB value is (201,108,25). Sum of RGB (Red+Green+Blue) = 201+108+25=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C19 is #3693E6. Grayscale: #7E7E7E. Windows color (decimal): -3576807 or 1666249. OLE color: 1666249.
HSL color Cylindrical-coordinate representation of color #C96C19: hue angle of 28.3º degrees, saturation: 0.78, 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 #C96C19 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 25 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.21 |
| HSL | 28.3º | 0.78% | 0.44% | - |
| HSV(B) | 28.3º | 0.88% | 0.79% | - |
| XYZ | 29.63 | 23.21 | 3.84 | - |
| YUV | 126.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 25 | 0 | 0.46 | 0.88 | 0.21 | 28.3 | 0.78 | 0.44 |
| Hex | C9 | 6C | 19 | 0 | 2E | 58 | 15 | 1C | 4E | 2C |
| Octal | 311 | 154 | 31 | 0 | 56 | 130 | 25 | 34 | 116 | 54 |
| Binary | 11001001 | 1101100 | 11001 | 0 | 101110 | 1011000 | 10101 | 11100 | 1001110 | 101100 |
Color Harmonies of #C96C19
Complementary color
Monochromatic Colors of #C96C19
Black with #C96C19
Text Example
Text Example
White with #C96C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C19; }
p { color: rgb(201,108,25); }
H1.HeaderClassName
{
color: #C96C19;
}
.AnyTagClassName
{
color: #C96C19;
}
</style>
background-color css
<style>
a { background-color: #C96C19; }
a { background-color: rgb(201,108,25); }
div.DivClassName
{
background-color: #C96C19;
}
.BgClassName
{
background-color: #C96C19;
}
</style>
border-color css
<style>
span { border-color: #C96C19; }
span { border-color: rgb(201,108,25); }
td.TdClassName
{
border-color: #C96C19;
}
.TagClassName
{
border-color: #C96C19;
}
</style>