Shades of Anzac #C49043
Tints of Anzac #C49043
RGB
CMYK
RGB Variations
Color information
#C49043 (or 0xC49043) is known color: Anzac. HEX triplet: C4, 90 and 43. RGB value is (196,144,67). Sum of RGB (Red+Green+Blue) = 196+144+67=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C49043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49043 is #3B6FBC. Grayscale: #979797. Windows color (decimal): -3895229 or 4427972. OLE color: 4427972.
HSL color Cylindrical-coordinate representation of color #C49043: hue angle of 35.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C49043 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 67 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.23 |
| HSL | 35.81º | 0.52% | 0.52% | - |
| HSV(B) | 35.81º | 0.66% | 0.77% | - |
| XYZ | 33.75 | 32.09 | 9.72 | - |
| YUV | 150.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 67 | 0 | 0.27 | 0.66 | 0.23 | 35.81 | 0.52 | 0.52 |
| Hex | C4 | 90 | 43 | 0 | 1B | 42 | 17 | 24 | 34 | 34 |
| Octal | 304 | 220 | 103 | 0 | 33 | 102 | 27 | 44 | 64 | 64 |
| Binary | 11000100 | 10010000 | 1000011 | 0 | 11011 | 1000010 | 10111 | 100100 | 110100 | 110100 |
Color Harmonies of #C49043
Complementary color
Monochromatic Colors of #C49043
Black with #C49043
Text Example
Text Example
White with #C49043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49043; }
p { color: rgb(196,144,67); }
H1.HeaderClassName
{
color: #C49043;
}
.AnyTagClassName
{
color: #C49043;
}
</style>
background-color css
<style>
a { background-color: #C49043; }
a { background-color: rgb(196,144,67); }
div.DivClassName
{
background-color: #C49043;
}
.BgClassName
{
background-color: #C49043;
}
</style>
border-color css
<style>
span { border-color: #C49043; }
span { border-color: rgb(196,144,67); }
td.TdClassName
{
border-color: #C49043;
}
.TagClassName
{
border-color: #C49043;
}
</style>