Shades of Anzac #C79D3F
Tints of Anzac #C79D3F
RGB
CMYK
RGB Variations
Color information
#C79D3F (or 0xC79D3F) is known color: Anzac. HEX triplet: C7, 9D and 3F. RGB value is (199,157,63). Sum of RGB (Red+Green+Blue) = 199+157+63=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D3F is #3862C0. Grayscale: #9F9F9F. Windows color (decimal): -3695297 or 4169159. OLE color: 4169159.
HSL color Cylindrical-coordinate representation of color #C79D3F: hue angle of 41.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C79D3F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 63 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.22 |
| HSL | 41.47º | 0.55% | 0.51% | - |
| HSV(B) | 41.47º | 0.68% | 0.78% | - |
| XYZ | 36.51 | 36.61 | 9.85 | - |
| YUV | 158.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 63 | 0 | 0.21 | 0.68 | 0.22 | 41.47 | 0.55 | 0.51 |
| Hex | C7 | 9D | 3F | 0 | 15 | 44 | 16 | 29 | 37 | 33 |
| Octal | 307 | 235 | 77 | 0 | 25 | 104 | 26 | 51 | 67 | 63 |
| Binary | 11000111 | 10011101 | 111111 | 0 | 10101 | 1000100 | 10110 | 101001 | 110111 | 110011 |
Color Harmonies of #C79D3F
Complementary color
Monochromatic Colors of #C79D3F
Black with #C79D3F
Text Example
Text Example
White with #C79D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D3F; }
p { color: rgb(199,157,63); }
H1.HeaderClassName
{
color: #C79D3F;
}
.AnyTagClassName
{
color: #C79D3F;
}
</style>
background-color css
<style>
a { background-color: #C79D3F; }
a { background-color: rgb(199,157,63); }
div.DivClassName
{
background-color: #C79D3F;
}
.BgClassName
{
background-color: #C79D3F;
}
</style>
border-color css
<style>
span { border-color: #C79D3F; }
span { border-color: rgb(199,157,63); }
td.TdClassName
{
border-color: #C79D3F;
}
.TagClassName
{
border-color: #C79D3F;
}
</style>