Shades of Chocolate #C46C0F
Tints of Chocolate #C46C0F
RGB
CMYK
RGB Variations
Color information
#C46C0F (or 0xC46C0F) is known color: Chocolate. HEX triplet: C4, 6C and 0F. RGB value is (196,108,15). Sum of RGB (Red+Green+Blue) = 196+108+15=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C0F is #3B93F0. Grayscale: #7C7C7C. Windows color (decimal): -3904497 or 1010884. OLE color: 1010884.
HSL color Cylindrical-coordinate representation of color #C46C0F: hue angle of 30.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C46C0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.23 |
| HSL | 30.83º | 0.86% | 0.41% | - |
| HSV(B) | 30.83º | 0.92% | 0.77% | - |
| XYZ | 28.21 | 22.5 | 3.31 | - |
| YUV | 123.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 15 | 0 | 0.45 | 0.92 | 0.23 | 30.83 | 0.86 | 0.41 |
| Hex | C4 | 6C | F | 0 | 2D | 5C | 17 | 1F | 56 | 29 |
| Octal | 304 | 154 | 17 | 0 | 55 | 134 | 27 | 37 | 126 | 51 |
| Binary | 11000100 | 1101100 | 1111 | 0 | 101101 | 1011100 | 10111 | 11111 | 1010110 | 101001 |
Color Harmonies of #C46C0F
Complementary color
Monochromatic Colors of #C46C0F
Black with #C46C0F
Text Example
Text Example
White with #C46C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C0F; }
p { color: rgb(196,108,15); }
H1.HeaderClassName
{
color: #C46C0F;
}
.AnyTagClassName
{
color: #C46C0F;
}
</style>
background-color css
<style>
a { background-color: #C46C0F; }
a { background-color: rgb(196,108,15); }
div.DivClassName
{
background-color: #C46C0F;
}
.BgClassName
{
background-color: #C46C0F;
}
</style>
border-color css
<style>
span { border-color: #C46C0F; }
span { border-color: rgb(196,108,15); }
td.TdClassName
{
border-color: #C46C0F;
}
.TagClassName
{
border-color: #C46C0F;
}
</style>