Shades of Chocolate #C46B0C
Tints of Chocolate #C46B0C
RGB
CMYK
RGB Variations
Color information
#C46B0C (or 0xC46B0C) is known color: Chocolate. HEX triplet: C4, 6B and 0C. RGB value is (196,107,12). Sum of RGB (Red+Green+Blue) = 196+107+12=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46B0C is #3B94F3. Grayscale: #7B7B7B. Windows color (decimal): -3904756 or 814020. OLE color: 814020.
HSL color Cylindrical-coordinate representation of color #C46B0C: hue angle of 30.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C46B0C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.23 |
| HSL | 30.98º | 0.88% | 0.41% | - |
| HSV(B) | 30.98º | 0.94% | 0.77% | - |
| XYZ | 28.09 | 22.28 | 3.17 | - |
| YUV | 122.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 12 | 0 | 0.45 | 0.94 | 0.23 | 30.98 | 0.88 | 0.41 |
| Hex | C4 | 6B | C | 0 | 2D | 5E | 17 | 1F | 58 | 29 |
| Octal | 304 | 153 | 14 | 0 | 55 | 136 | 27 | 37 | 130 | 51 |
| Binary | 11000100 | 1101011 | 1100 | 0 | 101101 | 1011110 | 10111 | 11111 | 1011000 | 101001 |
Color Harmonies of #C46B0C
Complementary color
Monochromatic Colors of #C46B0C
Black with #C46B0C
Text Example
Text Example
White with #C46B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B0C; }
p { color: rgb(196,107,12); }
H1.HeaderClassName
{
color: #C46B0C;
}
.AnyTagClassName
{
color: #C46B0C;
}
</style>
background-color css
<style>
a { background-color: #C46B0C; }
a { background-color: rgb(196,107,12); }
div.DivClassName
{
background-color: #C46B0C;
}
.BgClassName
{
background-color: #C46B0C;
}
</style>
border-color css
<style>
span { border-color: #C46B0C; }
span { border-color: rgb(196,107,12); }
td.TdClassName
{
border-color: #C46B0C;
}
.TagClassName
{
border-color: #C46B0C;
}
</style>