Shades of Chocolate #CB6220
Tints of Chocolate #CB6220
RGB
CMYK
RGB Variations
Color information
#CB6220 (or 0xCB6220) is known color: Chocolate. HEX triplet: CB, 62 and 20. RGB value is (203,98,32). Sum of RGB (Red+Green+Blue) = 203+98+32=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6220 is #349DDF. Grayscale: #7A7A7A. Windows color (decimal): -3448288 or 2122443. OLE color: 2122443.
HSL color Cylindrical-coordinate representation of color #CB6220: hue angle of 23.16º degrees, saturation: 0.73, 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 #CB6220 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 32 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.20 |
| HSL | 23.16º | 0.73% | 0.46% | - |
| HSV(B) | 23.16º | 0.84% | 0.8% | - |
| XYZ | 29.26 | 21.54 | 3.98 | - |
| YUV | 121.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 32 | 0 | 0.52 | 0.84 | 0.20 | 23.16 | 0.73 | 0.46 |
| Hex | CB | 62 | 20 | 0 | 34 | 54 | 14 | 17 | 49 | 2E |
| Octal | 313 | 142 | 40 | 0 | 64 | 124 | 24 | 27 | 111 | 56 |
| Binary | 11001011 | 1100010 | 100000 | 0 | 110100 | 1010100 | 10100 | 10111 | 1001001 | 101110 |
Color Harmonies of #CB6220
Complementary color
Monochromatic Colors of #CB6220
Black with #CB6220
Text Example
Text Example
White with #CB6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6220; }
p { color: rgb(203,98,32); }
H1.HeaderClassName
{
color: #CB6220;
}
.AnyTagClassName
{
color: #CB6220;
}
</style>
background-color css
<style>
a { background-color: #CB6220; }
a { background-color: rgb(203,98,32); }
div.DivClassName
{
background-color: #CB6220;
}
.BgClassName
{
background-color: #CB6220;
}
</style>
border-color css
<style>
span { border-color: #CB6220; }
span { border-color: rgb(203,98,32); }
td.TdClassName
{
border-color: #CB6220;
}
.TagClassName
{
border-color: #CB6220;
}
</style>