Shades of Chocolate #C8601F
Tints of Chocolate #C8601F
RGB
CMYK
RGB Variations
Color information
#C8601F (or 0xC8601F) is known color: Chocolate. HEX triplet: C8, 60 and 1F. RGB value is (200,96,31). Sum of RGB (Red+Green+Blue) = 200+96+31=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8601F is #379FE0. Grayscale: #787878. Windows color (decimal): -3645409 or 2056392. OLE color: 2056392.
HSL color Cylindrical-coordinate representation of color #C8601F: hue angle of 23.08º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8601F is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 31 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.22 |
| HSL | 23.08º | 0.73% | 0.45% | - |
| HSV(B) | 23.08º | 0.85% | 0.78% | - |
| XYZ | 28.25 | 20.74 | 3.81 | - |
| YUV | 119.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 31 | 0 | 0.52 | 0.84 | 0.22 | 23.08 | 0.73 | 0.45 |
| Hex | C8 | 60 | 1F | 0 | 34 | 54 | 16 | 17 | 49 | 2D |
| Octal | 310 | 140 | 37 | 0 | 64 | 124 | 26 | 27 | 111 | 55 |
| Binary | 11001000 | 1100000 | 11111 | 0 | 110100 | 1010100 | 10110 | 10111 | 1001001 | 101101 |
Color Harmonies of #C8601F
Complementary color
Monochromatic Colors of #C8601F
Black with #C8601F
Text Example
Text Example
White with #C8601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8601F; }
p { color: rgb(200,96,31); }
H1.HeaderClassName
{
color: #C8601F;
}
.AnyTagClassName
{
color: #C8601F;
}
</style>
background-color css
<style>
a { background-color: #C8601F; }
a { background-color: rgb(200,96,31); }
div.DivClassName
{
background-color: #C8601F;
}
.BgClassName
{
background-color: #C8601F;
}
</style>
border-color css
<style>
span { border-color: #C8601F; }
span { border-color: rgb(200,96,31); }
td.TdClassName
{
border-color: #C8601F;
}
.TagClassName
{
border-color: #C8601F;
}
</style>