Shades of Chocolate #CA6D0A
Tints of Chocolate #CA6D0A
RGB
CMYK
RGB Variations
Color information
#CA6D0A (or 0xCA6D0A) is known color: Chocolate. HEX triplet: CA, 6D and 0A. RGB value is (202,109,10). Sum of RGB (Red+Green+Blue) = 202+109+10=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D0A is #3592F5. Grayscale: #7E7E7E. Windows color (decimal): -3511030 or 683466. OLE color: 683466.
HSL color Cylindrical-coordinate representation of color #CA6D0A: hue angle of 30.94º 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 #CA6D0A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.21 |
| HSL | 30.94º | 0.91% | 0.42% | - |
| HSV(B) | 30.94º | 0.95% | 0.79% | - |
| XYZ | 29.88 | 23.52 | 3.25 | - |
| YUV | 125.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 10 | 0 | 0.46 | 0.95 | 0.21 | 30.94 | 0.91 | 0.42 |
| Hex | CA | 6D | A | 0 | 2E | 5F | 15 | 1F | 5B | 2A |
| Octal | 312 | 155 | 12 | 0 | 56 | 137 | 25 | 37 | 133 | 52 |
| Binary | 11001010 | 1101101 | 1010 | 0 | 101110 | 1011111 | 10101 | 11111 | 1011011 | 101010 |
Color Harmonies of #CA6D0A
Complementary color
Monochromatic Colors of #CA6D0A
Black with #CA6D0A
Text Example
Text Example
White with #CA6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D0A; }
p { color: rgb(202,109,10); }
H1.HeaderClassName
{
color: #CA6D0A;
}
.AnyTagClassName
{
color: #CA6D0A;
}
</style>
background-color css
<style>
a { background-color: #CA6D0A; }
a { background-color: rgb(202,109,10); }
div.DivClassName
{
background-color: #CA6D0A;
}
.BgClassName
{
background-color: #CA6D0A;
}
</style>
border-color css
<style>
span { border-color: #CA6D0A; }
span { border-color: rgb(202,109,10); }
td.TdClassName
{
border-color: #CA6D0A;
}
.TagClassName
{
border-color: #CA6D0A;
}
</style>