Shades of Chocolate #CA6314
Tints of Chocolate #CA6314
RGB
CMYK
RGB Variations
Color information
#CA6314 (or 0xCA6314) is known color: Chocolate. HEX triplet: CA, 63 and 14. RGB value is (202,99,20). Sum of RGB (Red+Green+Blue) = 202+99+20=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6314 is #359CEB. Grayscale: #797979. Windows color (decimal): -3513580 or 1336266. OLE color: 1336266.
HSL color Cylindrical-coordinate representation of color #CA6314: hue angle of 26.04º 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 #CA6314 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.21 |
| HSL | 26.04º | 0.82% | 0.44% | - |
| HSV(B) | 26.04º | 0.9% | 0.79% | - |
| XYZ | 28.95 | 21.53 | 3.29 | - |
| YUV | 120.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 20 | 0 | 0.51 | 0.90 | 0.21 | 26.04 | 0.82 | 0.44 |
| Hex | CA | 63 | 14 | 0 | 33 | 5A | 15 | 1A | 52 | 2C |
| Octal | 312 | 143 | 24 | 0 | 63 | 132 | 25 | 32 | 122 | 54 |
| Binary | 11001010 | 1100011 | 10100 | 0 | 110011 | 1011010 | 10101 | 11010 | 1010010 | 101100 |
Color Harmonies of #CA6314
Complementary color
Monochromatic Colors of #CA6314
Black with #CA6314
Text Example
Text Example
White with #CA6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6314; }
p { color: rgb(202,99,20); }
H1.HeaderClassName
{
color: #CA6314;
}
.AnyTagClassName
{
color: #CA6314;
}
</style>
background-color css
<style>
a { background-color: #CA6314; }
a { background-color: rgb(202,99,20); }
div.DivClassName
{
background-color: #CA6314;
}
.BgClassName
{
background-color: #CA6314;
}
</style>
border-color css
<style>
span { border-color: #CA6314; }
span { border-color: rgb(202,99,20); }
td.TdClassName
{
border-color: #CA6314;
}
.TagClassName
{
border-color: #CA6314;
}
</style>