Shades of Chocolate #CB6014
Tints of Chocolate #CB6014
RGB
CMYK
RGB Variations
Color information
#CB6014 (or 0xCB6014) is known color: Chocolate. HEX triplet: CB, 60 and 14. RGB value is (203,96,20). Sum of RGB (Red+Green+Blue) = 203+96+20=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6014 is #349FEB. Grayscale: #777777. Windows color (decimal): -3448812 or 1335499. OLE color: 1335499.
HSL color Cylindrical-coordinate representation of color #CB6014: hue angle of 24.92º 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 #CB6014 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.20 |
| HSL | 24.92º | 0.82% | 0.44% | - |
| HSV(B) | 24.92º | 0.9% | 0.8% | - |
| XYZ | 28.94 | 21.11 | 3.21 | - |
| YUV | 119.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 20 | 0 | 0.53 | 0.90 | 0.20 | 24.92 | 0.82 | 0.44 |
| Hex | CB | 60 | 14 | 0 | 35 | 5A | 14 | 19 | 52 | 2C |
| Octal | 313 | 140 | 24 | 0 | 65 | 132 | 24 | 31 | 122 | 54 |
| Binary | 11001011 | 1100000 | 10100 | 0 | 110101 | 1011010 | 10100 | 11001 | 1010010 | 101100 |
Color Harmonies of #CB6014
Complementary color
Monochromatic Colors of #CB6014
Black with #CB6014
Text Example
Text Example
White with #CB6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6014; }
p { color: rgb(203,96,20); }
H1.HeaderClassName
{
color: #CB6014;
}
.AnyTagClassName
{
color: #CB6014;
}
</style>
background-color css
<style>
a { background-color: #CB6014; }
a { background-color: rgb(203,96,20); }
div.DivClassName
{
background-color: #CB6014;
}
.BgClassName
{
background-color: #CB6014;
}
</style>
border-color css
<style>
span { border-color: #CB6014; }
span { border-color: rgb(203,96,20); }
td.TdClassName
{
border-color: #CB6014;
}
.TagClassName
{
border-color: #CB6014;
}
</style>