Shades of Anzac #C49042
Tints of Anzac #C49042
RGB
CMYK
RGB Variations
Color information
#C49042 (or 0xC49042) is known color: Anzac. HEX triplet: C4, 90 and 42. RGB value is (196,144,66). Sum of RGB (Red+Green+Blue) = 196+144+66=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49042 is #3B6FBD. Grayscale: #979797. Windows color (decimal): -3895230 or 4362436. OLE color: 4362436.
HSL color Cylindrical-coordinate representation of color #C49042: hue angle of 36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C49042 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 66 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.23 |
| HSL | 36º | 0.52% | 0.51% | - |
| HSV(B) | 36º | 0.66% | 0.77% | - |
| XYZ | 33.72 | 32.08 | 9.57 | - |
| YUV | 150.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 66 | 0 | 0.27 | 0.66 | 0.23 | 36 | 0.52 | 0.51 |
| Hex | C4 | 90 | 42 | 0 | 1B | 42 | 17 | 24 | 34 | 33 |
| Octal | 304 | 220 | 102 | 0 | 33 | 102 | 27 | 44 | 64 | 63 |
| Binary | 11000100 | 10010000 | 1000010 | 0 | 11011 | 1000010 | 10111 | 100100 | 110100 | 110011 |
Color Harmonies of #C49042
Complementary color
Monochromatic Colors of #C49042
Black with #C49042
Text Example
Text Example
White with #C49042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49042; }
p { color: rgb(196,144,66); }
H1.HeaderClassName
{
color: #C49042;
}
.AnyTagClassName
{
color: #C49042;
}
</style>
background-color css
<style>
a { background-color: #C49042; }
a { background-color: rgb(196,144,66); }
div.DivClassName
{
background-color: #C49042;
}
.BgClassName
{
background-color: #C49042;
}
</style>
border-color css
<style>
span { border-color: #C49042; }
span { border-color: rgb(196,144,66); }
td.TdClassName
{
border-color: #C49042;
}
.TagClassName
{
border-color: #C49042;
}
</style>