Shades of Anzac #C89144
Tints of Anzac #C89144
RGB
CMYK
RGB Variations
Color information
#C89144 (or 0xC89144) is known color: Anzac. HEX triplet: C8, 91 and 44. RGB value is (200,145,68). Sum of RGB (Red+Green+Blue) = 200+145+68=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C89144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89144 is #376EBB. Grayscale: #999999. Windows color (decimal): -3632828 or 4493768. OLE color: 4493768.
HSL color Cylindrical-coordinate representation of color #C89144: hue angle of 35º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C89144 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 68 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.22 |
| HSL | 35º | 0.55% | 0.53% | - |
| HSV(B) | 35º | 0.66% | 0.78% | - |
| XYZ | 34.99 | 32.95 | 9.98 | - |
| YUV | 152.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 68 | 0 | 0.28 | 0.66 | 0.22 | 35 | 0.55 | 0.53 |
| Hex | C8 | 91 | 44 | 0 | 1C | 42 | 16 | 23 | 37 | 35 |
| Octal | 310 | 221 | 104 | 0 | 34 | 102 | 26 | 43 | 67 | 65 |
| Binary | 11001000 | 10010001 | 1000100 | 0 | 11100 | 1000010 | 10110 | 100011 | 110111 | 110101 |
Color Harmonies of #C89144
Complementary color
Monochromatic Colors of #C89144
Black with #C89144
Text Example
Text Example
White with #C89144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89144; }
p { color: rgb(200,145,68); }
H1.HeaderClassName
{
color: #C89144;
}
.AnyTagClassName
{
color: #C89144;
}
</style>
background-color css
<style>
a { background-color: #C89144; }
a { background-color: rgb(200,145,68); }
div.DivClassName
{
background-color: #C89144;
}
.BgClassName
{
background-color: #C89144;
}
</style>
border-color css
<style>
span { border-color: #C89144; }
span { border-color: rgb(200,145,68); }
td.TdClassName
{
border-color: #C89144;
}
.TagClassName
{
border-color: #C89144;
}
</style>