Shades of Chocolate #CF6310
Tints of Chocolate #CF6310
RGB
CMYK
RGB Variations
Color information
#CF6310 (or 0xCF6310) is known color: Chocolate. HEX triplet: CF, 63 and 10. RGB value is (207,99,16). Sum of RGB (Red+Green+Blue) = 207+99+16=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6310 is #309CEF. Grayscale: #7A7A7A. Windows color (decimal): -3185904 or 1074127. OLE color: 1074127.
HSL color Cylindrical-coordinate representation of color #CF6310: hue angle of 26.07º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF6310 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.19 |
| HSL | 26.07º | 0.86% | 0.44% | - |
| HSV(B) | 26.07º | 0.92% | 0.81% | - |
| XYZ | 30.29 | 22.23 | 3.18 | - |
| YUV | 121.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 16 | 0 | 0.52 | 0.92 | 0.19 | 26.07 | 0.86 | 0.44 |
| Hex | CF | 63 | 10 | 0 | 34 | 5C | 13 | 1A | 56 | 2C |
| Octal | 317 | 143 | 20 | 0 | 64 | 134 | 23 | 32 | 126 | 54 |
| Binary | 11001111 | 1100011 | 10000 | 0 | 110100 | 1011100 | 10011 | 11010 | 1010110 | 101100 |
Color Harmonies of #CF6310
Complementary color
Monochromatic Colors of #CF6310
Black with #CF6310
Text Example
Text Example
White with #CF6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6310; }
p { color: rgb(207,99,16); }
H1.HeaderClassName
{
color: #CF6310;
}
.AnyTagClassName
{
color: #CF6310;
}
</style>
background-color css
<style>
a { background-color: #CF6310; }
a { background-color: rgb(207,99,16); }
div.DivClassName
{
background-color: #CF6310;
}
.BgClassName
{
background-color: #CF6310;
}
</style>
border-color css
<style>
span { border-color: #CF6310; }
span { border-color: rgb(207,99,16); }
td.TdClassName
{
border-color: #CF6310;
}
.TagClassName
{
border-color: #CF6310;
}
</style>