Shades of Anzac #C89E3C
Tints of Anzac #C89E3C
RGB
CMYK
RGB Variations
Color information
#C89E3C (or 0xC89E3C) is known color: Anzac. HEX triplet: C8, 9E and 3C. RGB value is (200,158,60). Sum of RGB (Red+Green+Blue) = 200+158+60=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E3C is #3761C3. Grayscale: #9F9F9F. Windows color (decimal): -3629508 or 3972808. OLE color: 3972808.
HSL color Cylindrical-coordinate representation of color #C89E3C: hue angle of 42º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C89E3C is Cyan = 0, Magento = 0.21, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 60 | - |
| CMYK | 0 | 0.21 | 0.7 | 0.22 |
| HSL | 42º | 0.56% | 0.51% | - |
| HSV(B) | 42º | 0.7% | 0.78% | - |
| XYZ | 36.86 | 37.06 | 9.49 | - |
| YUV | 159.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 60 | 0 | 0.21 | 0.7 | 0.22 | 42 | 0.56 | 0.51 |
| Hex | C8 | 9E | 3C | 0 | 15 | 46 | 16 | 2A | 38 | 33 |
| Octal | 310 | 236 | 74 | 0 | 25 | 106 | 26 | 52 | 70 | 63 |
| Binary | 11001000 | 10011110 | 111100 | 0 | 10101 | 1000110 | 10110 | 101010 | 111000 | 110011 |
Color Harmonies of #C89E3C
Complementary color
Monochromatic Colors of #C89E3C
Black with #C89E3C
Text Example
Text Example
White with #C89E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E3C; }
p { color: rgb(200,158,60); }
H1.HeaderClassName
{
color: #C89E3C;
}
.AnyTagClassName
{
color: #C89E3C;
}
</style>
background-color css
<style>
a { background-color: #C89E3C; }
a { background-color: rgb(200,158,60); }
div.DivClassName
{
background-color: #C89E3C;
}
.BgClassName
{
background-color: #C89E3C;
}
</style>
border-color css
<style>
span { border-color: #C89E3C; }
span { border-color: rgb(200,158,60); }
td.TdClassName
{
border-color: #C89E3C;
}
.TagClassName
{
border-color: #C89E3C;
}
</style>