Shades of Chocolate #C9601F
Tints of Chocolate #C9601F
RGB
CMYK
RGB Variations
Color information
#C9601F (or 0xC9601F) is known color: Chocolate. HEX triplet: C9, 60 and 1F. RGB value is (201,96,31). Sum of RGB (Red+Green+Blue) = 201+96+31=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9601F is #369FE0. Grayscale: #787878. Windows color (decimal): -3579873 or 2056393. OLE color: 2056393.
HSL color Cylindrical-coordinate representation of color #C9601F: hue angle of 22.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9601F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 31 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.21 |
| HSL | 22.94º | 0.73% | 0.45% | - |
| HSV(B) | 22.94º | 0.85% | 0.79% | - |
| XYZ | 28.52 | 20.88 | 3.82 | - |
| YUV | 119.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 31 | 0 | 0.52 | 0.85 | 0.21 | 22.94 | 0.73 | 0.45 |
| Hex | C9 | 60 | 1F | 0 | 34 | 55 | 15 | 17 | 49 | 2D |
| Octal | 311 | 140 | 37 | 0 | 64 | 125 | 25 | 27 | 111 | 55 |
| Binary | 11001001 | 1100000 | 11111 | 0 | 110100 | 1010101 | 10101 | 10111 | 1001001 | 101101 |
Color Harmonies of #C9601F
Complementary color
Monochromatic Colors of #C9601F
Black with #C9601F
Text Example
Text Example
White with #C9601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9601F; }
p { color: rgb(201,96,31); }
H1.HeaderClassName
{
color: #C9601F;
}
.AnyTagClassName
{
color: #C9601F;
}
</style>
background-color css
<style>
a { background-color: #C9601F; }
a { background-color: rgb(201,96,31); }
div.DivClassName
{
background-color: #C9601F;
}
.BgClassName
{
background-color: #C9601F;
}
</style>
border-color css
<style>
span { border-color: #C9601F; }
span { border-color: rgb(201,96,31); }
td.TdClassName
{
border-color: #C9601F;
}
.TagClassName
{
border-color: #C9601F;
}
</style>