Shades of Chocolate #CF5915
Tints of Chocolate #CF5915
RGB
CMYK
RGB Variations
Color information
#CF5915 (or 0xCF5915) is known color: Chocolate. HEX triplet: CF, 59 and 15. RGB value is (207,89,21). Sum of RGB (Red+Green+Blue) = 207+89+21=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5915 is #30A6EA. Grayscale: #747474. Windows color (decimal): -3188459 or 1399247. OLE color: 1399247.
HSL color Cylindrical-coordinate representation of color #CF5915: hue angle of 21.94º 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 #CF5915 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 21 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.19 |
| HSL | 21.94º | 0.82% | 0.45% | - |
| HSV(B) | 21.94º | 0.9% | 0.81% | - |
| XYZ | 29.44 | 20.46 | 3.11 | - |
| YUV | 116.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 21 | 0 | 0.57 | 0.90 | 0.19 | 21.94 | 0.82 | 0.45 |
| Hex | CF | 59 | 15 | 0 | 39 | 5A | 13 | 16 | 52 | 2D |
| Octal | 317 | 131 | 25 | 0 | 71 | 132 | 23 | 26 | 122 | 55 |
| Binary | 11001111 | 1011001 | 10101 | 0 | 111001 | 1011010 | 10011 | 10110 | 1010010 | 101101 |
Color Harmonies of #CF5915
Complementary color
Monochromatic Colors of #CF5915
Black with #CF5915
Text Example
Text Example
White with #CF5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5915; }
p { color: rgb(207,89,21); }
H1.HeaderClassName
{
color: #CF5915;
}
.AnyTagClassName
{
color: #CF5915;
}
</style>
background-color css
<style>
a { background-color: #CF5915; }
a { background-color: rgb(207,89,21); }
div.DivClassName
{
background-color: #CF5915;
}
.BgClassName
{
background-color: #CF5915;
}
</style>
border-color css
<style>
span { border-color: #CF5915; }
span { border-color: rgb(207,89,21); }
td.TdClassName
{
border-color: #CF5915;
}
.TagClassName
{
border-color: #CF5915;
}
</style>