Shades of Chocolate #C46C0A
Tints of Chocolate #C46C0A
RGB
CMYK
RGB Variations
Color information
#C46C0A (or 0xC46C0A) is known color: Chocolate. HEX triplet: C4, 6C and 0A. RGB value is (196,108,10). Sum of RGB (Red+Green+Blue) = 196+108+10=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C0A is #3B93F5. Grayscale: #7B7B7B. Windows color (decimal): -3904502 or 683204. OLE color: 683204.
HSL color Cylindrical-coordinate representation of color #C46C0A: hue angle of 31.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C46C0A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.23 |
| HSL | 31.61º | 0.9% | 0.4% | - |
| HSV(B) | 31.61º | 0.95% | 0.77% | - |
| XYZ | 28.18 | 22.48 | 3.14 | - |
| YUV | 123.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 10 | 0 | 0.45 | 0.95 | 0.23 | 31.61 | 0.9 | 0.4 |
| Hex | C4 | 6C | A | 0 | 2D | 5F | 17 | 20 | 5A | 28 |
| Octal | 304 | 154 | 12 | 0 | 55 | 137 | 27 | 40 | 132 | 50 |
| Binary | 11000100 | 1101100 | 1010 | 0 | 101101 | 1011111 | 10111 | 100000 | 1011010 | 101000 |
Color Harmonies of #C46C0A
Complementary color
Monochromatic Colors of #C46C0A
Black with #C46C0A
Text Example
Text Example
White with #C46C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C0A; }
p { color: rgb(196,108,10); }
H1.HeaderClassName
{
color: #C46C0A;
}
.AnyTagClassName
{
color: #C46C0A;
}
</style>
background-color css
<style>
a { background-color: #C46C0A; }
a { background-color: rgb(196,108,10); }
div.DivClassName
{
background-color: #C46C0A;
}
.BgClassName
{
background-color: #C46C0A;
}
</style>
border-color css
<style>
span { border-color: #C46C0A; }
span { border-color: rgb(196,108,10); }
td.TdClassName
{
border-color: #C46C0A;
}
.TagClassName
{
border-color: #C46C0A;
}
</style>