Shades of Anzac #C98D47
Tints of Anzac #C98D47
RGB
CMYK
RGB Variations
Color information
#C98D47 (or 0xC98D47) is known color: Anzac. HEX triplet: C9, 8D and 47. RGB value is (201,141,71). Sum of RGB (Red+Green+Blue) = 201+141+71=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D47 is #3672B8. Grayscale: #979797. Windows color (decimal): -3568313 or 4689353. OLE color: 4689353.
HSL color Cylindrical-coordinate representation of color #C98D47: hue angle of 32.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C98D47 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 71 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.21 |
| HSL | 32.31º | 0.55% | 0.53% | - |
| HSV(B) | 32.31º | 0.65% | 0.79% | - |
| XYZ | 34.75 | 31.92 | 10.29 | - |
| YUV | 150.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 71 | 0 | 0.30 | 0.65 | 0.21 | 32.31 | 0.55 | 0.53 |
| Hex | C9 | 8D | 47 | 0 | 1E | 41 | 15 | 20 | 37 | 35 |
| Octal | 311 | 215 | 107 | 0 | 36 | 101 | 25 | 40 | 67 | 65 |
| Binary | 11001001 | 10001101 | 1000111 | 0 | 11110 | 1000001 | 10101 | 100000 | 110111 | 110101 |
Color Harmonies of #C98D47
Complementary color
Monochromatic Colors of #C98D47
Black with #C98D47
Text Example
Text Example
White with #C98D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D47; }
p { color: rgb(201,141,71); }
H1.HeaderClassName
{
color: #C98D47;
}
.AnyTagClassName
{
color: #C98D47;
}
</style>
background-color css
<style>
a { background-color: #C98D47; }
a { background-color: rgb(201,141,71); }
div.DivClassName
{
background-color: #C98D47;
}
.BgClassName
{
background-color: #C98D47;
}
</style>
border-color css
<style>
span { border-color: #C98D47; }
span { border-color: rgb(201,141,71); }
td.TdClassName
{
border-color: #C98D47;
}
.TagClassName
{
border-color: #C98D47;
}
</style>