Shades of Chocolate #CA5E12
Tints of Chocolate #CA5E12
RGB
CMYK
RGB Variations
Color information
#CA5E12 (or 0xCA5E12) is known color: Chocolate. HEX triplet: CA, 5E and 12. RGB value is (202,94,18). Sum of RGB (Red+Green+Blue) = 202+94+18=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E12 is #35A1ED. Grayscale: #767676. Windows color (decimal): -3514862 or 1203914. OLE color: 1203914.
HSL color Cylindrical-coordinate representation of color #CA5E12: hue angle of 24.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5E12 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.21 |
| HSL | 24.78º | 0.84% | 0.43% | - |
| HSV(B) | 24.78º | 0.91% | 0.79% | - |
| XYZ | 28.47 | 20.61 | 3.05 | - |
| YUV | 117.63 | 71.78 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 18 | 0 | 0.53 | 0.91 | 0.21 | 24.78 | 0.84 | 0.43 |
| Hex | CA | 5E | 12 | 0 | 35 | 5B | 15 | 19 | 54 | 2B |
| Octal | 312 | 136 | 22 | 0 | 65 | 133 | 25 | 31 | 124 | 53 |
| Binary | 11001010 | 1011110 | 10010 | 0 | 110101 | 1011011 | 10101 | 11001 | 1010100 | 101011 |
Color Harmonies of #CA5E12
Complementary color
Monochromatic Colors of #CA5E12
Black with #CA5E12
Text Example
Text Example
White with #CA5E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E12; }
p { color: rgb(202,94,18); }
H1.HeaderClassName
{
color: #CA5E12;
}
.AnyTagClassName
{
color: #CA5E12;
}
</style>
background-color css
<style>
a { background-color: #CA5E12; }
a { background-color: rgb(202,94,18); }
div.DivClassName
{
background-color: #CA5E12;
}
.BgClassName
{
background-color: #CA5E12;
}
</style>
border-color css
<style>
span { border-color: #CA5E12; }
span { border-color: rgb(202,94,18); }
td.TdClassName
{
border-color: #CA5E12;
}
.TagClassName
{
border-color: #CA5E12;
}
</style>