Shades of Chocolate #CF5A18
Tints of Chocolate #CF5A18
RGB
CMYK
RGB Variations
Color information
#CF5A18 (or 0xCF5A18) is known color: Chocolate. HEX triplet: CF, 5A and 18. RGB value is (207,90,24). Sum of RGB (Red+Green+Blue) = 207+90+24=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A18 is #30A5E7. Grayscale: #757575. Windows color (decimal): -3188200 or 1596111. OLE color: 1596111.
HSL color Cylindrical-coordinate representation of color #CF5A18: hue angle of 21.64º 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 #CF5A18 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 24 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.19 |
| HSL | 21.64º | 0.79% | 0.45% | - |
| HSV(B) | 21.64º | 0.88% | 0.81% | - |
| XYZ | 29.55 | 20.64 | 3.29 | - |
| YUV | 117.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 24 | 0 | 0.57 | 0.88 | 0.19 | 21.64 | 0.79 | 0.45 |
| Hex | CF | 5A | 18 | 0 | 39 | 58 | 13 | 16 | 4F | 2D |
| Octal | 317 | 132 | 30 | 0 | 71 | 130 | 23 | 26 | 117 | 55 |
| Binary | 11001111 | 1011010 | 11000 | 0 | 111001 | 1011000 | 10011 | 10110 | 1001111 | 101101 |
Color Harmonies of #CF5A18
Complementary color
Monochromatic Colors of #CF5A18
Black with #CF5A18
Text Example
Text Example
White with #CF5A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A18; }
p { color: rgb(207,90,24); }
H1.HeaderClassName
{
color: #CF5A18;
}
.AnyTagClassName
{
color: #CF5A18;
}
</style>
background-color css
<style>
a { background-color: #CF5A18; }
a { background-color: rgb(207,90,24); }
div.DivClassName
{
background-color: #CF5A18;
}
.BgClassName
{
background-color: #CF5A18;
}
</style>
border-color css
<style>
span { border-color: #CF5A18; }
span { border-color: rgb(207,90,24); }
td.TdClassName
{
border-color: #CF5A18;
}
.TagClassName
{
border-color: #CF5A18;
}
</style>