Shades of Anzac #CE9141
Tints of Anzac #CE9141
RGB
CMYK
RGB Variations
Color information
#CE9141 (or 0xCE9141) is known color: Anzac. HEX triplet: CE, 91 and 41. RGB value is (206,145,65). Sum of RGB (Red+Green+Blue) = 206+145+65=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9141 is #316EBE. Grayscale: #9A9A9A. Windows color (decimal): -3239615 or 4297166. OLE color: 4297166.
HSL color Cylindrical-coordinate representation of color #CE9141: hue angle of 34.04º 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 #CE9141 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 65 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.19 |
| HSL | 34.04º | 0.59% | 0.53% | - |
| HSV(B) | 34.04º | 0.68% | 0.81% | - |
| XYZ | 36.53 | 33.75 | 9.59 | - |
| YUV | 154.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 65 | 0 | 0.30 | 0.68 | 0.19 | 34.04 | 0.59 | 0.53 |
| Hex | CE | 91 | 41 | 0 | 1E | 44 | 13 | 22 | 3B | 35 |
| Octal | 316 | 221 | 101 | 0 | 36 | 104 | 23 | 42 | 73 | 65 |
| Binary | 11001110 | 10010001 | 1000001 | 0 | 11110 | 1000100 | 10011 | 100010 | 111011 | 110101 |
Color Harmonies of #CE9141
Complementary color
Monochromatic Colors of #CE9141
Black with #CE9141
Text Example
Text Example
White with #CE9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9141; }
p { color: rgb(206,145,65); }
H1.HeaderClassName
{
color: #CE9141;
}
.AnyTagClassName
{
color: #CE9141;
}
</style>
background-color css
<style>
a { background-color: #CE9141; }
a { background-color: rgb(206,145,65); }
div.DivClassName
{
background-color: #CE9141;
}
.BgClassName
{
background-color: #CE9141;
}
</style>
border-color css
<style>
span { border-color: #CE9141; }
span { border-color: rgb(206,145,65); }
td.TdClassName
{
border-color: #CE9141;
}
.TagClassName
{
border-color: #CE9141;
}
</style>