Shades of Anzac #C89D42
Tints of Anzac #C89D42
RGB
CMYK
RGB Variations
Color information
#C89D42 (or 0xC89D42) is known color: Anzac. HEX triplet: C8, 9D and 42. RGB value is (200,157,66). Sum of RGB (Red+Green+Blue) = 200+157+66=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D42 is #3762BD. Grayscale: #9F9F9F. Windows color (decimal): -3629758 or 4365768. OLE color: 4365768.
HSL color Cylindrical-coordinate representation of color #C89D42: hue angle of 40.75º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C89D42 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 66 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.22 |
| HSL | 40.75º | 0.55% | 0.52% | - |
| HSV(B) | 40.75º | 0.67% | 0.78% | - |
| XYZ | 36.86 | 36.79 | 10.31 | - |
| YUV | 159.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 66 | 0 | 0.22 | 0.67 | 0.22 | 40.75 | 0.55 | 0.52 |
| Hex | C8 | 9D | 42 | 0 | 16 | 43 | 16 | 29 | 37 | 34 |
| Octal | 310 | 235 | 102 | 0 | 26 | 103 | 26 | 51 | 67 | 64 |
| Binary | 11001000 | 10011101 | 1000010 | 0 | 10110 | 1000011 | 10110 | 101001 | 110111 | 110100 |
Color Harmonies of #C89D42
Complementary color
Monochromatic Colors of #C89D42
Black with #C89D42
Text Example
Text Example
White with #C89D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D42; }
p { color: rgb(200,157,66); }
H1.HeaderClassName
{
color: #C89D42;
}
.AnyTagClassName
{
color: #C89D42;
}
</style>
background-color css
<style>
a { background-color: #C89D42; }
a { background-color: rgb(200,157,66); }
div.DivClassName
{
background-color: #C89D42;
}
.BgClassName
{
background-color: #C89D42;
}
</style>
border-color css
<style>
span { border-color: #C89D42; }
span { border-color: rgb(200,157,66); }
td.TdClassName
{
border-color: #C89D42;
}
.TagClassName
{
border-color: #C89D42;
}
</style>