Shades of Chocolate #CA6D14
Tints of Chocolate #CA6D14
RGB
CMYK
RGB Variations
Color information
#CA6D14 (or 0xCA6D14) is known color: Chocolate. HEX triplet: CA, 6D and 14. RGB value is (202,109,20). Sum of RGB (Red+Green+Blue) = 202+109+20=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D14 is #3592EB. Grayscale: #7F7F7F. Windows color (decimal): -3511020 or 1338826. OLE color: 1338826.
HSL color Cylindrical-coordinate representation of color #CA6D14: hue angle of 29.34º 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 #CA6D14 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.21 |
| HSL | 29.34º | 0.82% | 0.44% | - |
| HSV(B) | 29.34º | 0.9% | 0.79% | - |
| XYZ | 29.95 | 23.54 | 3.63 | - |
| YUV | 126.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 20 | 0 | 0.46 | 0.90 | 0.21 | 29.34 | 0.82 | 0.44 |
| Hex | CA | 6D | 14 | 0 | 2E | 5A | 15 | 1D | 52 | 2C |
| Octal | 312 | 155 | 24 | 0 | 56 | 132 | 25 | 35 | 122 | 54 |
| Binary | 11001010 | 1101101 | 10100 | 0 | 101110 | 1011010 | 10101 | 11101 | 1010010 | 101100 |
Color Harmonies of #CA6D14
Complementary color
Monochromatic Colors of #CA6D14
Black with #CA6D14
Text Example
Text Example
White with #CA6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D14; }
p { color: rgb(202,109,20); }
H1.HeaderClassName
{
color: #CA6D14;
}
.AnyTagClassName
{
color: #CA6D14;
}
</style>
background-color css
<style>
a { background-color: #CA6D14; }
a { background-color: rgb(202,109,20); }
div.DivClassName
{
background-color: #CA6D14;
}
.BgClassName
{
background-color: #CA6D14;
}
</style>
border-color css
<style>
span { border-color: #CA6D14; }
span { border-color: rgb(202,109,20); }
td.TdClassName
{
border-color: #CA6D14;
}
.TagClassName
{
border-color: #CA6D14;
}
</style>