Shades of Anzac #CE9942
Tints of Anzac #CE9942
RGB
CMYK
RGB Variations
Color information
#CE9942 (or 0xCE9942) is known color: Anzac. HEX triplet: CE, 99 and 42. RGB value is (206,153,66). Sum of RGB (Red+Green+Blue) = 206+153+66=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9942 is #3166BD. Grayscale: #9F9F9F. Windows color (decimal): -3237566 or 4364750. OLE color: 4364750.
HSL color Cylindrical-coordinate representation of color #CE9942: hue angle of 37.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE9942 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 66 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.19 |
| HSL | 37.29º | 0.59% | 0.53% | - |
| HSV(B) | 37.29º | 0.68% | 0.81% | - |
| XYZ | 37.83 | 36.3 | 10.17 | - |
| YUV | 158.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 66 | 0 | 0.26 | 0.68 | 0.19 | 37.29 | 0.59 | 0.53 |
| Hex | CE | 99 | 42 | 0 | 1A | 44 | 13 | 25 | 3B | 35 |
| Octal | 316 | 231 | 102 | 0 | 32 | 104 | 23 | 45 | 73 | 65 |
| Binary | 11001110 | 10011001 | 1000010 | 0 | 11010 | 1000100 | 10011 | 100101 | 111011 | 110101 |
Color Harmonies of #CE9942
Complementary color
Monochromatic Colors of #CE9942
Black with #CE9942
Text Example
Text Example
White with #CE9942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9942; }
p { color: rgb(206,153,66); }
H1.HeaderClassName
{
color: #CE9942;
}
.AnyTagClassName
{
color: #CE9942;
}
</style>
background-color css
<style>
a { background-color: #CE9942; }
a { background-color: rgb(206,153,66); }
div.DivClassName
{
background-color: #CE9942;
}
.BgClassName
{
background-color: #CE9942;
}
</style>
border-color css
<style>
span { border-color: #CE9942; }
span { border-color: rgb(206,153,66); }
td.TdClassName
{
border-color: #CE9942;
}
.TagClassName
{
border-color: #CE9942;
}
</style>