Shades of Anzac #C79D3A
Tints of Anzac #C79D3A
RGB
CMYK
RGB Variations
Color information
#C79D3A (or 0xC79D3A) is known color: Anzac. HEX triplet: C7, 9D and 3A. RGB value is (199,157,58). Sum of RGB (Red+Green+Blue) = 199+157+58=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D3A is #3862C5. Grayscale: #9E9E9E. Windows color (decimal): -3695302 or 3841479. OLE color: 3841479.
HSL color Cylindrical-coordinate representation of color #C79D3A: hue angle of 42.13º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C79D3A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 58 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.22 |
| HSL | 42.13º | 0.56% | 0.5% | - |
| HSV(B) | 42.13º | 0.71% | 0.78% | - |
| XYZ | 36.37 | 36.56 | 9.14 | - |
| YUV | 158.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 58 | 0 | 0.21 | 0.71 | 0.22 | 42.13 | 0.56 | 0.5 |
| Hex | C7 | 9D | 3A | 0 | 15 | 47 | 16 | 2A | 38 | 32 |
| Octal | 307 | 235 | 72 | 0 | 25 | 107 | 26 | 52 | 70 | 62 |
| Binary | 11000111 | 10011101 | 111010 | 0 | 10101 | 1000111 | 10110 | 101010 | 111000 | 110010 |
Color Harmonies of #C79D3A
Complementary color
Monochromatic Colors of #C79D3A
Black with #C79D3A
Text Example
Text Example
White with #C79D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D3A; }
p { color: rgb(199,157,58); }
H1.HeaderClassName
{
color: #C79D3A;
}
.AnyTagClassName
{
color: #C79D3A;
}
</style>
background-color css
<style>
a { background-color: #C79D3A; }
a { background-color: rgb(199,157,58); }
div.DivClassName
{
background-color: #C79D3A;
}
.BgClassName
{
background-color: #C79D3A;
}
</style>
border-color css
<style>
span { border-color: #C79D3A; }
span { border-color: rgb(199,157,58); }
td.TdClassName
{
border-color: #C79D3A;
}
.TagClassName
{
border-color: #C79D3A;
}
</style>