Shades of Anzac #C79C38
Tints of Anzac #C79C38
RGB
CMYK
RGB Variations
Color information
#C79C38 (or 0xC79C38) is known color: Anzac. HEX triplet: C7, 9C and 38. RGB value is (199,156,56). Sum of RGB (Red+Green+Blue) = 199+156+56=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C38 is #3863C7. Grayscale: #9D9D9D. Windows color (decimal): -3695560 or 3710151. OLE color: 3710151.
HSL color Cylindrical-coordinate representation of color #C79C38: hue angle of 41.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C79C38 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 56 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.22 |
| HSL | 41.96º | 0.56% | 0.5% | - |
| HSV(B) | 41.96º | 0.72% | 0.78% | - |
| XYZ | 36.16 | 36.2 | 8.82 | - |
| YUV | 157.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 56 | 0 | 0.22 | 0.72 | 0.22 | 41.96 | 0.56 | 0.5 |
| Hex | C7 | 9C | 38 | 0 | 16 | 48 | 16 | 2A | 38 | 32 |
| Octal | 307 | 234 | 70 | 0 | 26 | 110 | 26 | 52 | 70 | 62 |
| Binary | 11000111 | 10011100 | 111000 | 0 | 10110 | 1001000 | 10110 | 101010 | 111000 | 110010 |
Color Harmonies of #C79C38
Complementary color
Monochromatic Colors of #C79C38
Black with #C79C38
Text Example
Text Example
White with #C79C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C38; }
p { color: rgb(199,156,56); }
H1.HeaderClassName
{
color: #C79C38;
}
.AnyTagClassName
{
color: #C79C38;
}
</style>
background-color css
<style>
a { background-color: #C79C38; }
a { background-color: rgb(199,156,56); }
div.DivClassName
{
background-color: #C79C38;
}
.BgClassName
{
background-color: #C79C38;
}
</style>
border-color css
<style>
span { border-color: #C79C38; }
span { border-color: rgb(199,156,56); }
td.TdClassName
{
border-color: #C79C38;
}
.TagClassName
{
border-color: #C79C38;
}
</style>