Shades of Anzac #C99D43
Tints of Anzac #C99D43
RGB
CMYK
RGB Variations
Color information
#C99D43 (or 0xC99D43) is known color: Anzac. HEX triplet: C9, 9D and 43. RGB value is (201,157,67). Sum of RGB (Red+Green+Blue) = 201+157+67=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D43 is #3662BC. Grayscale: #A0A0A0. Windows color (decimal): -3564221 or 4431305. OLE color: 4431305.
HSL color Cylindrical-coordinate representation of color #C99D43: hue angle of 40.3º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99D43 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 67 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.21 |
| HSL | 40.3º | 0.55% | 0.53% | - |
| HSV(B) | 40.3º | 0.67% | 0.79% | - |
| XYZ | 37.16 | 36.94 | 10.48 | - |
| YUV | 159.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 67 | 0 | 0.22 | 0.67 | 0.21 | 40.3 | 0.55 | 0.53 |
| Hex | C9 | 9D | 43 | 0 | 16 | 43 | 15 | 28 | 37 | 35 |
| Octal | 311 | 235 | 103 | 0 | 26 | 103 | 25 | 50 | 67 | 65 |
| Binary | 11001001 | 10011101 | 1000011 | 0 | 10110 | 1000011 | 10101 | 101000 | 110111 | 110101 |
Color Harmonies of #C99D43
Complementary color
Monochromatic Colors of #C99D43
Black with #C99D43
Text Example
Text Example
White with #C99D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D43; }
p { color: rgb(201,157,67); }
H1.HeaderClassName
{
color: #C99D43;
}
.AnyTagClassName
{
color: #C99D43;
}
</style>
background-color css
<style>
a { background-color: #C99D43; }
a { background-color: rgb(201,157,67); }
div.DivClassName
{
background-color: #C99D43;
}
.BgClassName
{
background-color: #C99D43;
}
</style>
border-color css
<style>
span { border-color: #C99D43; }
span { border-color: rgb(201,157,67); }
td.TdClassName
{
border-color: #C99D43;
}
.TagClassName
{
border-color: #C99D43;
}
</style>