Shades of Chocolate #CA700B
Tints of Chocolate #CA700B
RGB
CMYK
RGB Variations
Color information
#CA700B (or 0xCA700B) is known color: Chocolate. HEX triplet: CA, 70 and 0B. RGB value is (202,112,11). Sum of RGB (Red+Green+Blue) = 202+112+11=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA700B is #358FF4. Grayscale: #7F7F7F. Windows color (decimal): -3510261 or 749770. OLE color: 749770.
HSL color Cylindrical-coordinate representation of color #CA700B: hue angle of 31.73º degrees, saturation: 0.9, 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 #CA700B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.21 |
| HSL | 31.73º | 0.9% | 0.42% | - |
| HSV(B) | 31.73º | 0.95% | 0.79% | - |
| XYZ | 30.21 | 24.17 | 3.39 | - |
| YUV | 127.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 11 | 0 | 0.45 | 0.95 | 0.21 | 31.73 | 0.9 | 0.42 |
| Hex | CA | 70 | B | 0 | 2D | 5F | 15 | 20 | 5A | 2A |
| Octal | 312 | 160 | 13 | 0 | 55 | 137 | 25 | 40 | 132 | 52 |
| Binary | 11001010 | 1110000 | 1011 | 0 | 101101 | 1011111 | 10101 | 100000 | 1011010 | 101010 |
Color Harmonies of #CA700B
Complementary color
Monochromatic Colors of #CA700B
Black with #CA700B
Text Example
Text Example
White with #CA700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA700B; }
p { color: rgb(202,112,11); }
H1.HeaderClassName
{
color: #CA700B;
}
.AnyTagClassName
{
color: #CA700B;
}
</style>
background-color css
<style>
a { background-color: #CA700B; }
a { background-color: rgb(202,112,11); }
div.DivClassName
{
background-color: #CA700B;
}
.BgClassName
{
background-color: #CA700B;
}
</style>
border-color css
<style>
span { border-color: #CA700B; }
span { border-color: rgb(202,112,11); }
td.TdClassName
{
border-color: #CA700B;
}
.TagClassName
{
border-color: #CA700B;
}
</style>