Shades of Anzac #C98D37
Tints of Anzac #C98D37
RGB
CMYK
RGB Variations
Color information
#C98D37 (or 0xC98D37) is known color: Anzac. HEX triplet: C9, 8D and 37. RGB value is (201,141,55). Sum of RGB (Red+Green+Blue) = 201+141+55=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D37 is #3672C8. Grayscale: #959595. Windows color (decimal): -3568329 or 3640777. OLE color: 3640777.
HSL color Cylindrical-coordinate representation of color #C98D37: hue angle of 35.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98D37 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 55 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.21 |
| HSL | 35.34º | 0.57% | 0.5% | - |
| HSV(B) | 35.34º | 0.73% | 0.79% | - |
| XYZ | 34.3 | 31.74 | 7.93 | - |
| YUV | 149.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 55 | 0 | 0.30 | 0.73 | 0.21 | 35.34 | 0.57 | 0.5 |
| Hex | C9 | 8D | 37 | 0 | 1E | 49 | 15 | 23 | 39 | 32 |
| Octal | 311 | 215 | 67 | 0 | 36 | 111 | 25 | 43 | 71 | 62 |
| Binary | 11001001 | 10001101 | 110111 | 0 | 11110 | 1001001 | 10101 | 100011 | 111001 | 110010 |
Color Harmonies of #C98D37
Complementary color
Monochromatic Colors of #C98D37
Black with #C98D37
Text Example
Text Example
White with #C98D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D37; }
p { color: rgb(201,141,55); }
H1.HeaderClassName
{
color: #C98D37;
}
.AnyTagClassName
{
color: #C98D37;
}
</style>
background-color css
<style>
a { background-color: #C98D37; }
a { background-color: rgb(201,141,55); }
div.DivClassName
{
background-color: #C98D37;
}
.BgClassName
{
background-color: #C98D37;
}
</style>
border-color css
<style>
span { border-color: #C98D37; }
span { border-color: rgb(201,141,55); }
td.TdClassName
{
border-color: #C98D37;
}
.TagClassName
{
border-color: #C98D37;
}
</style>