Shades of Chocolate #CA6513
Tints of Chocolate #CA6513
RGB
CMYK
RGB Variations
Color information
#CA6513 (or 0xCA6513) is known color: Chocolate. HEX triplet: CA, 65 and 13. RGB value is (202,101,19). Sum of RGB (Red+Green+Blue) = 202+101+19=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6513 is #359AEC. Grayscale: #7A7A7A. Windows color (decimal): -3513069 or 1271242. OLE color: 1271242.
HSL color Cylindrical-coordinate representation of color #CA6513: hue angle of 26.89º degrees, saturation: 0.83, 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 #CA6513 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.21 |
| HSL | 26.89º | 0.83% | 0.43% | - |
| HSV(B) | 26.89º | 0.91% | 0.79% | - |
| XYZ | 29.13 | 21.91 | 3.31 | - |
| YUV | 121.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 19 | 0 | 0.50 | 0.91 | 0.21 | 26.89 | 0.83 | 0.43 |
| Hex | CA | 65 | 13 | 0 | 32 | 5B | 15 | 1B | 53 | 2B |
| Octal | 312 | 145 | 23 | 0 | 62 | 133 | 25 | 33 | 123 | 53 |
| Binary | 11001010 | 1100101 | 10011 | 0 | 110010 | 1011011 | 10101 | 11011 | 1010011 | 101011 |
Color Harmonies of #CA6513
Complementary color
Monochromatic Colors of #CA6513
Black with #CA6513
Text Example
Text Example
White with #CA6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6513; }
p { color: rgb(202,101,19); }
H1.HeaderClassName
{
color: #CA6513;
}
.AnyTagClassName
{
color: #CA6513;
}
</style>
background-color css
<style>
a { background-color: #CA6513; }
a { background-color: rgb(202,101,19); }
div.DivClassName
{
background-color: #CA6513;
}
.BgClassName
{
background-color: #CA6513;
}
</style>
border-color css
<style>
span { border-color: #CA6513; }
span { border-color: rgb(202,101,19); }
td.TdClassName
{
border-color: #CA6513;
}
.TagClassName
{
border-color: #CA6513;
}
</style>