Shades of Chocolate #CF5C18
Tints of Chocolate #CF5C18
RGB
CMYK
RGB Variations
Color information
#CF5C18 (or 0xCF5C18) is known color: Chocolate. HEX triplet: CF, 5C and 18. RGB value is (207,92,24). Sum of RGB (Red+Green+Blue) = 207+92+24=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C18 is #30A3E7. Grayscale: #777777. Windows color (decimal): -3187688 or 1596623. OLE color: 1596623.
HSL color Cylindrical-coordinate representation of color #CF5C18: hue angle of 22.3º 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 #CF5C18 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.19 |
| HSL | 22.3º | 0.79% | 0.45% | - |
| HSV(B) | 22.3º | 0.88% | 0.81% | - |
| XYZ | 29.72 | 20.99 | 3.35 | - |
| YUV | 118.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 24 | 0 | 0.56 | 0.88 | 0.19 | 22.3 | 0.79 | 0.45 |
| Hex | CF | 5C | 18 | 0 | 38 | 58 | 13 | 16 | 4F | 2D |
| Octal | 317 | 134 | 30 | 0 | 70 | 130 | 23 | 26 | 117 | 55 |
| Binary | 11001111 | 1011100 | 11000 | 0 | 111000 | 1011000 | 10011 | 10110 | 1001111 | 101101 |
Color Harmonies of #CF5C18
Complementary color
Monochromatic Colors of #CF5C18
Black with #CF5C18
Text Example
Text Example
White with #CF5C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C18; }
p { color: rgb(207,92,24); }
H1.HeaderClassName
{
color: #CF5C18;
}
.AnyTagClassName
{
color: #CF5C18;
}
</style>
background-color css
<style>
a { background-color: #CF5C18; }
a { background-color: rgb(207,92,24); }
div.DivClassName
{
background-color: #CF5C18;
}
.BgClassName
{
background-color: #CF5C18;
}
</style>
border-color css
<style>
span { border-color: #CF5C18; }
span { border-color: rgb(207,92,24); }
td.TdClassName
{
border-color: #CF5C18;
}
.TagClassName
{
border-color: #CF5C18;
}
</style>