Shades of Chocolate #CA5D19
Tints of Chocolate #CA5D19
RGB
CMYK
RGB Variations
Color information
#CA5D19 (or 0xCA5D19) is known color: Chocolate. HEX triplet: CA, 5D and 19. RGB value is (202,93,25). Sum of RGB (Red+Green+Blue) = 202+93+25=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D19 is #35A2E6. Grayscale: #767676. Windows color (decimal): -3515111 or 1662410. OLE color: 1662410.
HSL color Cylindrical-coordinate representation of color #CA5D19: hue angle of 23.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA5D19 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.21 |
| HSL | 23.05º | 0.78% | 0.45% | - |
| HSV(B) | 23.05º | 0.88% | 0.79% | - |
| XYZ | 28.45 | 20.46 | 3.37 | - |
| YUV | 117.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 25 | 0 | 0.54 | 0.88 | 0.21 | 23.05 | 0.78 | 0.45 |
| Hex | CA | 5D | 19 | 0 | 36 | 58 | 15 | 17 | 4E | 2D |
| Octal | 312 | 135 | 31 | 0 | 66 | 130 | 25 | 27 | 116 | 55 |
| Binary | 11001010 | 1011101 | 11001 | 0 | 110110 | 1011000 | 10101 | 10111 | 1001110 | 101101 |
Color Harmonies of #CA5D19
Complementary color
Monochromatic Colors of #CA5D19
Black with #CA5D19
Text Example
Text Example
White with #CA5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D19; }
p { color: rgb(202,93,25); }
H1.HeaderClassName
{
color: #CA5D19;
}
.AnyTagClassName
{
color: #CA5D19;
}
</style>
background-color css
<style>
a { background-color: #CA5D19; }
a { background-color: rgb(202,93,25); }
div.DivClassName
{
background-color: #CA5D19;
}
.BgClassName
{
background-color: #CA5D19;
}
</style>
border-color css
<style>
span { border-color: #CA5D19; }
span { border-color: rgb(202,93,25); }
td.TdClassName
{
border-color: #CA5D19;
}
.TagClassName
{
border-color: #CA5D19;
}
</style>