Shades of Chocolate #C8650F
Tints of Chocolate #C8650F
RGB
CMYK
RGB Variations
Color information
#C8650F (or 0xC8650F) is known color: Chocolate. HEX triplet: C8, 65 and 0F. RGB value is (200,101,15). Sum of RGB (Red+Green+Blue) = 200+101+15=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8650F is #379AF0. Grayscale: #797979. Windows color (decimal): -3644145 or 1009096. OLE color: 1009096.
HSL color Cylindrical-coordinate representation of color #C8650F: hue angle of 27.89º 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 #C8650F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 27.89º | 0.86% | 0.42% | - |
| HSV(B) | 27.89º | 0.93% | 0.78% | - |
| XYZ | 28.56 | 21.62 | 3.12 | - |
| YUV | 120.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 15 | 0 | 0.49 | 0.92 | 0.22 | 27.89 | 0.86 | 0.42 |
| Hex | C8 | 65 | F | 0 | 31 | 5C | 16 | 1C | 56 | 2A |
| Octal | 310 | 145 | 17 | 0 | 61 | 134 | 26 | 34 | 126 | 52 |
| Binary | 11001000 | 1100101 | 1111 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010110 | 101010 |
Color Harmonies of #C8650F
Complementary color
Monochromatic Colors of #C8650F
Black with #C8650F
Text Example
Text Example
White with #C8650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8650F; }
p { color: rgb(200,101,15); }
H1.HeaderClassName
{
color: #C8650F;
}
.AnyTagClassName
{
color: #C8650F;
}
</style>
background-color css
<style>
a { background-color: #C8650F; }
a { background-color: rgb(200,101,15); }
div.DivClassName
{
background-color: #C8650F;
}
.BgClassName
{
background-color: #C8650F;
}
</style>
border-color css
<style>
span { border-color: #C8650F; }
span { border-color: rgb(200,101,15); }
td.TdClassName
{
border-color: #C8650F;
}
.TagClassName
{
border-color: #C8650F;
}
</style>