Shades of Anzac #C48846
Tints of Anzac #C48846
RGB
CMYK
RGB Variations
Color information
#C48846 (or 0xC48846) is known color: Anzac. HEX triplet: C4, 88 and 46. RGB value is (196,136,70). Sum of RGB (Red+Green+Blue) = 196+136+70=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48846 is #3B77B9. Grayscale: #929292. Windows color (decimal): -3897274 or 4622532. OLE color: 4622532.
HSL color Cylindrical-coordinate representation of color #C48846: hue angle of 31.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C48846 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 70 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.23 |
| HSL | 31.43º | 0.52% | 0.52% | - |
| HSV(B) | 31.43º | 0.64% | 0.77% | - |
| XYZ | 32.67 | 29.79 | 9.82 | - |
| YUV | 146.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 70 | 0 | 0.31 | 0.64 | 0.23 | 31.43 | 0.52 | 0.52 |
| Hex | C4 | 88 | 46 | 0 | 1F | 40 | 17 | 1F | 34 | 34 |
| Octal | 304 | 210 | 106 | 0 | 37 | 100 | 27 | 37 | 64 | 64 |
| Binary | 11000100 | 10001000 | 1000110 | 0 | 11111 | 1000000 | 10111 | 11111 | 110100 | 110100 |
Color Harmonies of #C48846
Complementary color
Monochromatic Colors of #C48846
Black with #C48846
Text Example
Text Example
White with #C48846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48846; }
p { color: rgb(196,136,70); }
H1.HeaderClassName
{
color: #C48846;
}
.AnyTagClassName
{
color: #C48846;
}
</style>
background-color css
<style>
a { background-color: #C48846; }
a { background-color: rgb(196,136,70); }
div.DivClassName
{
background-color: #C48846;
}
.BgClassName
{
background-color: #C48846;
}
</style>
border-color css
<style>
span { border-color: #C48846; }
span { border-color: rgb(196,136,70); }
td.TdClassName
{
border-color: #C48846;
}
.TagClassName
{
border-color: #C48846;
}
</style>