Shades of Chocolate #CB5C16
Tints of Chocolate #CB5C16
RGB
CMYK
RGB Variations
Color information
#CB5C16 (or 0xCB5C16) is known color: Chocolate. HEX triplet: CB, 5C and 16. RGB value is (203,92,22). Sum of RGB (Red+Green+Blue) = 203+92+22=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C16 is #34A3E9. Grayscale: #757575. Windows color (decimal): -3449834 or 1465547. OLE color: 1465547.
HSL color Cylindrical-coordinate representation of color #CB5C16: hue angle of 23.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5C16 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.20 |
| HSL | 23.2º | 0.8% | 0.44% | - |
| HSV(B) | 23.2º | 0.89% | 0.8% | - |
| XYZ | 28.6 | 20.41 | 3.19 | - |
| YUV | 117.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 22 | 0 | 0.55 | 0.89 | 0.20 | 23.2 | 0.8 | 0.44 |
| Hex | CB | 5C | 16 | 0 | 37 | 59 | 14 | 17 | 50 | 2C |
| Octal | 313 | 134 | 26 | 0 | 67 | 131 | 24 | 27 | 120 | 54 |
| Binary | 11001011 | 1011100 | 10110 | 0 | 110111 | 1011001 | 10100 | 10111 | 1010000 | 101100 |
Color Harmonies of #CB5C16
Complementary color
Monochromatic Colors of #CB5C16
Black with #CB5C16
Text Example
Text Example
White with #CB5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C16; }
p { color: rgb(203,92,22); }
H1.HeaderClassName
{
color: #CB5C16;
}
.AnyTagClassName
{
color: #CB5C16;
}
</style>
background-color css
<style>
a { background-color: #CB5C16; }
a { background-color: rgb(203,92,22); }
div.DivClassName
{
background-color: #CB5C16;
}
.BgClassName
{
background-color: #CB5C16;
}
</style>
border-color css
<style>
span { border-color: #CB5C16; }
span { border-color: rgb(203,92,22); }
td.TdClassName
{
border-color: #CB5C16;
}
.TagClassName
{
border-color: #CB5C16;
}
</style>