Shades of Chocolate #C9601B
Tints of Chocolate #C9601B
RGB
CMYK
RGB Variations
Color information
#C9601B (or 0xC9601B) is known color: Chocolate. HEX triplet: C9, 60 and 1B. RGB value is (201,96,27). Sum of RGB (Red+Green+Blue) = 201+96+27=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C9601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9601B is #369FE4. Grayscale: #777777. Windows color (decimal): -3579877 or 1794249. OLE color: 1794249.
HSL color Cylindrical-coordinate representation of color #C9601B: hue angle of 23.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9601B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.21 |
| HSL | 23.79º | 0.76% | 0.45% | - |
| HSV(B) | 23.79º | 0.87% | 0.79% | - |
| XYZ | 28.47 | 20.86 | 3.56 | - |
| YUV | 119.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 27 | 0 | 0.52 | 0.87 | 0.21 | 23.79 | 0.76 | 0.45 |
| Hex | C9 | 60 | 1B | 0 | 34 | 57 | 15 | 18 | 4C | 2D |
| Octal | 311 | 140 | 33 | 0 | 64 | 127 | 25 | 30 | 114 | 55 |
| Binary | 11001001 | 1100000 | 11011 | 0 | 110100 | 1010111 | 10101 | 11000 | 1001100 | 101101 |
Color Harmonies of #C9601B
Complementary color
Monochromatic Colors of #C9601B
Black with #C9601B
Text Example
Text Example
White with #C9601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9601B; }
p { color: rgb(201,96,27); }
H1.HeaderClassName
{
color: #C9601B;
}
.AnyTagClassName
{
color: #C9601B;
}
</style>
background-color css
<style>
a { background-color: #C9601B; }
a { background-color: rgb(201,96,27); }
div.DivClassName
{
background-color: #C9601B;
}
.BgClassName
{
background-color: #C9601B;
}
</style>
border-color css
<style>
span { border-color: #C9601B; }
span { border-color: rgb(201,96,27); }
td.TdClassName
{
border-color: #C9601B;
}
.TagClassName
{
border-color: #C9601B;
}
</style>