Shades of Chocolate #CD5C16
Tints of Chocolate #CD5C16
RGB
CMYK
RGB Variations
Color information
#CD5C16 (or 0xCD5C16) is known color: Chocolate. HEX triplet: CD, 5C and 16. RGB value is (205,92,22). Sum of RGB (Red+Green+Blue) = 205+92+22=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5C16 is #32A3E9. Grayscale: #767676. Windows color (decimal): -3318762 or 1465549. OLE color: 1465549.
HSL color Cylindrical-coordinate representation of color #CD5C16: hue angle of 22.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD5C16 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.20 |
| HSL | 22.95º | 0.81% | 0.45% | - |
| HSV(B) | 22.95º | 0.89% | 0.8% | - |
| XYZ | 29.15 | 20.69 | 3.22 | - |
| YUV | 117.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 22 | 0 | 0.55 | 0.89 | 0.20 | 22.95 | 0.81 | 0.45 |
| Hex | CD | 5C | 16 | 0 | 37 | 59 | 14 | 17 | 51 | 2D |
| Octal | 315 | 134 | 26 | 0 | 67 | 131 | 24 | 27 | 121 | 55 |
| Binary | 11001101 | 1011100 | 10110 | 0 | 110111 | 1011001 | 10100 | 10111 | 1010001 | 101101 |
Color Harmonies of #CD5C16
Complementary color
Monochromatic Colors of #CD5C16
Black with #CD5C16
Text Example
Text Example
White with #CD5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C16; }
p { color: rgb(205,92,22); }
H1.HeaderClassName
{
color: #CD5C16;
}
.AnyTagClassName
{
color: #CD5C16;
}
</style>
background-color css
<style>
a { background-color: #CD5C16; }
a { background-color: rgb(205,92,22); }
div.DivClassName
{
background-color: #CD5C16;
}
.BgClassName
{
background-color: #CD5C16;
}
</style>
border-color css
<style>
span { border-color: #CD5C16; }
span { border-color: rgb(205,92,22); }
td.TdClassName
{
border-color: #CD5C16;
}
.TagClassName
{
border-color: #CD5C16;
}
</style>