Shades of Chocolate #CA6014
Tints of Chocolate #CA6014
RGB
CMYK
RGB Variations
Color information
#CA6014 (or 0xCA6014) is known color: Chocolate. HEX triplet: CA, 60 and 14. RGB value is (202,96,20). Sum of RGB (Red+Green+Blue) = 202+96+20=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6014 is #359FEB. Grayscale: #777777. Windows color (decimal): -3514348 or 1335498. OLE color: 1335498.
HSL color Cylindrical-coordinate representation of color #CA6014: hue angle of 25.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA6014 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 20 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.21 |
| HSL | 25.05º | 0.82% | 0.44% | - |
| HSV(B) | 25.05º | 0.9% | 0.79% | - |
| XYZ | 28.67 | 20.97 | 3.2 | - |
| YUV | 119.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 20 | 0 | 0.52 | 0.90 | 0.21 | 25.05 | 0.82 | 0.44 |
| Hex | CA | 60 | 14 | 0 | 34 | 5A | 15 | 19 | 52 | 2C |
| Octal | 312 | 140 | 24 | 0 | 64 | 132 | 25 | 31 | 122 | 54 |
| Binary | 11001010 | 1100000 | 10100 | 0 | 110100 | 1011010 | 10101 | 11001 | 1010010 | 101100 |
Color Harmonies of #CA6014
Complementary color
Monochromatic Colors of #CA6014
Black with #CA6014
Text Example
Text Example
White with #CA6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6014; }
p { color: rgb(202,96,20); }
H1.HeaderClassName
{
color: #CA6014;
}
.AnyTagClassName
{
color: #CA6014;
}
</style>
background-color css
<style>
a { background-color: #CA6014; }
a { background-color: rgb(202,96,20); }
div.DivClassName
{
background-color: #CA6014;
}
.BgClassName
{
background-color: #CA6014;
}
</style>
border-color css
<style>
span { border-color: #CA6014; }
span { border-color: rgb(202,96,20); }
td.TdClassName
{
border-color: #CA6014;
}
.TagClassName
{
border-color: #CA6014;
}
</style>