Shades of Chocolate #CF5816
Tints of Chocolate #CF5816
RGB
CMYK
RGB Variations
Color information
#CF5816 (or 0xCF5816) is known color: Chocolate. HEX triplet: CF, 58 and 16. RGB value is (207,88,22). Sum of RGB (Red+Green+Blue) = 207+88+22=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5816 is #30A7E9. Grayscale: #747474. Windows color (decimal): -3188714 or 1464527. OLE color: 1464527.
HSL color Cylindrical-coordinate representation of color #CF5816: hue angle of 21.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF5816 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.19 |
| HSL | 21.41º | 0.81% | 0.45% | - |
| HSV(B) | 21.41º | 0.89% | 0.81% | - |
| XYZ | 29.37 | 20.3 | 3.13 | - |
| YUV | 116.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 22 | 0 | 0.57 | 0.89 | 0.19 | 21.41 | 0.81 | 0.45 |
| Hex | CF | 58 | 16 | 0 | 39 | 59 | 13 | 15 | 51 | 2D |
| Octal | 317 | 130 | 26 | 0 | 71 | 131 | 23 | 25 | 121 | 55 |
| Binary | 11001111 | 1011000 | 10110 | 0 | 111001 | 1011001 | 10011 | 10101 | 1010001 | 101101 |
Color Harmonies of #CF5816
Complementary color
Monochromatic Colors of #CF5816
Black with #CF5816
Text Example
Text Example
White with #CF5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5816; }
p { color: rgb(207,88,22); }
H1.HeaderClassName
{
color: #CF5816;
}
.AnyTagClassName
{
color: #CF5816;
}
</style>
background-color css
<style>
a { background-color: #CF5816; }
a { background-color: rgb(207,88,22); }
div.DivClassName
{
background-color: #CF5816;
}
.BgClassName
{
background-color: #CF5816;
}
</style>
border-color css
<style>
span { border-color: #CF5816; }
span { border-color: rgb(207,88,22); }
td.TdClassName
{
border-color: #CF5816;
}
.TagClassName
{
border-color: #CF5816;
}
</style>