Shades of Chocolate #CF7008
Tints of Chocolate #CF7008
RGB
CMYK
RGB Variations
Color information
#CF7008 (or 0xCF7008) is known color: Chocolate. HEX triplet: CF, 70 and 08. RGB value is (207,112,8). Sum of RGB (Red+Green+Blue) = 207+112+8=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7008 is #308FF7. Grayscale: #818181. Windows color (decimal): -3182584 or 553167. OLE color: 553167.
HSL color Cylindrical-coordinate representation of color #CF7008: hue angle of 31.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7008 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.19 |
| HSL | 31.36º | 0.93% | 0.42% | - |
| HSV(B) | 31.36º | 0.96% | 0.81% | - |
| XYZ | 31.57 | 24.87 | 3.37 | - |
| YUV | 128.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 8 | 0 | 0.46 | 0.96 | 0.19 | 31.36 | 0.93 | 0.42 |
| Hex | CF | 70 | 8 | 0 | 2E | 60 | 13 | 1F | 5D | 2A |
| Octal | 317 | 160 | 10 | 0 | 56 | 140 | 23 | 37 | 135 | 52 |
| Binary | 11001111 | 1110000 | 1000 | 0 | 101110 | 1100000 | 10011 | 11111 | 1011101 | 101010 |
Color Harmonies of #CF7008
Complementary color
Monochromatic Colors of #CF7008
Black with #CF7008
Text Example
Text Example
White with #CF7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7008; }
p { color: rgb(207,112,8); }
H1.HeaderClassName
{
color: #CF7008;
}
.AnyTagClassName
{
color: #CF7008;
}
</style>
background-color css
<style>
a { background-color: #CF7008; }
a { background-color: rgb(207,112,8); }
div.DivClassName
{
background-color: #CF7008;
}
.BgClassName
{
background-color: #CF7008;
}
</style>
border-color css
<style>
span { border-color: #CF7008; }
span { border-color: rgb(207,112,8); }
td.TdClassName
{
border-color: #CF7008;
}
.TagClassName
{
border-color: #CF7008;
}
</style>