Shades of Anzac #C9893A
Tints of Anzac #C9893A
RGB
CMYK
RGB Variations
Color information
#C9893A (or 0xC9893A) is known color: Anzac. HEX triplet: C9, 89 and 3A. RGB value is (201,137,58). Sum of RGB (Red+Green+Blue) = 201+137+58=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9893A is #3676C5. Grayscale: #939393. Windows color (decimal): -3569350 or 3836361. OLE color: 3836361.
HSL color Cylindrical-coordinate representation of color #C9893A: hue angle of 33.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9893A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 58 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.21 |
| HSL | 33.15º | 0.57% | 0.51% | - |
| HSV(B) | 33.15º | 0.71% | 0.79% | - |
| XYZ | 33.8 | 30.61 | 8.13 | - |
| YUV | 147.13 | 77.7 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 58 | 0 | 0.32 | 0.71 | 0.21 | 33.15 | 0.57 | 0.51 |
| Hex | C9 | 89 | 3A | 0 | 20 | 47 | 15 | 21 | 39 | 33 |
| Octal | 311 | 211 | 72 | 0 | 40 | 107 | 25 | 41 | 71 | 63 |
| Binary | 11001001 | 10001001 | 111010 | 0 | 100000 | 1000111 | 10101 | 100001 | 111001 | 110011 |
Color Harmonies of #C9893A
Complementary color
Monochromatic Colors of #C9893A
Black with #C9893A
Text Example
Text Example
White with #C9893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9893A; }
p { color: rgb(201,137,58); }
H1.HeaderClassName
{
color: #C9893A;
}
.AnyTagClassName
{
color: #C9893A;
}
</style>
background-color css
<style>
a { background-color: #C9893A; }
a { background-color: rgb(201,137,58); }
div.DivClassName
{
background-color: #C9893A;
}
.BgClassName
{
background-color: #C9893A;
}
</style>
border-color css
<style>
span { border-color: #C9893A; }
span { border-color: rgb(201,137,58); }
td.TdClassName
{
border-color: #C9893A;
}
.TagClassName
{
border-color: #C9893A;
}
</style>