Shades of Chocolate #C8640F
Tints of Chocolate #C8640F
RGB
CMYK
RGB Variations
Color information
#C8640F (or 0xC8640F) is known color: Chocolate. HEX triplet: C8, 64 and 0F. RGB value is (200,100,15). Sum of RGB (Red+Green+Blue) = 200+100+15=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8640F is #379BF0. Grayscale: #787878. Windows color (decimal): -3644401 or 1008840. OLE color: 1008840.
HSL color Cylindrical-coordinate representation of color #C8640F: hue angle of 27.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8640F is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 15 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.22 |
| HSL | 27.57º | 0.86% | 0.42% | - |
| HSV(B) | 27.57º | 0.93% | 0.78% | - |
| XYZ | 28.46 | 21.43 | 3.09 | - |
| YUV | 120.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 15 | 0 | 0.5 | 0.92 | 0.22 | 27.57 | 0.86 | 0.42 |
| Hex | C8 | 64 | F | 0 | 32 | 5C | 16 | 1C | 56 | 2A |
| Octal | 310 | 144 | 17 | 0 | 62 | 134 | 26 | 34 | 126 | 52 |
| Binary | 11001000 | 1100100 | 1111 | 0 | 110010 | 1011100 | 10110 | 11100 | 1010110 | 101010 |
Color Harmonies of #C8640F
Complementary color
Monochromatic Colors of #C8640F
Black with #C8640F
Text Example
Text Example
White with #C8640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8640F; }
p { color: rgb(200,100,15); }
H1.HeaderClassName
{
color: #C8640F;
}
.AnyTagClassName
{
color: #C8640F;
}
</style>
background-color css
<style>
a { background-color: #C8640F; }
a { background-color: rgb(200,100,15); }
div.DivClassName
{
background-color: #C8640F;
}
.BgClassName
{
background-color: #C8640F;
}
</style>
border-color css
<style>
span { border-color: #C8640F; }
span { border-color: rgb(200,100,15); }
td.TdClassName
{
border-color: #C8640F;
}
.TagClassName
{
border-color: #C8640F;
}
</style>