Shades of Anzac #CE9E47
Tints of Anzac #CE9E47
RGB
CMYK
RGB Variations
Color information
#CE9E47 (or 0xCE9E47) is known color: Anzac. HEX triplet: CE, 9E and 47. RGB value is (206,158,71). Sum of RGB (Red+Green+Blue) = 206+158+71=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E47 is #3161B8. Grayscale: #A2A2A2. Windows color (decimal): -3236281 or 4693710. OLE color: 4693710.
HSL color Cylindrical-coordinate representation of color #CE9E47: hue angle of 38.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE9E47 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 71 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.19 |
| HSL | 38.67º | 0.58% | 0.54% | - |
| HSV(B) | 38.67º | 0.66% | 0.81% | - |
| XYZ | 38.82 | 38.03 | 11.26 | - |
| YUV | 162.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 71 | 0 | 0.23 | 0.66 | 0.19 | 38.67 | 0.58 | 0.54 |
| Hex | CE | 9E | 47 | 0 | 17 | 42 | 13 | 27 | 3A | 36 |
| Octal | 316 | 236 | 107 | 0 | 27 | 102 | 23 | 47 | 72 | 66 |
| Binary | 11001110 | 10011110 | 1000111 | 0 | 10111 | 1000010 | 10011 | 100111 | 111010 | 110110 |
Color Harmonies of #CE9E47
Complementary color
Monochromatic Colors of #CE9E47
Black with #CE9E47
Text Example
Text Example
White with #CE9E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E47; }
p { color: rgb(206,158,71); }
H1.HeaderClassName
{
color: #CE9E47;
}
.AnyTagClassName
{
color: #CE9E47;
}
</style>
background-color css
<style>
a { background-color: #CE9E47; }
a { background-color: rgb(206,158,71); }
div.DivClassName
{
background-color: #CE9E47;
}
.BgClassName
{
background-color: #CE9E47;
}
</style>
border-color css
<style>
span { border-color: #CE9E47; }
span { border-color: rgb(206,158,71); }
td.TdClassName
{
border-color: #CE9E47;
}
.TagClassName
{
border-color: #CE9E47;
}
</style>