Shades of Anzac #C59942
Tints of Anzac #C59942
RGB
CMYK
RGB Variations
Color information
#C59942 (or 0xC59942) is known color: Anzac. HEX triplet: C5, 99 and 42. RGB value is (197,153,66). Sum of RGB (Red+Green+Blue) = 197+153+66=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C59942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59942 is #3A66BD. Grayscale: #9C9C9C. Windows color (decimal): -3827390 or 4364741. OLE color: 4364741.
HSL color Cylindrical-coordinate representation of color #C59942: hue angle of 39.85º 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 #C59942 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 66 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.23 |
| HSL | 39.85º | 0.53% | 0.52% | - |
| HSV(B) | 39.85º | 0.66% | 0.77% | - |
| XYZ | 35.4 | 35.05 | 10.05 | - |
| YUV | 156.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 66 | 0 | 0.22 | 0.66 | 0.23 | 39.85 | 0.53 | 0.52 |
| Hex | C5 | 99 | 42 | 0 | 16 | 42 | 17 | 28 | 35 | 34 |
| Octal | 305 | 231 | 102 | 0 | 26 | 102 | 27 | 50 | 65 | 64 |
| Binary | 11000101 | 10011001 | 1000010 | 0 | 10110 | 1000010 | 10111 | 101000 | 110101 | 110100 |
Color Harmonies of #C59942
Complementary color
Monochromatic Colors of #C59942
Black with #C59942
Text Example
Text Example
White with #C59942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59942; }
p { color: rgb(197,153,66); }
H1.HeaderClassName
{
color: #C59942;
}
.AnyTagClassName
{
color: #C59942;
}
</style>
background-color css
<style>
a { background-color: #C59942; }
a { background-color: rgb(197,153,66); }
div.DivClassName
{
background-color: #C59942;
}
.BgClassName
{
background-color: #C59942;
}
</style>
border-color css
<style>
span { border-color: #C59942; }
span { border-color: rgb(197,153,66); }
td.TdClassName
{
border-color: #C59942;
}
.TagClassName
{
border-color: #C59942;
}
</style>