Shades of Chocolate #CF5E15
Tints of Chocolate #CF5E15
RGB
CMYK
RGB Variations
Color information
#CF5E15 (or 0xCF5E15) is known color: Chocolate. HEX triplet: CF, 5E and 15. RGB value is (207,94,21). Sum of RGB (Red+Green+Blue) = 207+94+21=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E15 is #30A1EA. Grayscale: #777777. Windows color (decimal): -3187179 or 1400527. OLE color: 1400527.
HSL color Cylindrical-coordinate representation of color #CF5E15: hue angle of 23.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5E15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.19 |
| HSL | 23.55º | 0.82% | 0.45% | - |
| HSV(B) | 23.55º | 0.9% | 0.81% | - |
| XYZ | 29.87 | 21.32 | 3.25 | - |
| YUV | 119.47 | 72.44 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 21 | 0 | 0.55 | 0.90 | 0.19 | 23.55 | 0.82 | 0.45 |
| Hex | CF | 5E | 15 | 0 | 37 | 5A | 13 | 18 | 52 | 2D |
| Octal | 317 | 136 | 25 | 0 | 67 | 132 | 23 | 30 | 122 | 55 |
| Binary | 11001111 | 1011110 | 10101 | 0 | 110111 | 1011010 | 10011 | 11000 | 1010010 | 101101 |
Color Harmonies of #CF5E15
Complementary color
Monochromatic Colors of #CF5E15
Black with #CF5E15
Text Example
Text Example
White with #CF5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E15; }
p { color: rgb(207,94,21); }
H1.HeaderClassName
{
color: #CF5E15;
}
.AnyTagClassName
{
color: #CF5E15;
}
</style>
background-color css
<style>
a { background-color: #CF5E15; }
a { background-color: rgb(207,94,21); }
div.DivClassName
{
background-color: #CF5E15;
}
.BgClassName
{
background-color: #CF5E15;
}
</style>
border-color css
<style>
span { border-color: #CF5E15; }
span { border-color: rgb(207,94,21); }
td.TdClassName
{
border-color: #CF5E15;
}
.TagClassName
{
border-color: #CF5E15;
}
</style>