Shades of Anzac #CE9448
Tints of Anzac #CE9448
RGB
CMYK
RGB Variations
Color information
#CE9448 (or 0xCE9448) is known color: Anzac. HEX triplet: CE, 94 and 48. RGB value is (206,148,72). Sum of RGB (Red+Green+Blue) = 206+148+72=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9448 is #316BB7. Grayscale: #9D9D9D. Windows color (decimal): -3238840 or 4756686. OLE color: 4756686.
HSL color Cylindrical-coordinate representation of color #CE9448: hue angle of 34.03º 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 #CE9448 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 72 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.19 |
| HSL | 34.03º | 0.58% | 0.55% | - |
| HSV(B) | 34.03º | 0.65% | 0.81% | - |
| XYZ | 37.21 | 34.77 | 10.88 | - |
| YUV | 156.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 72 | 0 | 0.28 | 0.65 | 0.19 | 34.03 | 0.58 | 0.55 |
| Hex | CE | 94 | 48 | 0 | 1C | 41 | 13 | 22 | 3A | 37 |
| Octal | 316 | 224 | 110 | 0 | 34 | 101 | 23 | 42 | 72 | 67 |
| Binary | 11001110 | 10010100 | 1001000 | 0 | 11100 | 1000001 | 10011 | 100010 | 111010 | 110111 |
Color Harmonies of #CE9448
Complementary color
Monochromatic Colors of #CE9448
Black with #CE9448
Text Example
Text Example
White with #CE9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9448; }
p { color: rgb(206,148,72); }
H1.HeaderClassName
{
color: #CE9448;
}
.AnyTagClassName
{
color: #CE9448;
}
</style>
background-color css
<style>
a { background-color: #CE9448; }
a { background-color: rgb(206,148,72); }
div.DivClassName
{
background-color: #CE9448;
}
.BgClassName
{
background-color: #CE9448;
}
</style>
border-color css
<style>
span { border-color: #CE9448; }
span { border-color: rgb(206,148,72); }
td.TdClassName
{
border-color: #CE9448;
}
.TagClassName
{
border-color: #CE9448;
}
</style>