Shades of Anzac #C49342
Tints of Anzac #C49342
RGB
CMYK
RGB Variations
Color information
#C49342 (or 0xC49342) is known color: Anzac. HEX triplet: C4, 93 and 42. RGB value is (196,147,66). Sum of RGB (Red+Green+Blue) = 196+147+66=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C49342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49342 is #3B6CBD. Grayscale: #989898. Windows color (decimal): -3894462 or 4363204. OLE color: 4363204.
HSL color Cylindrical-coordinate representation of color #C49342: hue angle of 37.38º 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 #C49342 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 66 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.23 |
| HSL | 37.38º | 0.52% | 0.51% | - |
| HSV(B) | 37.38º | 0.66% | 0.77% | - |
| XYZ | 34.18 | 33 | 9.72 | - |
| YUV | 152.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 66 | 0 | 0.25 | 0.66 | 0.23 | 37.38 | 0.52 | 0.51 |
| Hex | C4 | 93 | 42 | 0 | 19 | 42 | 17 | 25 | 34 | 33 |
| Octal | 304 | 223 | 102 | 0 | 31 | 102 | 27 | 45 | 64 | 63 |
| Binary | 11000100 | 10010011 | 1000010 | 0 | 11001 | 1000010 | 10111 | 100101 | 110100 | 110011 |
Color Harmonies of #C49342
Complementary color
Monochromatic Colors of #C49342
Black with #C49342
Text Example
Text Example
White with #C49342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49342; }
p { color: rgb(196,147,66); }
H1.HeaderClassName
{
color: #C49342;
}
.AnyTagClassName
{
color: #C49342;
}
</style>
background-color css
<style>
a { background-color: #C49342; }
a { background-color: rgb(196,147,66); }
div.DivClassName
{
background-color: #C49342;
}
.BgClassName
{
background-color: #C49342;
}
</style>
border-color css
<style>
span { border-color: #C49342; }
span { border-color: rgb(196,147,66); }
td.TdClassName
{
border-color: #C49342;
}
.TagClassName
{
border-color: #C49342;
}
</style>