Shades of Anzac #C79C3E
Tints of Anzac #C79C3E
RGB
CMYK
RGB Variations
Color information
#C79C3E (or 0xC79C3E) is known color: Anzac. HEX triplet: C7, 9C and 3E. RGB value is (199,156,62). Sum of RGB (Red+Green+Blue) = 199+156+62=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C3E is #3863C1. Grayscale: #9E9E9E. Windows color (decimal): -3695554 or 4103367. OLE color: 4103367.
HSL color Cylindrical-coordinate representation of color #C79C3E: hue angle of 41.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C79C3E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 62 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.22 |
| HSL | 41.17º | 0.55% | 0.51% | - |
| HSV(B) | 41.17º | 0.69% | 0.78% | - |
| XYZ | 36.31 | 36.27 | 9.64 | - |
| YUV | 158.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 62 | 0 | 0.22 | 0.69 | 0.22 | 41.17 | 0.55 | 0.51 |
| Hex | C7 | 9C | 3E | 0 | 16 | 45 | 16 | 29 | 37 | 33 |
| Octal | 307 | 234 | 76 | 0 | 26 | 105 | 26 | 51 | 67 | 63 |
| Binary | 11000111 | 10011100 | 111110 | 0 | 10110 | 1000101 | 10110 | 101001 | 110111 | 110011 |
Color Harmonies of #C79C3E
Complementary color
Monochromatic Colors of #C79C3E
Black with #C79C3E
Text Example
Text Example
White with #C79C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C3E; }
p { color: rgb(199,156,62); }
H1.HeaderClassName
{
color: #C79C3E;
}
.AnyTagClassName
{
color: #C79C3E;
}
</style>
background-color css
<style>
a { background-color: #C79C3E; }
a { background-color: rgb(199,156,62); }
div.DivClassName
{
background-color: #C79C3E;
}
.BgClassName
{
background-color: #C79C3E;
}
</style>
border-color css
<style>
span { border-color: #C79C3E; }
span { border-color: rgb(199,156,62); }
td.TdClassName
{
border-color: #C79C3E;
}
.TagClassName
{
border-color: #C79C3E;
}
</style>