Shades of Chocolate #CA6A1F
Tints of Chocolate #CA6A1F
RGB
CMYK
RGB Variations
Color information
#CA6A1F (or 0xCA6A1F) is known color: Chocolate. HEX triplet: CA, 6A and 1F. RGB value is (202,106,31). Sum of RGB (Red+Green+Blue) = 202+106+31=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A1F is #3595E0. Grayscale: #7E7E7E. Windows color (decimal): -3511777 or 2058954. OLE color: 2058954.
HSL color Cylindrical-coordinate representation of color #CA6A1F: hue angle of 26.32º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA6A1F is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 31 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.21 |
| HSL | 26.32º | 0.73% | 0.46% | - |
| HSV(B) | 26.32º | 0.85% | 0.79% | - |
| XYZ | 29.76 | 22.96 | 4.16 | - |
| YUV | 126.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 31 | 0 | 0.48 | 0.85 | 0.21 | 26.32 | 0.73 | 0.46 |
| Hex | CA | 6A | 1F | 0 | 30 | 55 | 15 | 1A | 49 | 2E |
| Octal | 312 | 152 | 37 | 0 | 60 | 125 | 25 | 32 | 111 | 56 |
| Binary | 11001010 | 1101010 | 11111 | 0 | 110000 | 1010101 | 10101 | 11010 | 1001001 | 101110 |
Color Harmonies of #CA6A1F
Complementary color
Monochromatic Colors of #CA6A1F
Black with #CA6A1F
Text Example
Text Example
White with #CA6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A1F; }
p { color: rgb(202,106,31); }
H1.HeaderClassName
{
color: #CA6A1F;
}
.AnyTagClassName
{
color: #CA6A1F;
}
</style>
background-color css
<style>
a { background-color: #CA6A1F; }
a { background-color: rgb(202,106,31); }
div.DivClassName
{
background-color: #CA6A1F;
}
.BgClassName
{
background-color: #CA6A1F;
}
</style>
border-color css
<style>
span { border-color: #CA6A1F; }
span { border-color: rgb(202,106,31); }
td.TdClassName
{
border-color: #CA6A1F;
}
.TagClassName
{
border-color: #CA6A1F;
}
</style>