Shades of Anzac #C89745
Tints of Anzac #C89745
RGB
CMYK
RGB Variations
Color information
#C89745 (or 0xC89745) is known color: Anzac. HEX triplet: C8, 97 and 45. RGB value is (200,151,69). Sum of RGB (Red+Green+Blue) = 200+151+69=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C89745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89745 is #3768BA. Grayscale: #9C9C9C. Windows color (decimal): -3631291 or 4560840. OLE color: 4560840.
HSL color Cylindrical-coordinate representation of color #C89745: hue angle of 37.56º 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 #C89745 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 69 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.22 |
| HSL | 37.56º | 0.54% | 0.53% | - |
| HSV(B) | 37.56º | 0.66% | 0.78% | - |
| XYZ | 35.96 | 34.84 | 10.46 | - |
| YUV | 156.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 69 | 0 | 0.24 | 0.66 | 0.22 | 37.56 | 0.54 | 0.53 |
| Hex | C8 | 97 | 45 | 0 | 18 | 42 | 16 | 26 | 36 | 35 |
| Octal | 310 | 227 | 105 | 0 | 30 | 102 | 26 | 46 | 66 | 65 |
| Binary | 11001000 | 10010111 | 1000101 | 0 | 11000 | 1000010 | 10110 | 100110 | 110110 | 110101 |
Color Harmonies of #C89745
Complementary color
Monochromatic Colors of #C89745
Black with #C89745
Text Example
Text Example
White with #C89745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89745; }
p { color: rgb(200,151,69); }
H1.HeaderClassName
{
color: #C89745;
}
.AnyTagClassName
{
color: #C89745;
}
</style>
background-color css
<style>
a { background-color: #C89745; }
a { background-color: rgb(200,151,69); }
div.DivClassName
{
background-color: #C89745;
}
.BgClassName
{
background-color: #C89745;
}
</style>
border-color css
<style>
span { border-color: #C89745; }
span { border-color: rgb(200,151,69); }
td.TdClassName
{
border-color: #C89745;
}
.TagClassName
{
border-color: #C89745;
}
</style>