Shades of Anzac #C89B40
Tints of Anzac #C89B40
RGB
CMYK
RGB Variations
Color information
#C89B40 (or 0xC89B40) is known color: Anzac. HEX triplet: C8, 9B and 40. RGB value is (200,155,64). Sum of RGB (Red+Green+Blue) = 200+155+64=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B40 is #3764BF. Grayscale: #9E9E9E. Windows color (decimal): -3630272 or 4234184. OLE color: 4234184.
HSL color Cylindrical-coordinate representation of color #C89B40: hue angle of 40.15º 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 #C89B40 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 64 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.22 |
| HSL | 40.15º | 0.55% | 0.52% | - |
| HSV(B) | 40.15º | 0.68% | 0.78% | - |
| XYZ | 36.47 | 36.09 | 9.9 | - |
| YUV | 158.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 64 | 0 | 0.22 | 0.68 | 0.22 | 40.15 | 0.55 | 0.52 |
| Hex | C8 | 9B | 40 | 0 | 16 | 44 | 16 | 28 | 37 | 34 |
| Octal | 310 | 233 | 100 | 0 | 26 | 104 | 26 | 50 | 67 | 64 |
| Binary | 11001000 | 10011011 | 1000000 | 0 | 10110 | 1000100 | 10110 | 101000 | 110111 | 110100 |
Color Harmonies of #C89B40
Complementary color
Monochromatic Colors of #C89B40
Black with #C89B40
Text Example
Text Example
White with #C89B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B40; }
p { color: rgb(200,155,64); }
H1.HeaderClassName
{
color: #C89B40;
}
.AnyTagClassName
{
color: #C89B40;
}
</style>
background-color css
<style>
a { background-color: #C89B40; }
a { background-color: rgb(200,155,64); }
div.DivClassName
{
background-color: #C89B40;
}
.BgClassName
{
background-color: #C89B40;
}
</style>
border-color css
<style>
span { border-color: #C89B40; }
span { border-color: rgb(200,155,64); }
td.TdClassName
{
border-color: #C89B40;
}
.TagClassName
{
border-color: #C89B40;
}
</style>