Shades of Chocolate #CF6E08
Tints of Chocolate #CF6E08
RGB
CMYK
RGB Variations
Color information
#CF6E08 (or 0xCF6E08) is known color: Chocolate. HEX triplet: CF, 6E and 08. RGB value is (207,110,8). Sum of RGB (Red+Green+Blue) = 207+110+8=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E08 is #3091F7. Grayscale: #7F7F7F. Windows color (decimal): -3183096 or 552655. OLE color: 552655.
HSL color Cylindrical-coordinate representation of color #CF6E08: hue angle of 30.75º 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 #CF6E08 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 8 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.19 |
| HSL | 30.75º | 0.93% | 0.42% | - |
| HSV(B) | 30.75º | 0.96% | 0.81% | - |
| XYZ | 31.35 | 24.43 | 3.29 | - |
| YUV | 127.38 | 60.64 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 8 | 0 | 0.47 | 0.96 | 0.19 | 30.75 | 0.93 | 0.42 |
| Hex | CF | 6E | 8 | 0 | 2F | 60 | 13 | 1F | 5D | 2A |
| Octal | 317 | 156 | 10 | 0 | 57 | 140 | 23 | 37 | 135 | 52 |
| Binary | 11001111 | 1101110 | 1000 | 0 | 101111 | 1100000 | 10011 | 11111 | 1011101 | 101010 |
Color Harmonies of #CF6E08
Complementary color
Monochromatic Colors of #CF6E08
Black with #CF6E08
Text Example
Text Example
White with #CF6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E08; }
p { color: rgb(207,110,8); }
H1.HeaderClassName
{
color: #CF6E08;
}
.AnyTagClassName
{
color: #CF6E08;
}
</style>
background-color css
<style>
a { background-color: #CF6E08; }
a { background-color: rgb(207,110,8); }
div.DivClassName
{
background-color: #CF6E08;
}
.BgClassName
{
background-color: #CF6E08;
}
</style>
border-color css
<style>
span { border-color: #CF6E08; }
span { border-color: rgb(207,110,8); }
td.TdClassName
{
border-color: #CF6E08;
}
.TagClassName
{
border-color: #CF6E08;
}
</style>