Shades of Chocolate #CA6D15
Tints of Chocolate #CA6D15
RGB
CMYK
RGB Variations
Color information
#CA6D15 (or 0xCA6D15) is known color: Chocolate. HEX triplet: CA, 6D and 15. RGB value is (202,109,21). Sum of RGB (Red+Green+Blue) = 202+109+21=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D15 is #3592EA. Grayscale: #7F7F7F. Windows color (decimal): -3511019 or 1404362. OLE color: 1404362.
HSL color Cylindrical-coordinate representation of color #CA6D15: hue angle of 29.17º degrees, saturation: 0.81, 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 #CA6D15 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.21 |
| HSL | 29.17º | 0.81% | 0.44% | - |
| HSV(B) | 29.17º | 0.9% | 0.79% | - |
| XYZ | 29.96 | 23.55 | 3.68 | - |
| YUV | 126.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 21 | 0 | 0.46 | 0.90 | 0.21 | 29.17 | 0.81 | 0.44 |
| Hex | CA | 6D | 15 | 0 | 2E | 5A | 15 | 1D | 51 | 2C |
| Octal | 312 | 155 | 25 | 0 | 56 | 132 | 25 | 35 | 121 | 54 |
| Binary | 11001010 | 1101101 | 10101 | 0 | 101110 | 1011010 | 10101 | 11101 | 1010001 | 101100 |
Color Harmonies of #CA6D15
Complementary color
Monochromatic Colors of #CA6D15
Black with #CA6D15
Text Example
Text Example
White with #CA6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D15; }
p { color: rgb(202,109,21); }
H1.HeaderClassName
{
color: #CA6D15;
}
.AnyTagClassName
{
color: #CA6D15;
}
</style>
background-color css
<style>
a { background-color: #CA6D15; }
a { background-color: rgb(202,109,21); }
div.DivClassName
{
background-color: #CA6D15;
}
.BgClassName
{
background-color: #CA6D15;
}
</style>
border-color css
<style>
span { border-color: #CA6D15; }
span { border-color: rgb(202,109,21); }
td.TdClassName
{
border-color: #CA6D15;
}
.TagClassName
{
border-color: #CA6D15;
}
</style>