Shades of Chocolate #CA6514
Tints of Chocolate #CA6514
RGB
CMYK
RGB Variations
Color information
#CA6514 (or 0xCA6514) is known color: Chocolate. HEX triplet: CA, 65 and 14. RGB value is (202,101,20). Sum of RGB (Red+Green+Blue) = 202+101+20=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6514 is #359AEB. Grayscale: #7A7A7A. Windows color (decimal): -3513068 or 1336778. OLE color: 1336778.
HSL color Cylindrical-coordinate representation of color #CA6514: hue angle of 26.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA6514 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.21 |
| HSL | 26.7º | 0.82% | 0.44% | - |
| HSV(B) | 26.7º | 0.9% | 0.79% | - |
| XYZ | 29.14 | 21.91 | 3.36 | - |
| YUV | 121.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 20 | 0 | 0.50 | 0.90 | 0.21 | 26.7 | 0.82 | 0.44 |
| Hex | CA | 65 | 14 | 0 | 32 | 5A | 15 | 1B | 52 | 2C |
| Octal | 312 | 145 | 24 | 0 | 62 | 132 | 25 | 33 | 122 | 54 |
| Binary | 11001010 | 1100101 | 10100 | 0 | 110010 | 1011010 | 10101 | 11011 | 1010010 | 101100 |
Color Harmonies of #CA6514
Complementary color
Monochromatic Colors of #CA6514
Black with #CA6514
Text Example
Text Example
White with #CA6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6514; }
p { color: rgb(202,101,20); }
H1.HeaderClassName
{
color: #CA6514;
}
.AnyTagClassName
{
color: #CA6514;
}
</style>
background-color css
<style>
a { background-color: #CA6514; }
a { background-color: rgb(202,101,20); }
div.DivClassName
{
background-color: #CA6514;
}
.BgClassName
{
background-color: #CA6514;
}
</style>
border-color css
<style>
span { border-color: #CA6514; }
span { border-color: rgb(202,101,20); }
td.TdClassName
{
border-color: #CA6514;
}
.TagClassName
{
border-color: #CA6514;
}
</style>