Shades of Anzac #CE9846
Tints of Anzac #CE9846
RGB
CMYK
RGB Variations
Color information
#CE9846 (or 0xCE9846) is known color: Anzac. HEX triplet: CE, 98 and 46. RGB value is (206,152,70). Sum of RGB (Red+Green+Blue) = 206+152+70=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9846 is #3167B9. Grayscale: #9F9F9F. Windows color (decimal): -3237818 or 4626638. OLE color: 4626638.
HSL color Cylindrical-coordinate representation of color #CE9846: hue angle of 36.18º 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 #CE9846 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 70 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.19 |
| HSL | 36.18º | 0.58% | 0.54% | - |
| HSV(B) | 36.18º | 0.66% | 0.81% | - |
| XYZ | 37.79 | 36.02 | 10.76 | - |
| YUV | 158.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 70 | 0 | 0.26 | 0.66 | 0.19 | 36.18 | 0.58 | 0.54 |
| Hex | CE | 98 | 46 | 0 | 1A | 42 | 13 | 24 | 3A | 36 |
| Octal | 316 | 230 | 106 | 0 | 32 | 102 | 23 | 44 | 72 | 66 |
| Binary | 11001110 | 10011000 | 1000110 | 0 | 11010 | 1000010 | 10011 | 100100 | 111010 | 110110 |
Color Harmonies of #CE9846
Complementary color
Monochromatic Colors of #CE9846
Black with #CE9846
Text Example
Text Example
White with #CE9846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9846; }
p { color: rgb(206,152,70); }
H1.HeaderClassName
{
color: #CE9846;
}
.AnyTagClassName
{
color: #CE9846;
}
</style>
background-color css
<style>
a { background-color: #CE9846; }
a { background-color: rgb(206,152,70); }
div.DivClassName
{
background-color: #CE9846;
}
.BgClassName
{
background-color: #CE9846;
}
</style>
border-color css
<style>
span { border-color: #CE9846; }
span { border-color: rgb(206,152,70); }
td.TdClassName
{
border-color: #CE9846;
}
.TagClassName
{
border-color: #CE9846;
}
</style>