Shades of Anzac #C89A3A
Tints of Anzac #C89A3A
RGB
CMYK
RGB Variations
Color information
#C89A3A (or 0xC89A3A) is known color: Anzac. HEX triplet: C8, 9A and 3A. RGB value is (200,154,58). Sum of RGB (Red+Green+Blue) = 200+154+58=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A3A is #3765C5. Grayscale: #9D9D9D. Windows color (decimal): -3630534 or 3840712. OLE color: 3840712.
HSL color Cylindrical-coordinate representation of color #C89A3A: hue angle of 40.56º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C89A3A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 58 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.22 |
| HSL | 40.56º | 0.56% | 0.51% | - |
| HSV(B) | 40.56º | 0.71% | 0.78% | - |
| XYZ | 36.14 | 35.7 | 8.99 | - |
| YUV | 156.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 58 | 0 | 0.23 | 0.71 | 0.22 | 40.56 | 0.56 | 0.51 |
| Hex | C8 | 9A | 3A | 0 | 17 | 47 | 16 | 29 | 38 | 33 |
| Octal | 310 | 232 | 72 | 0 | 27 | 107 | 26 | 51 | 70 | 63 |
| Binary | 11001000 | 10011010 | 111010 | 0 | 10111 | 1000111 | 10110 | 101001 | 111000 | 110011 |
Color Harmonies of #C89A3A
Complementary color
Monochromatic Colors of #C89A3A
Black with #C89A3A
Text Example
Text Example
White with #C89A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A3A; }
p { color: rgb(200,154,58); }
H1.HeaderClassName
{
color: #C89A3A;
}
.AnyTagClassName
{
color: #C89A3A;
}
</style>
background-color css
<style>
a { background-color: #C89A3A; }
a { background-color: rgb(200,154,58); }
div.DivClassName
{
background-color: #C89A3A;
}
.BgClassName
{
background-color: #C89A3A;
}
</style>
border-color css
<style>
span { border-color: #C89A3A; }
span { border-color: rgb(200,154,58); }
td.TdClassName
{
border-color: #C89A3A;
}
.TagClassName
{
border-color: #C89A3A;
}
</style>