Shades of Anzac #C89C40
Tints of Anzac #C89C40
RGB
CMYK
RGB Variations
Color information
#C89C40 (or 0xC89C40) is known color: Anzac. HEX triplet: C8, 9C and 40. RGB value is (200,156,64). Sum of RGB (Red+Green+Blue) = 200+156+64=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C40 is #3763BF. Grayscale: #9F9F9F. Windows color (decimal): -3630016 or 4234440. OLE color: 4234440.
HSL color Cylindrical-coordinate representation of color #C89C40: hue angle of 40.59º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C89C40 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 64 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.22 |
| HSL | 40.59º | 0.55% | 0.52% | - |
| HSV(B) | 40.59º | 0.68% | 0.78% | - |
| XYZ | 36.63 | 36.43 | 9.95 | - |
| YUV | 158.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 64 | 0 | 0.22 | 0.68 | 0.22 | 40.59 | 0.55 | 0.52 |
| Hex | C8 | 9C | 40 | 0 | 16 | 44 | 16 | 29 | 37 | 34 |
| Octal | 310 | 234 | 100 | 0 | 26 | 104 | 26 | 51 | 67 | 64 |
| Binary | 11001000 | 10011100 | 1000000 | 0 | 10110 | 1000100 | 10110 | 101001 | 110111 | 110100 |
Color Harmonies of #C89C40
Complementary color
Monochromatic Colors of #C89C40
Black with #C89C40
Text Example
Text Example
White with #C89C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C40; }
p { color: rgb(200,156,64); }
H1.HeaderClassName
{
color: #C89C40;
}
.AnyTagClassName
{
color: #C89C40;
}
</style>
background-color css
<style>
a { background-color: #C89C40; }
a { background-color: rgb(200,156,64); }
div.DivClassName
{
background-color: #C89C40;
}
.BgClassName
{
background-color: #C89C40;
}
</style>
border-color css
<style>
span { border-color: #C89C40; }
span { border-color: rgb(200,156,64); }
td.TdClassName
{
border-color: #C89C40;
}
.TagClassName
{
border-color: #C89C40;
}
</style>