Shades of Chocolate #CB6214
Tints of Chocolate #CB6214
RGB
CMYK
RGB Variations
Color information
#CB6214 (or 0xCB6214) is known color: Chocolate. HEX triplet: CB, 62 and 14. RGB value is (203,98,20). Sum of RGB (Red+Green+Blue) = 203+98+20=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6214 is #349DEB. Grayscale: #787878. Windows color (decimal): -3448300 or 1336011. OLE color: 1336011.
HSL color Cylindrical-coordinate representation of color #CB6214: hue angle of 25.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB6214 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 20 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.20 |
| HSL | 25.57º | 0.82% | 0.44% | - |
| HSV(B) | 25.57º | 0.9% | 0.8% | - |
| XYZ | 29.12 | 21.48 | 3.27 | - |
| YUV | 120.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 20 | 0 | 0.52 | 0.90 | 0.20 | 25.57 | 0.82 | 0.44 |
| Hex | CB | 62 | 14 | 0 | 34 | 5A | 14 | 1A | 52 | 2C |
| Octal | 313 | 142 | 24 | 0 | 64 | 132 | 24 | 32 | 122 | 54 |
| Binary | 11001011 | 1100010 | 10100 | 0 | 110100 | 1011010 | 10100 | 11010 | 1010010 | 101100 |
Color Harmonies of #CB6214
Complementary color
Monochromatic Colors of #CB6214
Black with #CB6214
Text Example
Text Example
White with #CB6214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6214; }
p { color: rgb(203,98,20); }
H1.HeaderClassName
{
color: #CB6214;
}
.AnyTagClassName
{
color: #CB6214;
}
</style>
background-color css
<style>
a { background-color: #CB6214; }
a { background-color: rgb(203,98,20); }
div.DivClassName
{
background-color: #CB6214;
}
.BgClassName
{
background-color: #CB6214;
}
</style>
border-color css
<style>
span { border-color: #CB6214; }
span { border-color: rgb(203,98,20); }
td.TdClassName
{
border-color: #CB6214;
}
.TagClassName
{
border-color: #CB6214;
}
</style>