Shades of Chocolate #CA6C17
Tints of Chocolate #CA6C17
RGB
CMYK
RGB Variations
Color information
#CA6C17 (or 0xCA6C17) is known color: Chocolate. HEX triplet: CA, 6C and 17. RGB value is (202,108,23). Sum of RGB (Red+Green+Blue) = 202+108+23=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C17 is #3593E8. Grayscale: #7E7E7E. Windows color (decimal): -3511273 or 1535178. OLE color: 1535178.
HSL color Cylindrical-coordinate representation of color #CA6C17: hue angle of 28.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA6C17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.21 |
| HSL | 28.49º | 0.8% | 0.44% | - |
| HSV(B) | 28.49º | 0.89% | 0.79% | - |
| XYZ | 29.87 | 23.34 | 3.74 | - |
| YUV | 126.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 23 | 0 | 0.47 | 0.89 | 0.21 | 28.49 | 0.8 | 0.44 |
| Hex | CA | 6C | 17 | 0 | 2F | 59 | 15 | 1C | 50 | 2C |
| Octal | 312 | 154 | 27 | 0 | 57 | 131 | 25 | 34 | 120 | 54 |
| Binary | 11001010 | 1101100 | 10111 | 0 | 101111 | 1011001 | 10101 | 11100 | 1010000 | 101100 |
Color Harmonies of #CA6C17
Complementary color
Monochromatic Colors of #CA6C17
Black with #CA6C17
Text Example
Text Example
White with #CA6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C17; }
p { color: rgb(202,108,23); }
H1.HeaderClassName
{
color: #CA6C17;
}
.AnyTagClassName
{
color: #CA6C17;
}
</style>
background-color css
<style>
a { background-color: #CA6C17; }
a { background-color: rgb(202,108,23); }
div.DivClassName
{
background-color: #CA6C17;
}
.BgClassName
{
background-color: #CA6C17;
}
</style>
border-color css
<style>
span { border-color: #CA6C17; }
span { border-color: rgb(202,108,23); }
td.TdClassName
{
border-color: #CA6C17;
}
.TagClassName
{
border-color: #CA6C17;
}
</style>