Shades of Anzac #C89546
Tints of Anzac #C89546
RGB
CMYK
RGB Variations
Color information
#C89546 (or 0xC89546) is known color: Anzac. HEX triplet: C8, 95 and 46. RGB value is (200,149,70). Sum of RGB (Red+Green+Blue) = 200+149+70=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89546 is #376AB9. Grayscale: #9B9B9B. Windows color (decimal): -3631802 or 4625864. OLE color: 4625864.
HSL color Cylindrical-coordinate representation of color #C89546: hue angle of 36.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C89546 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 70 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.22 |
| HSL | 36.46º | 0.54% | 0.53% | - |
| HSV(B) | 36.46º | 0.65% | 0.78% | - |
| XYZ | 35.67 | 34.22 | 10.52 | - |
| YUV | 155.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 70 | 0 | 0.26 | 0.65 | 0.22 | 36.46 | 0.54 | 0.53 |
| Hex | C8 | 95 | 46 | 0 | 1A | 41 | 16 | 24 | 36 | 35 |
| Octal | 310 | 225 | 106 | 0 | 32 | 101 | 26 | 44 | 66 | 65 |
| Binary | 11001000 | 10010101 | 1000110 | 0 | 11010 | 1000001 | 10110 | 100100 | 110110 | 110101 |
Color Harmonies of #C89546
Complementary color
Monochromatic Colors of #C89546
Black with #C89546
Text Example
Text Example
White with #C89546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89546; }
p { color: rgb(200,149,70); }
H1.HeaderClassName
{
color: #C89546;
}
.AnyTagClassName
{
color: #C89546;
}
</style>
background-color css
<style>
a { background-color: #C89546; }
a { background-color: rgb(200,149,70); }
div.DivClassName
{
background-color: #C89546;
}
.BgClassName
{
background-color: #C89546;
}
</style>
border-color css
<style>
span { border-color: #C89546; }
span { border-color: rgb(200,149,70); }
td.TdClassName
{
border-color: #C89546;
}
.TagClassName
{
border-color: #C89546;
}
</style>