Shades of Anzac #C99543
Tints of Anzac #C99543
RGB
CMYK
RGB Variations
Color information
#C99543 (or 0xC99543) is known color: Anzac. HEX triplet: C9, 95 and 43. RGB value is (201,149,67). Sum of RGB (Red+Green+Blue) = 201+149+67=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99543 is #366ABC. Grayscale: #9B9B9B. Windows color (decimal): -3566269 or 4429257. OLE color: 4429257.
HSL color Cylindrical-coordinate representation of color #C99543: hue angle of 36.72º 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 #C99543 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 67 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.21 |
| HSL | 36.72º | 0.55% | 0.53% | - |
| HSV(B) | 36.72º | 0.67% | 0.79% | - |
| XYZ | 35.85 | 34.32 | 10.04 | - |
| YUV | 155.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 67 | 0 | 0.26 | 0.67 | 0.21 | 36.72 | 0.55 | 0.53 |
| Hex | C9 | 95 | 43 | 0 | 1A | 43 | 15 | 25 | 37 | 35 |
| Octal | 311 | 225 | 103 | 0 | 32 | 103 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10010101 | 1000011 | 0 | 11010 | 1000011 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99543
Complementary color
Monochromatic Colors of #C99543
Black with #C99543
Text Example
Text Example
White with #C99543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99543; }
p { color: rgb(201,149,67); }
H1.HeaderClassName
{
color: #C99543;
}
.AnyTagClassName
{
color: #C99543;
}
</style>
background-color css
<style>
a { background-color: #C99543; }
a { background-color: rgb(201,149,67); }
div.DivClassName
{
background-color: #C99543;
}
.BgClassName
{
background-color: #C99543;
}
</style>
border-color css
<style>
span { border-color: #C99543; }
span { border-color: rgb(201,149,67); }
td.TdClassName
{
border-color: #C99543;
}
.TagClassName
{
border-color: #C99543;
}
</style>