Shades of Chocolate #CF6218
Tints of Chocolate #CF6218
RGB
CMYK
RGB Variations
Color information
#CF6218 (or 0xCF6218) is known color: Chocolate. HEX triplet: CF, 62 and 18. RGB value is (207,98,24). Sum of RGB (Red+Green+Blue) = 207+98+24=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6218 is #309DE7. Grayscale: #7A7A7A. Windows color (decimal): -3186152 or 1598159. OLE color: 1598159.
HSL color Cylindrical-coordinate representation of color #CF6218: hue angle of 24.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6218 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 24 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.19 |
| HSL | 24.26º | 0.79% | 0.45% | - |
| HSV(B) | 24.26º | 0.88% | 0.81% | - |
| XYZ | 30.26 | 22.07 | 3.53 | - |
| YUV | 122.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 24 | 0 | 0.53 | 0.88 | 0.19 | 24.26 | 0.79 | 0.45 |
| Hex | CF | 62 | 18 | 0 | 35 | 58 | 13 | 18 | 4F | 2D |
| Octal | 317 | 142 | 30 | 0 | 65 | 130 | 23 | 30 | 117 | 55 |
| Binary | 11001111 | 1100010 | 11000 | 0 | 110101 | 1011000 | 10011 | 11000 | 1001111 | 101101 |
Color Harmonies of #CF6218
Complementary color
Monochromatic Colors of #CF6218
Black with #CF6218
Text Example
Text Example
White with #CF6218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6218; }
p { color: rgb(207,98,24); }
H1.HeaderClassName
{
color: #CF6218;
}
.AnyTagClassName
{
color: #CF6218;
}
</style>
background-color css
<style>
a { background-color: #CF6218; }
a { background-color: rgb(207,98,24); }
div.DivClassName
{
background-color: #CF6218;
}
.BgClassName
{
background-color: #CF6218;
}
</style>
border-color css
<style>
span { border-color: #CF6218; }
span { border-color: rgb(207,98,24); }
td.TdClassName
{
border-color: #CF6218;
}
.TagClassName
{
border-color: #CF6218;
}
</style>