Shades of Anzac #CE9744
Tints of Anzac #CE9744
RGB
CMYK
RGB Variations
Color information
#CE9744 (or 0xCE9744) is known color: Anzac. HEX triplet: CE, 97 and 44. RGB value is (206,151,68). Sum of RGB (Red+Green+Blue) = 206+151+68=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9744 is #3168BB. Grayscale: #9E9E9E. Windows color (decimal): -3238076 or 4495310. OLE color: 4495310.
HSL color Cylindrical-coordinate representation of color #CE9744: hue angle of 36.09º 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 #CE9744 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 68 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.19 |
| HSL | 36.09º | 0.58% | 0.54% | - |
| HSV(B) | 36.09º | 0.67% | 0.81% | - |
| XYZ | 37.56 | 35.67 | 10.37 | - |
| YUV | 157.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 68 | 0 | 0.27 | 0.67 | 0.19 | 36.09 | 0.58 | 0.54 |
| Hex | CE | 97 | 44 | 0 | 1B | 43 | 13 | 24 | 3A | 36 |
| Octal | 316 | 227 | 104 | 0 | 33 | 103 | 23 | 44 | 72 | 66 |
| Binary | 11001110 | 10010111 | 1000100 | 0 | 11011 | 1000011 | 10011 | 100100 | 111010 | 110110 |
Color Harmonies of #CE9744
Complementary color
Monochromatic Colors of #CE9744
Black with #CE9744
Text Example
Text Example
White with #CE9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9744; }
p { color: rgb(206,151,68); }
H1.HeaderClassName
{
color: #CE9744;
}
.AnyTagClassName
{
color: #CE9744;
}
</style>
background-color css
<style>
a { background-color: #CE9744; }
a { background-color: rgb(206,151,68); }
div.DivClassName
{
background-color: #CE9744;
}
.BgClassName
{
background-color: #CE9744;
}
</style>
border-color css
<style>
span { border-color: #CE9744; }
span { border-color: rgb(206,151,68); }
td.TdClassName
{
border-color: #CE9744;
}
.TagClassName
{
border-color: #CE9744;
}
</style>