Shades of Chocolate #CF5A16
Tints of Chocolate #CF5A16
RGB
CMYK
RGB Variations
Color information
#CF5A16 (or 0xCF5A16) is known color: Chocolate. HEX triplet: CF, 5A and 16. RGB value is (207,90,22). Sum of RGB (Red+Green+Blue) = 207+90+22=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A16 is #30A5E9. Grayscale: #757575. Windows color (decimal): -3188202 or 1465039. OLE color: 1465039.
HSL color Cylindrical-coordinate representation of color #CF5A16: hue angle of 22.05º 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 #CF5A16 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.19 |
| HSL | 22.05º | 0.81% | 0.45% | - |
| HSV(B) | 22.05º | 0.89% | 0.81% | - |
| XYZ | 29.53 | 20.64 | 3.19 | - |
| YUV | 117.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 22 | 0 | 0.57 | 0.89 | 0.19 | 22.05 | 0.81 | 0.45 |
| Hex | CF | 5A | 16 | 0 | 39 | 59 | 13 | 16 | 51 | 2D |
| Octal | 317 | 132 | 26 | 0 | 71 | 131 | 23 | 26 | 121 | 55 |
| Binary | 11001111 | 1011010 | 10110 | 0 | 111001 | 1011001 | 10011 | 10110 | 1010001 | 101101 |
Color Harmonies of #CF5A16
Complementary color
Monochromatic Colors of #CF5A16
Black with #CF5A16
Text Example
Text Example
White with #CF5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A16; }
p { color: rgb(207,90,22); }
H1.HeaderClassName
{
color: #CF5A16;
}
.AnyTagClassName
{
color: #CF5A16;
}
</style>
background-color css
<style>
a { background-color: #CF5A16; }
a { background-color: rgb(207,90,22); }
div.DivClassName
{
background-color: #CF5A16;
}
.BgClassName
{
background-color: #CF5A16;
}
</style>
border-color css
<style>
span { border-color: #CF5A16; }
span { border-color: rgb(207,90,22); }
td.TdClassName
{
border-color: #CF5A16;
}
.TagClassName
{
border-color: #CF5A16;
}
</style>