Shades of Anzac #CE9B40
Tints of Anzac #CE9B40
RGB
CMYK
RGB Variations
Color information
#CE9B40 (or 0xCE9B40) is known color: Anzac. HEX triplet: CE, 9B and 40. RGB value is (206,155,64). Sum of RGB (Red+Green+Blue) = 206+155+64=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B40 is #3164BF. Grayscale: #A0A0A0. Windows color (decimal): -3237056 or 4234190. OLE color: 4234190.
HSL color Cylindrical-coordinate representation of color #CE9B40: hue angle of 38.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE9B40 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 64 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.19 |
| HSL | 38.45º | 0.59% | 0.53% | - |
| HSV(B) | 38.45º | 0.69% | 0.81% | - |
| XYZ | 38.1 | 36.93 | 9.97 | - |
| YUV | 159.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 64 | 0 | 0.25 | 0.69 | 0.19 | 38.45 | 0.59 | 0.53 |
| Hex | CE | 9B | 40 | 0 | 19 | 45 | 13 | 26 | 3B | 35 |
| Octal | 316 | 233 | 100 | 0 | 31 | 105 | 23 | 46 | 73 | 65 |
| Binary | 11001110 | 10011011 | 1000000 | 0 | 11001 | 1000101 | 10011 | 100110 | 111011 | 110101 |
Color Harmonies of #CE9B40
Complementary color
Monochromatic Colors of #CE9B40
Black with #CE9B40
Text Example
Text Example
White with #CE9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B40; }
p { color: rgb(206,155,64); }
H1.HeaderClassName
{
color: #CE9B40;
}
.AnyTagClassName
{
color: #CE9B40;
}
</style>
background-color css
<style>
a { background-color: #CE9B40; }
a { background-color: rgb(206,155,64); }
div.DivClassName
{
background-color: #CE9B40;
}
.BgClassName
{
background-color: #CE9B40;
}
</style>
border-color css
<style>
span { border-color: #CE9B40; }
span { border-color: rgb(206,155,64); }
td.TdClassName
{
border-color: #CE9B40;
}
.TagClassName
{
border-color: #CE9B40;
}
</style>