Shades of Chocolate #CA5E21
Tints of Chocolate #CA5E21
RGB
CMYK
RGB Variations
Color information
#CA5E21 (or 0xCA5E21) is known color: Chocolate. HEX triplet: CA, 5E and 21. RGB value is (202,94,33). Sum of RGB (Red+Green+Blue) = 202+94+33=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E21 is #35A1DE. Grayscale: #777777. Windows color (decimal): -3514847 or 2186954. OLE color: 2186954.
HSL color Cylindrical-coordinate representation of color #CA5E21: hue angle of 21.66º degrees, saturation: 0.72, 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 #CA5E21 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 33 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.21 |
| HSL | 21.66º | 0.72% | 0.46% | - |
| HSV(B) | 21.66º | 0.84% | 0.79% | - |
| XYZ | 28.63 | 20.67 | 3.92 | - |
| YUV | 119.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 33 | 0 | 0.53 | 0.84 | 0.21 | 21.66 | 0.72 | 0.46 |
| Hex | CA | 5E | 21 | 0 | 35 | 54 | 15 | 16 | 48 | 2E |
| Octal | 312 | 136 | 41 | 0 | 65 | 124 | 25 | 26 | 110 | 56 |
| Binary | 11001010 | 1011110 | 100001 | 0 | 110101 | 1010100 | 10101 | 10110 | 1001000 | 101110 |
Color Harmonies of #CA5E21
Complementary color
Monochromatic Colors of #CA5E21
Black with #CA5E21
Text Example
Text Example
White with #CA5E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E21; }
p { color: rgb(202,94,33); }
H1.HeaderClassName
{
color: #CA5E21;
}
.AnyTagClassName
{
color: #CA5E21;
}
</style>
background-color css
<style>
a { background-color: #CA5E21; }
a { background-color: rgb(202,94,33); }
div.DivClassName
{
background-color: #CA5E21;
}
.BgClassName
{
background-color: #CA5E21;
}
</style>
border-color css
<style>
span { border-color: #CA5E21; }
span { border-color: rgb(202,94,33); }
td.TdClassName
{
border-color: #CA5E21;
}
.TagClassName
{
border-color: #CA5E21;
}
</style>