Shades of Anzac #CE9741
Tints of Anzac #CE9741
RGB
CMYK
RGB Variations
Color information
#CE9741 (or 0xCE9741) is known color: Anzac. HEX triplet: CE, 97 and 41. RGB value is (206,151,65). Sum of RGB (Red+Green+Blue) = 206+151+65=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9741 is #3168BE. Grayscale: #9E9E9E. Windows color (decimal): -3238079 or 4298702. OLE color: 4298702.
HSL color Cylindrical-coordinate representation of color #CE9741: hue angle of 36.6º 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 #CE9741 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 65 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.19 |
| HSL | 36.6º | 0.59% | 0.53% | - |
| HSV(B) | 36.6º | 0.68% | 0.81% | - |
| XYZ | 37.47 | 35.64 | 9.9 | - |
| YUV | 157.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 65 | 0 | 0.27 | 0.68 | 0.19 | 36.6 | 0.59 | 0.53 |
| Hex | CE | 97 | 41 | 0 | 1B | 44 | 13 | 25 | 3B | 35 |
| Octal | 316 | 227 | 101 | 0 | 33 | 104 | 23 | 45 | 73 | 65 |
| Binary | 11001110 | 10010111 | 1000001 | 0 | 11011 | 1000100 | 10011 | 100101 | 111011 | 110101 |
Color Harmonies of #CE9741
Complementary color
Monochromatic Colors of #CE9741
Black with #CE9741
Text Example
Text Example
White with #CE9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9741; }
p { color: rgb(206,151,65); }
H1.HeaderClassName
{
color: #CE9741;
}
.AnyTagClassName
{
color: #CE9741;
}
</style>
background-color css
<style>
a { background-color: #CE9741; }
a { background-color: rgb(206,151,65); }
div.DivClassName
{
background-color: #CE9741;
}
.BgClassName
{
background-color: #CE9741;
}
</style>
border-color css
<style>
span { border-color: #CE9741; }
span { border-color: rgb(206,151,65); }
td.TdClassName
{
border-color: #CE9741;
}
.TagClassName
{
border-color: #CE9741;
}
</style>