Shades of Anzac #CE9A41
Tints of Anzac #CE9A41
RGB
CMYK
RGB Variations
Color information
#CE9A41 (or 0xCE9A41) is known color: Anzac. HEX triplet: CE, 9A and 41. RGB value is (206,154,65). Sum of RGB (Red+Green+Blue) = 206+154+65=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A41 is #3165BE. Grayscale: #9F9F9F. Windows color (decimal): -3237311 or 4299470. OLE color: 4299470.
HSL color Cylindrical-coordinate representation of color #CE9A41: hue angle of 37.87º 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 #CE9A41 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 65 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.19 |
| HSL | 37.87º | 0.59% | 0.53% | - |
| HSV(B) | 37.87º | 0.68% | 0.81% | - |
| XYZ | 37.96 | 36.61 | 10.07 | - |
| YUV | 159.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 65 | 0 | 0.25 | 0.68 | 0.19 | 37.87 | 0.59 | 0.53 |
| Hex | CE | 9A | 41 | 0 | 19 | 44 | 13 | 26 | 3B | 35 |
| Octal | 316 | 232 | 101 | 0 | 31 | 104 | 23 | 46 | 73 | 65 |
| Binary | 11001110 | 10011010 | 1000001 | 0 | 11001 | 1000100 | 10011 | 100110 | 111011 | 110101 |
Color Harmonies of #CE9A41
Complementary color
Monochromatic Colors of #CE9A41
Black with #CE9A41
Text Example
Text Example
White with #CE9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A41; }
p { color: rgb(206,154,65); }
H1.HeaderClassName
{
color: #CE9A41;
}
.AnyTagClassName
{
color: #CE9A41;
}
</style>
background-color css
<style>
a { background-color: #CE9A41; }
a { background-color: rgb(206,154,65); }
div.DivClassName
{
background-color: #CE9A41;
}
.BgClassName
{
background-color: #CE9A41;
}
</style>
border-color css
<style>
span { border-color: #CE9A41; }
span { border-color: rgb(206,154,65); }
td.TdClassName
{
border-color: #CE9A41;
}
.TagClassName
{
border-color: #CE9A41;
}
</style>