Shades of Chocolate #CA5D20
Tints of Chocolate #CA5D20
RGB
CMYK
RGB Variations
Color information
#CA5D20 (or 0xCA5D20) is known color: Chocolate. HEX triplet: CA, 5D and 20. RGB value is (202,93,32). Sum of RGB (Red+Green+Blue) = 202+93+32=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D20 is #35A2DF. Grayscale: #767676. Windows color (decimal): -3515104 or 2121162. OLE color: 2121162.
HSL color Cylindrical-coordinate representation of color #CA5D20: hue angle of 21.53º 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 #CA5D20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.21 |
| HSL | 21.53º | 0.73% | 0.46% | - |
| HSV(B) | 21.53º | 0.84% | 0.79% | - |
| XYZ | 28.53 | 20.49 | 3.82 | - |
| YUV | 118.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 32 | 0 | 0.54 | 0.84 | 0.21 | 21.53 | 0.73 | 0.46 |
| Hex | CA | 5D | 20 | 0 | 36 | 54 | 15 | 16 | 49 | 2E |
| Octal | 312 | 135 | 40 | 0 | 66 | 124 | 25 | 26 | 111 | 56 |
| Binary | 11001010 | 1011101 | 100000 | 0 | 110110 | 1010100 | 10101 | 10110 | 1001001 | 101110 |
Color Harmonies of #CA5D20
Complementary color
Monochromatic Colors of #CA5D20
Black with #CA5D20
Text Example
Text Example
White with #CA5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D20; }
p { color: rgb(202,93,32); }
H1.HeaderClassName
{
color: #CA5D20;
}
.AnyTagClassName
{
color: #CA5D20;
}
</style>
background-color css
<style>
a { background-color: #CA5D20; }
a { background-color: rgb(202,93,32); }
div.DivClassName
{
background-color: #CA5D20;
}
.BgClassName
{
background-color: #CA5D20;
}
</style>
border-color css
<style>
span { border-color: #CA5D20; }
span { border-color: rgb(202,93,32); }
td.TdClassName
{
border-color: #CA5D20;
}
.TagClassName
{
border-color: #CA5D20;
}
</style>