Shades of Chocolate #CA5D15
Tints of Chocolate #CA5D15
RGB
CMYK
RGB Variations
Color information
#CA5D15 (or 0xCA5D15) is known color: Chocolate. HEX triplet: CA, 5D and 15. RGB value is (202,93,21). Sum of RGB (Red+Green+Blue) = 202+93+21=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D15 is #35A2EA. Grayscale: #757575. Windows color (decimal): -3515115 or 1400266. OLE color: 1400266.
HSL color Cylindrical-coordinate representation of color #CA5D15: hue angle of 23.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 #CA5D15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.21 |
| HSL | 23.87º | 0.81% | 0.44% | - |
| HSV(B) | 23.87º | 0.9% | 0.79% | - |
| XYZ | 28.41 | 20.44 | 3.16 | - |
| YUV | 117.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 21 | 0 | 0.54 | 0.90 | 0.21 | 23.87 | 0.81 | 0.44 |
| Hex | CA | 5D | 15 | 0 | 36 | 5A | 15 | 18 | 51 | 2C |
| Octal | 312 | 135 | 25 | 0 | 66 | 132 | 25 | 30 | 121 | 54 |
| Binary | 11001010 | 1011101 | 10101 | 0 | 110110 | 1011010 | 10101 | 11000 | 1010001 | 101100 |
Color Harmonies of #CA5D15
Complementary color
Monochromatic Colors of #CA5D15
Black with #CA5D15
Text Example
Text Example
White with #CA5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D15; }
p { color: rgb(202,93,21); }
H1.HeaderClassName
{
color: #CA5D15;
}
.AnyTagClassName
{
color: #CA5D15;
}
</style>
background-color css
<style>
a { background-color: #CA5D15; }
a { background-color: rgb(202,93,21); }
div.DivClassName
{
background-color: #CA5D15;
}
.BgClassName
{
background-color: #CA5D15;
}
</style>
border-color css
<style>
span { border-color: #CA5D15; }
span { border-color: rgb(202,93,21); }
td.TdClassName
{
border-color: #CA5D15;
}
.TagClassName
{
border-color: #CA5D15;
}
</style>