Shades of Chocolate #CA6312
Tints of Chocolate #CA6312
RGB
CMYK
RGB Variations
Color information
#CA6312 (or 0xCA6312) is known color: Chocolate. HEX triplet: CA, 63 and 12. RGB value is (202,99,18). Sum of RGB (Red+Green+Blue) = 202+99+18=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6312 is #359CED. Grayscale: #787878. Windows color (decimal): -3513582 or 1205194. OLE color: 1205194.
HSL color Cylindrical-coordinate representation of color #CA6312: hue angle of 26.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA6312 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.21 |
| HSL | 26.41º | 0.84% | 0.43% | - |
| HSV(B) | 26.41º | 0.91% | 0.79% | - |
| XYZ | 28.93 | 21.52 | 3.2 | - |
| YUV | 120.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 18 | 0 | 0.51 | 0.91 | 0.21 | 26.41 | 0.84 | 0.43 |
| Hex | CA | 63 | 12 | 0 | 33 | 5B | 15 | 1A | 54 | 2B |
| Octal | 312 | 143 | 22 | 0 | 63 | 133 | 25 | 32 | 124 | 53 |
| Binary | 11001010 | 1100011 | 10010 | 0 | 110011 | 1011011 | 10101 | 11010 | 1010100 | 101011 |
Color Harmonies of #CA6312
Complementary color
Monochromatic Colors of #CA6312
Black with #CA6312
Text Example
Text Example
White with #CA6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6312; }
p { color: rgb(202,99,18); }
H1.HeaderClassName
{
color: #CA6312;
}
.AnyTagClassName
{
color: #CA6312;
}
</style>
background-color css
<style>
a { background-color: #CA6312; }
a { background-color: rgb(202,99,18); }
div.DivClassName
{
background-color: #CA6312;
}
.BgClassName
{
background-color: #CA6312;
}
</style>
border-color css
<style>
span { border-color: #CA6312; }
span { border-color: rgb(202,99,18); }
td.TdClassName
{
border-color: #CA6312;
}
.TagClassName
{
border-color: #CA6312;
}
</style>