Shades of Anzac #C89148
Tints of Anzac #C89148
RGB
CMYK
RGB Variations
Color information
#C89148 (or 0xC89148) is known color: Anzac. HEX triplet: C8, 91 and 48. RGB value is (200,145,72). Sum of RGB (Red+Green+Blue) = 200+145+72=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C89148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89148 is #376EB7. Grayscale: #999999. Windows color (decimal): -3632824 or 4755912. OLE color: 4755912.
HSL color Cylindrical-coordinate representation of color #C89148: hue angle of 34.22º 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 #C89148 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 72 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.22 |
| HSL | 34.22º | 0.54% | 0.53% | - |
| HSV(B) | 34.22º | 0.64% | 0.78% | - |
| XYZ | 35.11 | 33 | 10.65 | - |
| YUV | 153.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 72 | 0 | 0.28 | 0.64 | 0.22 | 34.22 | 0.54 | 0.53 |
| Hex | C8 | 91 | 48 | 0 | 1C | 40 | 16 | 22 | 36 | 35 |
| Octal | 310 | 221 | 110 | 0 | 34 | 100 | 26 | 42 | 66 | 65 |
| Binary | 11001000 | 10010001 | 1001000 | 0 | 11100 | 1000000 | 10110 | 100010 | 110110 | 110101 |
Color Harmonies of #C89148
Complementary color
Monochromatic Colors of #C89148
Black with #C89148
Text Example
Text Example
White with #C89148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89148; }
p { color: rgb(200,145,72); }
H1.HeaderClassName
{
color: #C89148;
}
.AnyTagClassName
{
color: #C89148;
}
</style>
background-color css
<style>
a { background-color: #C89148; }
a { background-color: rgb(200,145,72); }
div.DivClassName
{
background-color: #C89148;
}
.BgClassName
{
background-color: #C89148;
}
</style>
border-color css
<style>
span { border-color: #C89148; }
span { border-color: rgb(200,145,72); }
td.TdClassName
{
border-color: #C89148;
}
.TagClassName
{
border-color: #C89148;
}
</style>