Shades of Anzac #C59342
Tints of Anzac #C59342
RGB
CMYK
RGB Variations
Color information
#C59342 (or 0xC59342) is known color: Anzac. HEX triplet: C5, 93 and 42. RGB value is (197,147,66). Sum of RGB (Red+Green+Blue) = 197+147+66=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C59342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59342 is #3A6CBD. Grayscale: #999999. Windows color (decimal): -3828926 or 4363205. OLE color: 4363205.
HSL color Cylindrical-coordinate representation of color #C59342: hue angle of 37.1º degrees, saturation: 0.53, 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 #C59342 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 66 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.23 |
| HSL | 37.1º | 0.53% | 0.52% | - |
| HSV(B) | 37.1º | 0.66% | 0.77% | - |
| XYZ | 34.44 | 33.13 | 9.73 | - |
| YUV | 152.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 66 | 0 | 0.25 | 0.66 | 0.23 | 37.1 | 0.53 | 0.52 |
| Hex | C5 | 93 | 42 | 0 | 19 | 42 | 17 | 25 | 35 | 34 |
| Octal | 305 | 223 | 102 | 0 | 31 | 102 | 27 | 45 | 65 | 64 |
| Binary | 11000101 | 10010011 | 1000010 | 0 | 11001 | 1000010 | 10111 | 100101 | 110101 | 110100 |
Color Harmonies of #C59342
Complementary color
Monochromatic Colors of #C59342
Black with #C59342
Text Example
Text Example
White with #C59342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59342; }
p { color: rgb(197,147,66); }
H1.HeaderClassName
{
color: #C59342;
}
.AnyTagClassName
{
color: #C59342;
}
</style>
background-color css
<style>
a { background-color: #C59342; }
a { background-color: rgb(197,147,66); }
div.DivClassName
{
background-color: #C59342;
}
.BgClassName
{
background-color: #C59342;
}
</style>
border-color css
<style>
span { border-color: #C59342; }
span { border-color: rgb(197,147,66); }
td.TdClassName
{
border-color: #C59342;
}
.TagClassName
{
border-color: #C59342;
}
</style>