Shades of Chocolate #CF5D18
Tints of Chocolate #CF5D18
RGB
CMYK
RGB Variations
Color information
#CF5D18 (or 0xCF5D18) is known color: Chocolate. HEX triplet: CF, 5D and 18. RGB value is (207,93,24). Sum of RGB (Red+Green+Blue) = 207+93+24=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D18 is #30A2E7. Grayscale: #777777. Windows color (decimal): -3187432 or 1596879. OLE color: 1596879.
HSL color Cylindrical-coordinate representation of color #CF5D18: hue angle of 22.62º 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 #CF5D18 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 24 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.19 |
| HSL | 22.62º | 0.79% | 0.45% | - |
| HSV(B) | 22.62º | 0.88% | 0.81% | - |
| XYZ | 29.81 | 21.16 | 3.38 | - |
| YUV | 119.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 24 | 0 | 0.55 | 0.88 | 0.19 | 22.62 | 0.79 | 0.45 |
| Hex | CF | 5D | 18 | 0 | 37 | 58 | 13 | 17 | 4F | 2D |
| Octal | 317 | 135 | 30 | 0 | 67 | 130 | 23 | 27 | 117 | 55 |
| Binary | 11001111 | 1011101 | 11000 | 0 | 110111 | 1011000 | 10011 | 10111 | 1001111 | 101101 |
Color Harmonies of #CF5D18
Complementary color
Monochromatic Colors of #CF5D18
Black with #CF5D18
Text Example
Text Example
White with #CF5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D18; }
p { color: rgb(207,93,24); }
H1.HeaderClassName
{
color: #CF5D18;
}
.AnyTagClassName
{
color: #CF5D18;
}
</style>
background-color css
<style>
a { background-color: #CF5D18; }
a { background-color: rgb(207,93,24); }
div.DivClassName
{
background-color: #CF5D18;
}
.BgClassName
{
background-color: #CF5D18;
}
</style>
border-color css
<style>
span { border-color: #CF5D18; }
span { border-color: rgb(207,93,24); }
td.TdClassName
{
border-color: #CF5D18;
}
.TagClassName
{
border-color: #CF5D18;
}
</style>