Shades of Chocolate #CA6A20
Tints of Chocolate #CA6A20
RGB
CMYK
RGB Variations
Color information
#CA6A20 (or 0xCA6A20) is known color: Chocolate. HEX triplet: CA, 6A and 20. RGB value is (202,106,32). Sum of RGB (Red+Green+Blue) = 202+106+32=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A20 is #3595DF. Grayscale: #7E7E7E. Windows color (decimal): -3511776 or 2124490. OLE color: 2124490.
HSL color Cylindrical-coordinate representation of color #CA6A20: hue angle of 26.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA6A20 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 32 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.21 |
| HSL | 26.12º | 0.73% | 0.46% | - |
| HSV(B) | 26.12º | 0.84% | 0.79% | - |
| XYZ | 29.77 | 22.97 | 4.23 | - |
| YUV | 126.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 32 | 0 | 0.48 | 0.84 | 0.21 | 26.12 | 0.73 | 0.46 |
| Hex | CA | 6A | 20 | 0 | 30 | 54 | 15 | 1A | 49 | 2E |
| Octal | 312 | 152 | 40 | 0 | 60 | 124 | 25 | 32 | 111 | 56 |
| Binary | 11001010 | 1101010 | 100000 | 0 | 110000 | 1010100 | 10101 | 11010 | 1001001 | 101110 |
Color Harmonies of #CA6A20
Complementary color
Monochromatic Colors of #CA6A20
Black with #CA6A20
Text Example
Text Example
White with #CA6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A20; }
p { color: rgb(202,106,32); }
H1.HeaderClassName
{
color: #CA6A20;
}
.AnyTagClassName
{
color: #CA6A20;
}
</style>
background-color css
<style>
a { background-color: #CA6A20; }
a { background-color: rgb(202,106,32); }
div.DivClassName
{
background-color: #CA6A20;
}
.BgClassName
{
background-color: #CA6A20;
}
</style>
border-color css
<style>
span { border-color: #CA6A20; }
span { border-color: rgb(202,106,32); }
td.TdClassName
{
border-color: #CA6A20;
}
.TagClassName
{
border-color: #CA6A20;
}
</style>