Shades of Chocolate #CB6213
Tints of Chocolate #CB6213
RGB
CMYK
RGB Variations
Color information
#CB6213 (or 0xCB6213) is known color: Chocolate. HEX triplet: CB, 62 and 13. RGB value is (203,98,19). Sum of RGB (Red+Green+Blue) = 203+98+19=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6213 is #349DEC. Grayscale: #787878. Windows color (decimal): -3448301 or 1270475. OLE color: 1270475.
HSL color Cylindrical-coordinate representation of color #CB6213: hue angle of 25.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6213 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.20 |
| HSL | 25.76º | 0.83% | 0.44% | - |
| HSV(B) | 25.76º | 0.91% | 0.8% | - |
| XYZ | 29.11 | 21.48 | 3.23 | - |
| YUV | 120.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 19 | 0 | 0.52 | 0.91 | 0.20 | 25.76 | 0.83 | 0.44 |
| Hex | CB | 62 | 13 | 0 | 34 | 5B | 14 | 1A | 53 | 2C |
| Octal | 313 | 142 | 23 | 0 | 64 | 133 | 24 | 32 | 123 | 54 |
| Binary | 11001011 | 1100010 | 10011 | 0 | 110100 | 1011011 | 10100 | 11010 | 1010011 | 101100 |
Color Harmonies of #CB6213
Complementary color
Monochromatic Colors of #CB6213
Black with #CB6213
Text Example
Text Example
White with #CB6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6213; }
p { color: rgb(203,98,19); }
H1.HeaderClassName
{
color: #CB6213;
}
.AnyTagClassName
{
color: #CB6213;
}
</style>
background-color css
<style>
a { background-color: #CB6213; }
a { background-color: rgb(203,98,19); }
div.DivClassName
{
background-color: #CB6213;
}
.BgClassName
{
background-color: #CB6213;
}
</style>
border-color css
<style>
span { border-color: #CB6213; }
span { border-color: rgb(203,98,19); }
td.TdClassName
{
border-color: #CB6213;
}
.TagClassName
{
border-color: #CB6213;
}
</style>