Shades of Anzac #C89537
Tints of Anzac #C89537
RGB
CMYK
RGB Variations
Color information
#C89537 (or 0xC89537) is known color: Anzac. HEX triplet: C8, 95 and 37. RGB value is (200,149,55). Sum of RGB (Red+Green+Blue) = 200+149+55=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C89537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89537 is #376AC8. Grayscale: #999999. Windows color (decimal): -3631817 or 3642824. OLE color: 3642824.
HSL color Cylindrical-coordinate representation of color #C89537: hue angle of 38.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C89537 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 55 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.22 |
| HSL | 38.9º | 0.57% | 0.5% | - |
| HSV(B) | 38.9º | 0.73% | 0.78% | - |
| XYZ | 35.26 | 34.05 | 8.33 | - |
| YUV | 153.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 55 | 0 | 0.26 | 0.72 | 0.22 | 38.9 | 0.57 | 0.5 |
| Hex | C8 | 95 | 37 | 0 | 1A | 48 | 16 | 27 | 39 | 32 |
| Octal | 310 | 225 | 67 | 0 | 32 | 110 | 26 | 47 | 71 | 62 |
| Binary | 11001000 | 10010101 | 110111 | 0 | 11010 | 1001000 | 10110 | 100111 | 111001 | 110010 |
Color Harmonies of #C89537
Complementary color
Monochromatic Colors of #C89537
Black with #C89537
Text Example
Text Example
White with #C89537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89537; }
p { color: rgb(200,149,55); }
H1.HeaderClassName
{
color: #C89537;
}
.AnyTagClassName
{
color: #C89537;
}
</style>
background-color css
<style>
a { background-color: #C89537; }
a { background-color: rgb(200,149,55); }
div.DivClassName
{
background-color: #C89537;
}
.BgClassName
{
background-color: #C89537;
}
</style>
border-color css
<style>
span { border-color: #C89537; }
span { border-color: rgb(200,149,55); }
td.TdClassName
{
border-color: #C89537;
}
.TagClassName
{
border-color: #C89537;
}
</style>