Shades of Chocolate #C46C18
Tints of Chocolate #C46C18
RGB
CMYK
RGB Variations
Color information
#C46C18 (or 0xC46C18) is known color: Chocolate. HEX triplet: C4, 6C and 18. RGB value is (196,108,24). Sum of RGB (Red+Green+Blue) = 196+108+24=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C18 is #3B93E7. Grayscale: #7D7D7D. Windows color (decimal): -3904488 or 1600708. OLE color: 1600708.
HSL color Cylindrical-coordinate representation of color #C46C18: hue angle of 29.3º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C46C18 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 24 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.23 |
| HSL | 29.3º | 0.78% | 0.43% | - |
| HSV(B) | 29.3º | 0.88% | 0.77% | - |
| XYZ | 28.29 | 22.53 | 3.72 | - |
| YUV | 124.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 24 | 0 | 0.45 | 0.88 | 0.23 | 29.3 | 0.78 | 0.43 |
| Hex | C4 | 6C | 18 | 0 | 2D | 58 | 17 | 1D | 4E | 2B |
| Octal | 304 | 154 | 30 | 0 | 55 | 130 | 27 | 35 | 116 | 53 |
| Binary | 11000100 | 1101100 | 11000 | 0 | 101101 | 1011000 | 10111 | 11101 | 1001110 | 101011 |
Color Harmonies of #C46C18
Complementary color
Monochromatic Colors of #C46C18
Black with #C46C18
Text Example
Text Example
White with #C46C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C18; }
p { color: rgb(196,108,24); }
H1.HeaderClassName
{
color: #C46C18;
}
.AnyTagClassName
{
color: #C46C18;
}
</style>
background-color css
<style>
a { background-color: #C46C18; }
a { background-color: rgb(196,108,24); }
div.DivClassName
{
background-color: #C46C18;
}
.BgClassName
{
background-color: #C46C18;
}
</style>
border-color css
<style>
span { border-color: #C46C18; }
span { border-color: rgb(196,108,24); }
td.TdClassName
{
border-color: #C46C18;
}
.TagClassName
{
border-color: #C46C18;
}
</style>