Shades of Anzac #C98D41
Tints of Anzac #C98D41
RGB
CMYK
RGB Variations
Color information
#C98D41 (or 0xC98D41) is known color: Anzac. HEX triplet: C9, 8D and 41. RGB value is (201,141,65). Sum of RGB (Red+Green+Blue) = 201+141+65=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D41 is #3672BE. Grayscale: #969696. Windows color (decimal): -3568319 or 4296137. OLE color: 4296137.
HSL color Cylindrical-coordinate representation of color #C98D41: hue angle of 33.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C98D41 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 65 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.21 |
| HSL | 33.53º | 0.56% | 0.52% | - |
| HSV(B) | 33.53º | 0.68% | 0.79% | - |
| XYZ | 34.57 | 31.85 | 9.33 | - |
| YUV | 150.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 65 | 0 | 0.30 | 0.68 | 0.21 | 33.53 | 0.56 | 0.52 |
| Hex | C9 | 8D | 41 | 0 | 1E | 44 | 15 | 22 | 38 | 34 |
| Octal | 311 | 215 | 101 | 0 | 36 | 104 | 25 | 42 | 70 | 64 |
| Binary | 11001001 | 10001101 | 1000001 | 0 | 11110 | 1000100 | 10101 | 100010 | 111000 | 110100 |
Color Harmonies of #C98D41
Complementary color
Monochromatic Colors of #C98D41
Black with #C98D41
Text Example
Text Example
White with #C98D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D41; }
p { color: rgb(201,141,65); }
H1.HeaderClassName
{
color: #C98D41;
}
.AnyTagClassName
{
color: #C98D41;
}
</style>
background-color css
<style>
a { background-color: #C98D41; }
a { background-color: rgb(201,141,65); }
div.DivClassName
{
background-color: #C98D41;
}
.BgClassName
{
background-color: #C98D41;
}
</style>
border-color css
<style>
span { border-color: #C98D41; }
span { border-color: rgb(201,141,65); }
td.TdClassName
{
border-color: #C98D41;
}
.TagClassName
{
border-color: #C98D41;
}
</style>