Shades of Anzac #C4993E
Tints of Anzac #C4993E
RGB
CMYK
RGB Variations
Color information
#C4993E (or 0xC4993E) is known color: Anzac. HEX triplet: C4, 99 and 3E. RGB value is (196,153,62). Sum of RGB (Red+Green+Blue) = 196+153+62=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4993E is #3B66C1. Grayscale: #9B9B9B. Windows color (decimal): -3892930 or 4102596. OLE color: 4102596.
HSL color Cylindrical-coordinate representation of color #C4993E: hue angle of 40.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4993E is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 62 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.23 |
| HSL | 40.75º | 0.53% | 0.51% | - |
| HSV(B) | 40.75º | 0.68% | 0.77% | - |
| XYZ | 35.03 | 34.87 | 9.44 | - |
| YUV | 155.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 62 | 0 | 0.22 | 0.68 | 0.23 | 40.75 | 0.53 | 0.51 |
| Hex | C4 | 99 | 3E | 0 | 16 | 44 | 17 | 29 | 35 | 33 |
| Octal | 304 | 231 | 76 | 0 | 26 | 104 | 27 | 51 | 65 | 63 |
| Binary | 11000100 | 10011001 | 111110 | 0 | 10110 | 1000100 | 10111 | 101001 | 110101 | 110011 |
Color Harmonies of #C4993E
Complementary color
Monochromatic Colors of #C4993E
Black with #C4993E
Text Example
Text Example
White with #C4993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4993E; }
p { color: rgb(196,153,62); }
H1.HeaderClassName
{
color: #C4993E;
}
.AnyTagClassName
{
color: #C4993E;
}
</style>
background-color css
<style>
a { background-color: #C4993E; }
a { background-color: rgb(196,153,62); }
div.DivClassName
{
background-color: #C4993E;
}
.BgClassName
{
background-color: #C4993E;
}
</style>
border-color css
<style>
span { border-color: #C4993E; }
span { border-color: rgb(196,153,62); }
td.TdClassName
{
border-color: #C4993E;
}
.TagClassName
{
border-color: #C4993E;
}
</style>