Shades of Chocolate #CB6C11
Tints of Chocolate #CB6C11
RGB
CMYK
RGB Variations
Color information
#CB6C11 (or 0xCB6C11) is known color: Chocolate. HEX triplet: CB, 6C and 11. RGB value is (203,108,17). Sum of RGB (Red+Green+Blue) = 203+108+17=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C11 is #3493EE. Grayscale: #7E7E7E. Windows color (decimal): -3445743 or 1141963. OLE color: 1141963.
HSL color Cylindrical-coordinate representation of color #CB6C11: hue angle of 29.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB6C11 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.20 |
| HSL | 29.35º | 0.85% | 0.43% | - |
| HSV(B) | 29.35º | 0.92% | 0.8% | - |
| XYZ | 30.09 | 23.46 | 3.47 | - |
| YUV | 126.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 17 | 0 | 0.47 | 0.92 | 0.20 | 29.35 | 0.85 | 0.43 |
| Hex | CB | 6C | 11 | 0 | 2F | 5C | 14 | 1D | 55 | 2B |
| Octal | 313 | 154 | 21 | 0 | 57 | 134 | 24 | 35 | 125 | 53 |
| Binary | 11001011 | 1101100 | 10001 | 0 | 101111 | 1011100 | 10100 | 11101 | 1010101 | 101011 |
Color Harmonies of #CB6C11
Complementary color
Monochromatic Colors of #CB6C11
Black with #CB6C11
Text Example
Text Example
White with #CB6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C11; }
p { color: rgb(203,108,17); }
H1.HeaderClassName
{
color: #CB6C11;
}
.AnyTagClassName
{
color: #CB6C11;
}
</style>
background-color css
<style>
a { background-color: #CB6C11; }
a { background-color: rgb(203,108,17); }
div.DivClassName
{
background-color: #CB6C11;
}
.BgClassName
{
background-color: #CB6C11;
}
</style>
border-color css
<style>
span { border-color: #CB6C11; }
span { border-color: rgb(203,108,17); }
td.TdClassName
{
border-color: #CB6C11;
}
.TagClassName
{
border-color: #CB6C11;
}
</style>