Shades of Chocolate #CA6E12
Tints of Chocolate #CA6E12
RGB
CMYK
RGB Variations
Color information
#CA6E12 (or 0xCA6E12) is known color: Chocolate. HEX triplet: CA, 6E and 12. RGB value is (202,110,18). Sum of RGB (Red+Green+Blue) = 202+110+18=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6E12 is #3591ED. Grayscale: #7F7F7F. Windows color (decimal): -3510766 or 1208010. OLE color: 1208010.
HSL color Cylindrical-coordinate representation of color #CA6E12: hue angle of 30º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA6E12 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 18 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.21 |
| HSL | 30º | 0.84% | 0.43% | - |
| HSV(B) | 30º | 0.91% | 0.79% | - |
| XYZ | 30.04 | 23.75 | 3.57 | - |
| YUV | 127.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 18 | 0 | 0.46 | 0.91 | 0.21 | 30 | 0.84 | 0.43 |
| Hex | CA | 6E | 12 | 0 | 2E | 5B | 15 | 1E | 54 | 2B |
| Octal | 312 | 156 | 22 | 0 | 56 | 133 | 25 | 36 | 124 | 53 |
| Binary | 11001010 | 1101110 | 10010 | 0 | 101110 | 1011011 | 10101 | 11110 | 1010100 | 101011 |
Color Harmonies of #CA6E12
Complementary color
Monochromatic Colors of #CA6E12
Black with #CA6E12
Text Example
Text Example
White with #CA6E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E12; }
p { color: rgb(202,110,18); }
H1.HeaderClassName
{
color: #CA6E12;
}
.AnyTagClassName
{
color: #CA6E12;
}
</style>
background-color css
<style>
a { background-color: #CA6E12; }
a { background-color: rgb(202,110,18); }
div.DivClassName
{
background-color: #CA6E12;
}
.BgClassName
{
background-color: #CA6E12;
}
</style>
border-color css
<style>
span { border-color: #CA6E12; }
span { border-color: rgb(202,110,18); }
td.TdClassName
{
border-color: #CA6E12;
}
.TagClassName
{
border-color: #CA6E12;
}
</style>