Shades of Chocolate #CA5E20
Tints of Chocolate #CA5E20
RGB
CMYK
RGB Variations
Color information
#CA5E20 (or 0xCA5E20) is known color: Chocolate. HEX triplet: CA, 5E and 20. RGB value is (202,94,32). Sum of RGB (Red+Green+Blue) = 202+94+32=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E20 is #35A1DF. Grayscale: #777777. Windows color (decimal): -3514848 or 2121418. OLE color: 2121418.
HSL color Cylindrical-coordinate representation of color #CA5E20: hue angle of 21.88º 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 #CA5E20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 32 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.21 |
| HSL | 21.88º | 0.73% | 0.46% | - |
| HSV(B) | 21.88º | 0.84% | 0.79% | - |
| XYZ | 28.62 | 20.67 | 3.85 | - |
| YUV | 119.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 32 | 0 | 0.53 | 0.84 | 0.21 | 21.88 | 0.73 | 0.46 |
| Hex | CA | 5E | 20 | 0 | 35 | 54 | 15 | 16 | 49 | 2E |
| Octal | 312 | 136 | 40 | 0 | 65 | 124 | 25 | 26 | 111 | 56 |
| Binary | 11001010 | 1011110 | 100000 | 0 | 110101 | 1010100 | 10101 | 10110 | 1001001 | 101110 |
Color Harmonies of #CA5E20
Complementary color
Monochromatic Colors of #CA5E20
Black with #CA5E20
Text Example
Text Example
White with #CA5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E20; }
p { color: rgb(202,94,32); }
H1.HeaderClassName
{
color: #CA5E20;
}
.AnyTagClassName
{
color: #CA5E20;
}
</style>
background-color css
<style>
a { background-color: #CA5E20; }
a { background-color: rgb(202,94,32); }
div.DivClassName
{
background-color: #CA5E20;
}
.BgClassName
{
background-color: #CA5E20;
}
</style>
border-color css
<style>
span { border-color: #CA5E20; }
span { border-color: rgb(202,94,32); }
td.TdClassName
{
border-color: #CA5E20;
}
.TagClassName
{
border-color: #CA5E20;
}
</style>