Shades of Anzac #C99C43
Tints of Anzac #C99C43
RGB
CMYK
RGB Variations
Color information
#C99C43 (or 0xC99C43) is known color: Anzac. HEX triplet: C9, 9C and 43. RGB value is (201,156,67). Sum of RGB (Red+Green+Blue) = 201+156+67=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C43 is #3663BC. Grayscale: #9F9F9F. Windows color (decimal): -3564477 or 4431049. OLE color: 4431049.
HSL color Cylindrical-coordinate representation of color #C99C43: hue angle of 39.85º 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 #C99C43 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 67 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.21 |
| HSL | 39.85º | 0.55% | 0.53% | - |
| HSV(B) | 39.85º | 0.67% | 0.79% | - |
| XYZ | 36.99 | 36.6 | 10.43 | - |
| YUV | 159.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 67 | 0 | 0.22 | 0.67 | 0.21 | 39.85 | 0.55 | 0.53 |
| Hex | C9 | 9C | 43 | 0 | 16 | 43 | 15 | 28 | 37 | 35 |
| Octal | 311 | 234 | 103 | 0 | 26 | 103 | 25 | 50 | 67 | 65 |
| Binary | 11001001 | 10011100 | 1000011 | 0 | 10110 | 1000011 | 10101 | 101000 | 110111 | 110101 |
Color Harmonies of #C99C43
Complementary color
Monochromatic Colors of #C99C43
Black with #C99C43
Text Example
Text Example
White with #C99C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C43; }
p { color: rgb(201,156,67); }
H1.HeaderClassName
{
color: #C99C43;
}
.AnyTagClassName
{
color: #C99C43;
}
</style>
background-color css
<style>
a { background-color: #C99C43; }
a { background-color: rgb(201,156,67); }
div.DivClassName
{
background-color: #C99C43;
}
.BgClassName
{
background-color: #C99C43;
}
</style>
border-color css
<style>
span { border-color: #C99C43; }
span { border-color: rgb(201,156,67); }
td.TdClassName
{
border-color: #C99C43;
}
.TagClassName
{
border-color: #C99C43;
}
</style>