Shades of Anzac #C99146
Tints of Anzac #C99146
RGB
CMYK
RGB Variations
Color information
#C99146 (or 0xC99146) is known color: Anzac. HEX triplet: C9, 91 and 46. RGB value is (201,145,70). Sum of RGB (Red+Green+Blue) = 201+145+70=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99146 is #366EB9. Grayscale: #999999. Windows color (decimal): -3567290 or 4624841. OLE color: 4624841.
HSL color Cylindrical-coordinate representation of color #C99146: hue angle of 34.35º 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 #C99146 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 70 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.21 |
| HSL | 34.35º | 0.55% | 0.53% | - |
| HSV(B) | 34.35º | 0.65% | 0.79% | - |
| XYZ | 35.32 | 33.11 | 10.32 | - |
| YUV | 153.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 70 | 0 | 0.28 | 0.65 | 0.21 | 34.35 | 0.55 | 0.53 |
| Hex | C9 | 91 | 46 | 0 | 1C | 41 | 15 | 22 | 37 | 35 |
| Octal | 311 | 221 | 106 | 0 | 34 | 101 | 25 | 42 | 67 | 65 |
| Binary | 11001001 | 10010001 | 1000110 | 0 | 11100 | 1000001 | 10101 | 100010 | 110111 | 110101 |
Color Harmonies of #C99146
Complementary color
Monochromatic Colors of #C99146
Black with #C99146
Text Example
Text Example
White with #C99146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99146; }
p { color: rgb(201,145,70); }
H1.HeaderClassName
{
color: #C99146;
}
.AnyTagClassName
{
color: #C99146;
}
</style>
background-color css
<style>
a { background-color: #C99146; }
a { background-color: rgb(201,145,70); }
div.DivClassName
{
background-color: #C99146;
}
.BgClassName
{
background-color: #C99146;
}
</style>
border-color css
<style>
span { border-color: #C99146; }
span { border-color: rgb(201,145,70); }
td.TdClassName
{
border-color: #C99146;
}
.TagClassName
{
border-color: #C99146;
}
</style>