Shades of Chocolate #CB5E15
Tints of Chocolate #CB5E15
RGB
CMYK
RGB Variations
Color information
#CB5E15 (or 0xCB5E15) is known color: Chocolate. HEX triplet: CB, 5E and 15. RGB value is (203,94,21). Sum of RGB (Red+Green+Blue) = 203+94+21=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E15 is #34A1EA. Grayscale: #767676. Windows color (decimal): -3449323 or 1400523. OLE color: 1400523.
HSL color Cylindrical-coordinate representation of color #CB5E15: hue angle of 24.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5E15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.20 |
| HSL | 24.07º | 0.81% | 0.44% | - |
| HSV(B) | 24.07º | 0.9% | 0.8% | - |
| XYZ | 28.77 | 20.76 | 3.2 | - |
| YUV | 118.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 21 | 0 | 0.54 | 0.90 | 0.20 | 24.07 | 0.81 | 0.44 |
| Hex | CB | 5E | 15 | 0 | 36 | 5A | 14 | 18 | 51 | 2C |
| Octal | 313 | 136 | 25 | 0 | 66 | 132 | 24 | 30 | 121 | 54 |
| Binary | 11001011 | 1011110 | 10101 | 0 | 110110 | 1011010 | 10100 | 11000 | 1010001 | 101100 |
Color Harmonies of #CB5E15
Complementary color
Monochromatic Colors of #CB5E15
Black with #CB5E15
Text Example
Text Example
White with #CB5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E15; }
p { color: rgb(203,94,21); }
H1.HeaderClassName
{
color: #CB5E15;
}
.AnyTagClassName
{
color: #CB5E15;
}
</style>
background-color css
<style>
a { background-color: #CB5E15; }
a { background-color: rgb(203,94,21); }
div.DivClassName
{
background-color: #CB5E15;
}
.BgClassName
{
background-color: #CB5E15;
}
</style>
border-color css
<style>
span { border-color: #CB5E15; }
span { border-color: rgb(203,94,21); }
td.TdClassName
{
border-color: #CB5E15;
}
.TagClassName
{
border-color: #CB5E15;
}
</style>