Shades of Anzac #C4973E
Tints of Anzac #C4973E
RGB
CMYK
RGB Variations
Color information
#C4973E (or 0xC4973E) is known color: Anzac. HEX triplet: C4, 97 and 3E. RGB value is (196,151,62). Sum of RGB (Red+Green+Blue) = 196+151+62=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4973E is #3B68C1. Grayscale: #9A9A9A. Windows color (decimal): -3893442 or 4102084. OLE color: 4102084.
HSL color Cylindrical-coordinate representation of color #C4973E: hue angle of 39.85º 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 #C4973E is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 62 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.23 |
| HSL | 39.85º | 0.53% | 0.51% | - |
| HSV(B) | 39.85º | 0.68% | 0.77% | - |
| XYZ | 34.7 | 34.22 | 9.33 | - |
| YUV | 154.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 62 | 0 | 0.23 | 0.68 | 0.23 | 39.85 | 0.53 | 0.51 |
| Hex | C4 | 97 | 3E | 0 | 17 | 44 | 17 | 28 | 35 | 33 |
| Octal | 304 | 227 | 76 | 0 | 27 | 104 | 27 | 50 | 65 | 63 |
| Binary | 11000100 | 10010111 | 111110 | 0 | 10111 | 1000100 | 10111 | 101000 | 110101 | 110011 |
Color Harmonies of #C4973E
Complementary color
Monochromatic Colors of #C4973E
Black with #C4973E
Text Example
Text Example
White with #C4973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4973E; }
p { color: rgb(196,151,62); }
H1.HeaderClassName
{
color: #C4973E;
}
.AnyTagClassName
{
color: #C4973E;
}
</style>
background-color css
<style>
a { background-color: #C4973E; }
a { background-color: rgb(196,151,62); }
div.DivClassName
{
background-color: #C4973E;
}
.BgClassName
{
background-color: #C4973E;
}
</style>
border-color css
<style>
span { border-color: #C4973E; }
span { border-color: rgb(196,151,62); }
td.TdClassName
{
border-color: #C4973E;
}
.TagClassName
{
border-color: #C4973E;
}
</style>