Shades of Anzac #CE9545
Tints of Anzac #CE9545
RGB
CMYK
RGB Variations
Color information
#CE9545 (or 0xCE9545) is known color: Anzac. HEX triplet: CE, 95 and 45. RGB value is (206,149,69). Sum of RGB (Red+Green+Blue) = 206+149+69=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9545 is #316ABA. Grayscale: #9D9D9D. Windows color (decimal): -3238587 or 4560334. OLE color: 4560334.
HSL color Cylindrical-coordinate representation of color #CE9545: hue angle of 35.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE9545 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 69 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.19 |
| HSL | 35.04º | 0.58% | 0.54% | - |
| HSV(B) | 35.04º | 0.67% | 0.81% | - |
| XYZ | 37.28 | 35.05 | 10.43 | - |
| YUV | 156.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 69 | 0 | 0.28 | 0.67 | 0.19 | 35.04 | 0.58 | 0.54 |
| Hex | CE | 95 | 45 | 0 | 1C | 43 | 13 | 23 | 3A | 36 |
| Octal | 316 | 225 | 105 | 0 | 34 | 103 | 23 | 43 | 72 | 66 |
| Binary | 11001110 | 10010101 | 1000101 | 0 | 11100 | 1000011 | 10011 | 100011 | 111010 | 110110 |
Color Harmonies of #CE9545
Complementary color
Monochromatic Colors of #CE9545
Black with #CE9545
Text Example
Text Example
White with #CE9545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9545; }
p { color: rgb(206,149,69); }
H1.HeaderClassName
{
color: #CE9545;
}
.AnyTagClassName
{
color: #CE9545;
}
</style>
background-color css
<style>
a { background-color: #CE9545; }
a { background-color: rgb(206,149,69); }
div.DivClassName
{
background-color: #CE9545;
}
.BgClassName
{
background-color: #CE9545;
}
</style>
border-color css
<style>
span { border-color: #CE9545; }
span { border-color: rgb(206,149,69); }
td.TdClassName
{
border-color: #CE9545;
}
.TagClassName
{
border-color: #CE9545;
}
</style>