Shades of Anzac #CE9948
Tints of Anzac #CE9948
RGB
CMYK
RGB Variations
Color information
#CE9948 (or 0xCE9948) is known color: Anzac. HEX triplet: CE, 99 and 48. RGB value is (206,153,72). Sum of RGB (Red+Green+Blue) = 206+153+72=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9948 is #3166B7. Grayscale: #9F9F9F. Windows color (decimal): -3237560 or 4757966. OLE color: 4757966.
HSL color Cylindrical-coordinate representation of color #CE9948: hue angle of 36.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE9948 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 72 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.19 |
| HSL | 36.27º | 0.58% | 0.55% | - |
| HSV(B) | 36.27º | 0.65% | 0.81% | - |
| XYZ | 38.01 | 36.37 | 11.15 | - |
| YUV | 159.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 72 | 0 | 0.26 | 0.65 | 0.19 | 36.27 | 0.58 | 0.55 |
| Hex | CE | 99 | 48 | 0 | 1A | 41 | 13 | 24 | 3A | 37 |
| Octal | 316 | 231 | 110 | 0 | 32 | 101 | 23 | 44 | 72 | 67 |
| Binary | 11001110 | 10011001 | 1001000 | 0 | 11010 | 1000001 | 10011 | 100100 | 111010 | 110111 |
Color Harmonies of #CE9948
Complementary color
Monochromatic Colors of #CE9948
Black with #CE9948
Text Example
Text Example
White with #CE9948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9948; }
p { color: rgb(206,153,72); }
H1.HeaderClassName
{
color: #CE9948;
}
.AnyTagClassName
{
color: #CE9948;
}
</style>
background-color css
<style>
a { background-color: #CE9948; }
a { background-color: rgb(206,153,72); }
div.DivClassName
{
background-color: #CE9948;
}
.BgClassName
{
background-color: #CE9948;
}
</style>
border-color css
<style>
span { border-color: #CE9948; }
span { border-color: rgb(206,153,72); }
td.TdClassName
{
border-color: #CE9948;
}
.TagClassName
{
border-color: #CE9948;
}
</style>