Shades of Chocolate #CB5D12
Tints of Chocolate #CB5D12
RGB
CMYK
RGB Variations
Color information
#CB5D12 (or 0xCB5D12) is known color: Chocolate. HEX triplet: CB, 5D and 12. RGB value is (203,93,18). Sum of RGB (Red+Green+Blue) = 203+93+18=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D12 is #34A2ED. Grayscale: #757575. Windows color (decimal): -3449582 or 1203659. OLE color: 1203659.
HSL color Cylindrical-coordinate representation of color #CB5D12: hue angle of 24.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5D12 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 18 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.20 |
| HSL | 24.32º | 0.84% | 0.43% | - |
| HSV(B) | 24.32º | 0.91% | 0.8% | - |
| XYZ | 28.65 | 20.57 | 3.03 | - |
| YUV | 117.34 | 71.94 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 18 | 0 | 0.54 | 0.91 | 0.20 | 24.32 | 0.84 | 0.43 |
| Hex | CB | 5D | 12 | 0 | 36 | 5B | 14 | 18 | 54 | 2B |
| Octal | 313 | 135 | 22 | 0 | 66 | 133 | 24 | 30 | 124 | 53 |
| Binary | 11001011 | 1011101 | 10010 | 0 | 110110 | 1011011 | 10100 | 11000 | 1010100 | 101011 |
Color Harmonies of #CB5D12
Complementary color
Monochromatic Colors of #CB5D12
Black with #CB5D12
Text Example
Text Example
White with #CB5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D12; }
p { color: rgb(203,93,18); }
H1.HeaderClassName
{
color: #CB5D12;
}
.AnyTagClassName
{
color: #CB5D12;
}
</style>
background-color css
<style>
a { background-color: #CB5D12; }
a { background-color: rgb(203,93,18); }
div.DivClassName
{
background-color: #CB5D12;
}
.BgClassName
{
background-color: #CB5D12;
}
</style>
border-color css
<style>
span { border-color: #CB5D12; }
span { border-color: rgb(203,93,18); }
td.TdClassName
{
border-color: #CB5D12;
}
.TagClassName
{
border-color: #CB5D12;
}
</style>