Shades of Chocolate #CB6121
Tints of Chocolate #CB6121
RGB
CMYK
RGB Variations
Color information
#CB6121 (or 0xCB6121) is known color: Chocolate. HEX triplet: CB, 61 and 21. RGB value is (203,97,33). Sum of RGB (Red+Green+Blue) = 203+97+33=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6121 is #349EDE. Grayscale: #797979. Windows color (decimal): -3448543 or 2187723. OLE color: 2187723.
HSL color Cylindrical-coordinate representation of color #CB6121: hue angle of 22.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB6121 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.20 |
| HSL | 22.59º | 0.72% | 0.46% | - |
| HSV(B) | 22.59º | 0.84% | 0.8% | - |
| XYZ | 29.18 | 21.36 | 4.02 | - |
| YUV | 121.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 33 | 0 | 0.52 | 0.84 | 0.20 | 22.59 | 0.72 | 0.46 |
| Hex | CB | 61 | 21 | 0 | 34 | 54 | 14 | 17 | 48 | 2E |
| Octal | 313 | 141 | 41 | 0 | 64 | 124 | 24 | 27 | 110 | 56 |
| Binary | 11001011 | 1100001 | 100001 | 0 | 110100 | 1010100 | 10100 | 10111 | 1001000 | 101110 |
Color Harmonies of #CB6121
Complementary color
Monochromatic Colors of #CB6121
Black with #CB6121
Text Example
Text Example
White with #CB6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6121; }
p { color: rgb(203,97,33); }
H1.HeaderClassName
{
color: #CB6121;
}
.AnyTagClassName
{
color: #CB6121;
}
</style>
background-color css
<style>
a { background-color: #CB6121; }
a { background-color: rgb(203,97,33); }
div.DivClassName
{
background-color: #CB6121;
}
.BgClassName
{
background-color: #CB6121;
}
</style>
border-color css
<style>
span { border-color: #CB6121; }
span { border-color: rgb(203,97,33); }
td.TdClassName
{
border-color: #CB6121;
}
.TagClassName
{
border-color: #CB6121;
}
</style>