Shades of Anzac #C89047
Tints of Anzac #C89047
RGB
CMYK
RGB Variations
Color information
#C89047 (or 0xC89047) is known color: Anzac. HEX triplet: C8, 90 and 47. RGB value is (200,144,71). Sum of RGB (Red+Green+Blue) = 200+144+71=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C89047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89047 is #376FB8. Grayscale: #989898. Windows color (decimal): -3633081 or 4690120. OLE color: 4690120.
HSL color Cylindrical-coordinate representation of color #C89047: hue angle of 33.95º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C89047 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 71 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.22 |
| HSL | 33.95º | 0.54% | 0.53% | - |
| HSV(B) | 33.95º | 0.65% | 0.78% | - |
| XYZ | 34.93 | 32.68 | 10.43 | - |
| YUV | 152.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 71 | 0 | 0.28 | 0.64 | 0.22 | 33.95 | 0.54 | 0.53 |
| Hex | C8 | 90 | 47 | 0 | 1C | 40 | 16 | 22 | 36 | 35 |
| Octal | 310 | 220 | 107 | 0 | 34 | 100 | 26 | 42 | 66 | 65 |
| Binary | 11001000 | 10010000 | 1000111 | 0 | 11100 | 1000000 | 10110 | 100010 | 110110 | 110101 |
Color Harmonies of #C89047
Complementary color
Monochromatic Colors of #C89047
Black with #C89047
Text Example
Text Example
White with #C89047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89047; }
p { color: rgb(200,144,71); }
H1.HeaderClassName
{
color: #C89047;
}
.AnyTagClassName
{
color: #C89047;
}
</style>
background-color css
<style>
a { background-color: #C89047; }
a { background-color: rgb(200,144,71); }
div.DivClassName
{
background-color: #C89047;
}
.BgClassName
{
background-color: #C89047;
}
</style>
border-color css
<style>
span { border-color: #C89047; }
span { border-color: rgb(200,144,71); }
td.TdClassName
{
border-color: #C89047;
}
.TagClassName
{
border-color: #C89047;
}
</style>