Shades of Chocolate #CA700A
Tints of Chocolate #CA700A
RGB
CMYK
RGB Variations
Color information
#CA700A (or 0xCA700A) is known color: Chocolate. HEX triplet: CA, 70 and 0A. RGB value is (202,112,10). Sum of RGB (Red+Green+Blue) = 202+112+10=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA700A is #358FF5. Grayscale: #7F7F7F. Windows color (decimal): -3510262 or 684234. OLE color: 684234.
HSL color Cylindrical-coordinate representation of color #CA700A: hue angle of 31.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA700A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.21 |
| HSL | 31.88º | 0.91% | 0.42% | - |
| HSV(B) | 31.88º | 0.95% | 0.79% | - |
| XYZ | 30.21 | 24.17 | 3.36 | - |
| YUV | 127.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 10 | 0 | 0.45 | 0.95 | 0.21 | 31.88 | 0.91 | 0.42 |
| Hex | CA | 70 | A | 0 | 2D | 5F | 15 | 20 | 5B | 2A |
| Octal | 312 | 160 | 12 | 0 | 55 | 137 | 25 | 40 | 133 | 52 |
| Binary | 11001010 | 1110000 | 1010 | 0 | 101101 | 1011111 | 10101 | 100000 | 1011011 | 101010 |
Color Harmonies of #CA700A
Complementary color
Monochromatic Colors of #CA700A
Black with #CA700A
Text Example
Text Example
White with #CA700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA700A; }
p { color: rgb(202,112,10); }
H1.HeaderClassName
{
color: #CA700A;
}
.AnyTagClassName
{
color: #CA700A;
}
</style>
background-color css
<style>
a { background-color: #CA700A; }
a { background-color: rgb(202,112,10); }
div.DivClassName
{
background-color: #CA700A;
}
.BgClassName
{
background-color: #CA700A;
}
</style>
border-color css
<style>
span { border-color: #CA700A; }
span { border-color: rgb(202,112,10); }
td.TdClassName
{
border-color: #CA700A;
}
.TagClassName
{
border-color: #CA700A;
}
</style>