Shades of Anzac #CE9140
Tints of Anzac #CE9140
RGB
CMYK
RGB Variations
Color information
#CE9140 (or 0xCE9140) is known color: Anzac. HEX triplet: CE, 91 and 40. RGB value is (206,145,64). Sum of RGB (Red+Green+Blue) = 206+145+64=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9140 is #316EBF. Grayscale: #9A9A9A. Windows color (decimal): -3239616 or 4231630. OLE color: 4231630.
HSL color Cylindrical-coordinate representation of color #CE9140: hue angle of 34.23º 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 #CE9140 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 64 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.19 |
| HSL | 34.23º | 0.59% | 0.53% | - |
| HSV(B) | 34.23º | 0.69% | 0.81% | - |
| XYZ | 36.5 | 33.74 | 9.44 | - |
| YUV | 154.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 64 | 0 | 0.30 | 0.69 | 0.19 | 34.23 | 0.59 | 0.53 |
| Hex | CE | 91 | 40 | 0 | 1E | 45 | 13 | 22 | 3B | 35 |
| Octal | 316 | 221 | 100 | 0 | 36 | 105 | 23 | 42 | 73 | 65 |
| Binary | 11001110 | 10010001 | 1000000 | 0 | 11110 | 1000101 | 10011 | 100010 | 111011 | 110101 |
Color Harmonies of #CE9140
Complementary color
Monochromatic Colors of #CE9140
Black with #CE9140
Text Example
Text Example
White with #CE9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9140; }
p { color: rgb(206,145,64); }
H1.HeaderClassName
{
color: #CE9140;
}
.AnyTagClassName
{
color: #CE9140;
}
</style>
background-color css
<style>
a { background-color: #CE9140; }
a { background-color: rgb(206,145,64); }
div.DivClassName
{
background-color: #CE9140;
}
.BgClassName
{
background-color: #CE9140;
}
</style>
border-color css
<style>
span { border-color: #CE9140; }
span { border-color: rgb(206,145,64); }
td.TdClassName
{
border-color: #CE9140;
}
.TagClassName
{
border-color: #CE9140;
}
</style>