Shades of Chocolate #CA6D1E
Tints of Chocolate #CA6D1E
RGB
CMYK
RGB Variations
Color information
#CA6D1E (or 0xCA6D1E) is known color: Chocolate. HEX triplet: CA, 6D and 1E. RGB value is (202,109,30). Sum of RGB (Red+Green+Blue) = 202+109+30=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D1E is #3592E1. Grayscale: #808080. Windows color (decimal): -3511010 or 1994186. OLE color: 1994186.
HSL color Cylindrical-coordinate representation of color #CA6D1E: hue angle of 27.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA6D1E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 30 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.21 |
| HSL | 27.56º | 0.74% | 0.45% | - |
| HSV(B) | 27.56º | 0.85% | 0.79% | - |
| XYZ | 30.06 | 23.59 | 4.2 | - |
| YUV | 127.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 30 | 0 | 0.46 | 0.85 | 0.21 | 27.56 | 0.74 | 0.45 |
| Hex | CA | 6D | 1E | 0 | 2E | 55 | 15 | 1C | 4A | 2D |
| Octal | 312 | 155 | 36 | 0 | 56 | 125 | 25 | 34 | 112 | 55 |
| Binary | 11001010 | 1101101 | 11110 | 0 | 101110 | 1010101 | 10101 | 11100 | 1001010 | 101101 |
Color Harmonies of #CA6D1E
Complementary color
Monochromatic Colors of #CA6D1E
Black with #CA6D1E
Text Example
Text Example
White with #CA6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D1E; }
p { color: rgb(202,109,30); }
H1.HeaderClassName
{
color: #CA6D1E;
}
.AnyTagClassName
{
color: #CA6D1E;
}
</style>
background-color css
<style>
a { background-color: #CA6D1E; }
a { background-color: rgb(202,109,30); }
div.DivClassName
{
background-color: #CA6D1E;
}
.BgClassName
{
background-color: #CA6D1E;
}
</style>
border-color css
<style>
span { border-color: #CA6D1E; }
span { border-color: rgb(202,109,30); }
td.TdClassName
{
border-color: #CA6D1E;
}
.TagClassName
{
border-color: #CA6D1E;
}
</style>