Shades of Anzac #C49443
Tints of Anzac #C49443
RGB
CMYK
RGB Variations
Color information
#C49443 (or 0xC49443) is known color: Anzac. HEX triplet: C4, 94 and 43. RGB value is (196,148,67). Sum of RGB (Red+Green+Blue) = 196+148+67=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49443 is #3B6BBC. Grayscale: #999999. Windows color (decimal): -3894205 or 4428996. OLE color: 4428996.
HSL color Cylindrical-coordinate representation of color #C49443: hue angle of 37.67º 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 #C49443 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 67 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.23 |
| HSL | 37.67º | 0.52% | 0.52% | - |
| HSV(B) | 37.67º | 0.66% | 0.77% | - |
| XYZ | 34.37 | 33.32 | 9.93 | - |
| YUV | 153.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 67 | 0 | 0.24 | 0.66 | 0.23 | 37.67 | 0.52 | 0.52 |
| Hex | C4 | 94 | 43 | 0 | 18 | 42 | 17 | 26 | 34 | 34 |
| Octal | 304 | 224 | 103 | 0 | 30 | 102 | 27 | 46 | 64 | 64 |
| Binary | 11000100 | 10010100 | 1000011 | 0 | 11000 | 1000010 | 10111 | 100110 | 110100 | 110100 |
Color Harmonies of #C49443
Complementary color
Monochromatic Colors of #C49443
Black with #C49443
Text Example
Text Example
White with #C49443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49443; }
p { color: rgb(196,148,67); }
H1.HeaderClassName
{
color: #C49443;
}
.AnyTagClassName
{
color: #C49443;
}
</style>
background-color css
<style>
a { background-color: #C49443; }
a { background-color: rgb(196,148,67); }
div.DivClassName
{
background-color: #C49443;
}
.BgClassName
{
background-color: #C49443;
}
</style>
border-color css
<style>
span { border-color: #C49443; }
span { border-color: rgb(196,148,67); }
td.TdClassName
{
border-color: #C49443;
}
.TagClassName
{
border-color: #C49443;
}
</style>