Shades of Anzac #C79242
Tints of Anzac #C79242
RGB
CMYK
RGB Variations
Color information
#C79242 (or 0xC79242) is known color: Anzac. HEX triplet: C7, 92 and 42. RGB value is (199,146,66). Sum of RGB (Red+Green+Blue) = 199+146+66=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C79242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79242 is #386DBD. Grayscale: #999999. Windows color (decimal): -3698110 or 4362951. OLE color: 4362951.
HSL color Cylindrical-coordinate representation of color #C79242: hue angle of 36.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C79242 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 66 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.22 |
| HSL | 36.09º | 0.54% | 0.52% | - |
| HSV(B) | 36.09º | 0.67% | 0.78% | - |
| XYZ | 34.82 | 33.09 | 9.71 | - |
| YUV | 152.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 66 | 0 | 0.27 | 0.67 | 0.22 | 36.09 | 0.54 | 0.52 |
| Hex | C7 | 92 | 42 | 0 | 1B | 43 | 16 | 24 | 36 | 34 |
| Octal | 307 | 222 | 102 | 0 | 33 | 103 | 26 | 44 | 66 | 64 |
| Binary | 11000111 | 10010010 | 1000010 | 0 | 11011 | 1000011 | 10110 | 100100 | 110110 | 110100 |
Color Harmonies of #C79242
Complementary color
Monochromatic Colors of #C79242
Black with #C79242
Text Example
Text Example
White with #C79242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79242; }
p { color: rgb(199,146,66); }
H1.HeaderClassName
{
color: #C79242;
}
.AnyTagClassName
{
color: #C79242;
}
</style>
background-color css
<style>
a { background-color: #C79242; }
a { background-color: rgb(199,146,66); }
div.DivClassName
{
background-color: #C79242;
}
.BgClassName
{
background-color: #C79242;
}
</style>
border-color css
<style>
span { border-color: #C79242; }
span { border-color: rgb(199,146,66); }
td.TdClassName
{
border-color: #C79242;
}
.TagClassName
{
border-color: #C79242;
}
</style>