Shades of Chocolate #CA5A15
Tints of Chocolate #CA5A15
RGB
CMYK
RGB Variations
Color information
#CA5A15 (or 0xCA5A15) is known color: Chocolate. HEX triplet: CA, 5A and 15. RGB value is (202,90,21). Sum of RGB (Red+Green+Blue) = 202+90+21=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A15 is #35A5EA. Grayscale: #747474. Windows color (decimal): -3515883 or 1399498. OLE color: 1399498.
HSL color Cylindrical-coordinate representation of color #CA5A15: hue angle of 22.87º 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 #CA5A15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.21 |
| HSL | 22.87º | 0.81% | 0.44% | - |
| HSV(B) | 22.87º | 0.9% | 0.79% | - |
| XYZ | 28.15 | 19.92 | 3.07 | - |
| YUV | 115.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 21 | 0 | 0.55 | 0.90 | 0.21 | 22.87 | 0.81 | 0.44 |
| Hex | CA | 5A | 15 | 0 | 37 | 5A | 15 | 17 | 51 | 2C |
| Octal | 312 | 132 | 25 | 0 | 67 | 132 | 25 | 27 | 121 | 54 |
| Binary | 11001010 | 1011010 | 10101 | 0 | 110111 | 1011010 | 10101 | 10111 | 1010001 | 101100 |
Color Harmonies of #CA5A15
Complementary color
Monochromatic Colors of #CA5A15
Black with #CA5A15
Text Example
Text Example
White with #CA5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A15; }
p { color: rgb(202,90,21); }
H1.HeaderClassName
{
color: #CA5A15;
}
.AnyTagClassName
{
color: #CA5A15;
}
</style>
background-color css
<style>
a { background-color: #CA5A15; }
a { background-color: rgb(202,90,21); }
div.DivClassName
{
background-color: #CA5A15;
}
.BgClassName
{
background-color: #CA5A15;
}
</style>
border-color css
<style>
span { border-color: #CA5A15; }
span { border-color: rgb(202,90,21); }
td.TdClassName
{
border-color: #CA5A15;
}
.TagClassName
{
border-color: #CA5A15;
}
</style>