Shades of Chocolate #C46B21
Tints of Chocolate #C46B21
RGB
CMYK
RGB Variations
Color information
#C46B21 (or 0xC46B21) is known color: Chocolate. HEX triplet: C4, 6B and 21. RGB value is (196,107,33). Sum of RGB (Red+Green+Blue) = 196+107+33=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B21 is #3B94DE. Grayscale: #7D7D7D. Windows color (decimal): -3904735 or 2190276. OLE color: 2190276.
HSL color Cylindrical-coordinate representation of color #C46B21: hue angle of 27.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C46B21 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 33 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.23 |
| HSL | 27.24º | 0.71% | 0.45% | - |
| HSV(B) | 27.24º | 0.83% | 0.77% | - |
| XYZ | 28.3 | 22.36 | 4.26 | - |
| YUV | 125.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 33 | 0 | 0.45 | 0.83 | 0.23 | 27.24 | 0.71 | 0.45 |
| Hex | C4 | 6B | 21 | 0 | 2D | 53 | 17 | 1B | 47 | 2D |
| Octal | 304 | 153 | 41 | 0 | 55 | 123 | 27 | 33 | 107 | 55 |
| Binary | 11000100 | 1101011 | 100001 | 0 | 101101 | 1010011 | 10111 | 11011 | 1000111 | 101101 |
Color Harmonies of #C46B21
Complementary color
Monochromatic Colors of #C46B21
Black with #C46B21
Text Example
Text Example
White with #C46B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B21; }
p { color: rgb(196,107,33); }
H1.HeaderClassName
{
color: #C46B21;
}
.AnyTagClassName
{
color: #C46B21;
}
</style>
background-color css
<style>
a { background-color: #C46B21; }
a { background-color: rgb(196,107,33); }
div.DivClassName
{
background-color: #C46B21;
}
.BgClassName
{
background-color: #C46B21;
}
</style>
border-color css
<style>
span { border-color: #C46B21; }
span { border-color: rgb(196,107,33); }
td.TdClassName
{
border-color: #C46B21;
}
.TagClassName
{
border-color: #C46B21;
}
</style>