Shades of Chocolate #CF5518
Tints of Chocolate #CF5518
RGB
CMYK
RGB Variations
Color information
#CF5518 (or 0xCF5518) is known color: Chocolate. HEX triplet: CF, 55 and 18. RGB value is (207,85,24). Sum of RGB (Red+Green+Blue) = 207+85+24=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5518 is #30AAE7. Grayscale: #727272. Windows color (decimal): -3189480 or 1594831. OLE color: 1594831.
HSL color Cylindrical-coordinate representation of color #CF5518: hue angle of 20º 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 #CF5518 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 24 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.19 |
| HSL | 20º | 0.79% | 0.45% | - |
| HSV(B) | 20º | 0.88% | 0.81% | - |
| XYZ | 29.15 | 19.83 | 3.16 | - |
| YUV | 114.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 24 | 0 | 0.59 | 0.88 | 0.19 | 20 | 0.79 | 0.45 |
| Hex | CF | 55 | 18 | 0 | 3B | 58 | 13 | 14 | 4F | 2D |
| Octal | 317 | 125 | 30 | 0 | 73 | 130 | 23 | 24 | 117 | 55 |
| Binary | 11001111 | 1010101 | 11000 | 0 | 111011 | 1011000 | 10011 | 10100 | 1001111 | 101101 |
Color Harmonies of #CF5518
Complementary color
Monochromatic Colors of #CF5518
Black with #CF5518
Text Example
Text Example
White with #CF5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5518; }
p { color: rgb(207,85,24); }
H1.HeaderClassName
{
color: #CF5518;
}
.AnyTagClassName
{
color: #CF5518;
}
</style>
background-color css
<style>
a { background-color: #CF5518; }
a { background-color: rgb(207,85,24); }
div.DivClassName
{
background-color: #CF5518;
}
.BgClassName
{
background-color: #CF5518;
}
</style>
border-color css
<style>
span { border-color: #CF5518; }
span { border-color: rgb(207,85,24); }
td.TdClassName
{
border-color: #CF5518;
}
.TagClassName
{
border-color: #CF5518;
}
</style>