Shades of Chocolate #C96019
Tints of Chocolate #C96019
RGB
CMYK
RGB Variations
Color information
#C96019 (or 0xC96019) is known color: Chocolate. HEX triplet: C9, 60 and 19. RGB value is (201,96,25). Sum of RGB (Red+Green+Blue) = 201+96+25=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96019 is #369FE6. Grayscale: #777777. Windows color (decimal): -3579879 or 1663177. OLE color: 1663177.
HSL color Cylindrical-coordinate representation of color #C96019: hue angle of 24.2º 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 #C96019 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.21 |
| HSL | 24.2º | 0.78% | 0.44% | - |
| HSV(B) | 24.2º | 0.88% | 0.79% | - |
| XYZ | 28.45 | 20.85 | 3.45 | - |
| YUV | 119.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 25 | 0 | 0.52 | 0.88 | 0.21 | 24.2 | 0.78 | 0.44 |
| Hex | C9 | 60 | 19 | 0 | 34 | 58 | 15 | 18 | 4E | 2C |
| Octal | 311 | 140 | 31 | 0 | 64 | 130 | 25 | 30 | 116 | 54 |
| Binary | 11001001 | 1100000 | 11001 | 0 | 110100 | 1011000 | 10101 | 11000 | 1001110 | 101100 |
Color Harmonies of #C96019
Complementary color
Monochromatic Colors of #C96019
Black with #C96019
Text Example
Text Example
White with #C96019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96019; }
p { color: rgb(201,96,25); }
H1.HeaderClassName
{
color: #C96019;
}
.AnyTagClassName
{
color: #C96019;
}
</style>
background-color css
<style>
a { background-color: #C96019; }
a { background-color: rgb(201,96,25); }
div.DivClassName
{
background-color: #C96019;
}
.BgClassName
{
background-color: #C96019;
}
</style>
border-color css
<style>
span { border-color: #C96019; }
span { border-color: rgb(201,96,25); }
td.TdClassName
{
border-color: #C96019;
}
.TagClassName
{
border-color: #C96019;
}
</style>