Shades of Anzac #C89545
Tints of Anzac #C89545
RGB
CMYK
RGB Variations
Color information
#C89545 (or 0xC89545) is known color: Anzac. HEX triplet: C8, 95 and 45. RGB value is (200,149,69). Sum of RGB (Red+Green+Blue) = 200+149+69=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89545 is #376ABA. Grayscale: #9B9B9B. Windows color (decimal): -3631803 or 4560328. OLE color: 4560328.
HSL color Cylindrical-coordinate representation of color #C89545: hue angle of 36.64º 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 #C89545 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 69 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.22 |
| HSL | 36.64º | 0.54% | 0.53% | - |
| HSV(B) | 36.64º | 0.66% | 0.78% | - |
| XYZ | 35.64 | 34.2 | 10.35 | - |
| YUV | 155.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 69 | 0 | 0.26 | 0.66 | 0.22 | 36.64 | 0.54 | 0.53 |
| Hex | C8 | 95 | 45 | 0 | 1A | 42 | 16 | 25 | 36 | 35 |
| Octal | 310 | 225 | 105 | 0 | 32 | 102 | 26 | 45 | 66 | 65 |
| Binary | 11001000 | 10010101 | 1000101 | 0 | 11010 | 1000010 | 10110 | 100101 | 110110 | 110101 |
Color Harmonies of #C89545
Complementary color
Monochromatic Colors of #C89545
Black with #C89545
Text Example
Text Example
White with #C89545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89545; }
p { color: rgb(200,149,69); }
H1.HeaderClassName
{
color: #C89545;
}
.AnyTagClassName
{
color: #C89545;
}
</style>
background-color css
<style>
a { background-color: #C89545; }
a { background-color: rgb(200,149,69); }
div.DivClassName
{
background-color: #C89545;
}
.BgClassName
{
background-color: #C89545;
}
</style>
border-color css
<style>
span { border-color: #C89545; }
span { border-color: rgb(200,149,69); }
td.TdClassName
{
border-color: #C89545;
}
.TagClassName
{
border-color: #C89545;
}
</style>