Shades of Anzac #C99741
Tints of Anzac #C99741
RGB
CMYK
RGB Variations
Color information
#C99741 (or 0xC99741) is known color: Anzac. HEX triplet: C9, 97 and 41. RGB value is (201,151,65). Sum of RGB (Red+Green+Blue) = 201+151+65=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99741 is #3668BE. Grayscale: #9C9C9C. Windows color (decimal): -3565759 or 4298697. OLE color: 4298697.
HSL color Cylindrical-coordinate representation of color #C99741: hue angle of 37.94º 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 #C99741 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 65 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.21 |
| HSL | 37.94º | 0.56% | 0.52% | - |
| HSV(B) | 37.94º | 0.68% | 0.79% | - |
| XYZ | 36.11 | 34.93 | 9.84 | - |
| YUV | 156.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 65 | 0 | 0.25 | 0.68 | 0.21 | 37.94 | 0.56 | 0.52 |
| Hex | C9 | 97 | 41 | 0 | 19 | 44 | 15 | 26 | 38 | 34 |
| Octal | 311 | 227 | 101 | 0 | 31 | 104 | 25 | 46 | 70 | 64 |
| Binary | 11001001 | 10010111 | 1000001 | 0 | 11001 | 1000100 | 10101 | 100110 | 111000 | 110100 |
Color Harmonies of #C99741
Complementary color
Monochromatic Colors of #C99741
Black with #C99741
Text Example
Text Example
White with #C99741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99741; }
p { color: rgb(201,151,65); }
H1.HeaderClassName
{
color: #C99741;
}
.AnyTagClassName
{
color: #C99741;
}
</style>
background-color css
<style>
a { background-color: #C99741; }
a { background-color: rgb(201,151,65); }
div.DivClassName
{
background-color: #C99741;
}
.BgClassName
{
background-color: #C99741;
}
</style>
border-color css
<style>
span { border-color: #C99741; }
span { border-color: rgb(201,151,65); }
td.TdClassName
{
border-color: #C99741;
}
.TagClassName
{
border-color: #C99741;
}
</style>