Shades of Anzac #CE9746
Tints of Anzac #CE9746
RGB
CMYK
RGB Variations
Color information
#CE9746 (or 0xCE9746) is known color: Anzac. HEX triplet: CE, 97 and 46. RGB value is (206,151,70). Sum of RGB (Red+Green+Blue) = 206+151+70=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9746 is #3168B9. Grayscale: #9E9E9E. Windows color (decimal): -3238074 or 4626382. OLE color: 4626382.
HSL color Cylindrical-coordinate representation of color #CE9746: hue angle of 35.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE9746 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 70 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.19 |
| HSL | 35.74º | 0.58% | 0.54% | - |
| HSV(B) | 35.74º | 0.66% | 0.81% | - |
| XYZ | 37.63 | 35.7 | 10.7 | - |
| YUV | 158.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 70 | 0 | 0.27 | 0.66 | 0.19 | 35.74 | 0.58 | 0.54 |
| Hex | CE | 97 | 46 | 0 | 1B | 42 | 13 | 24 | 3A | 36 |
| Octal | 316 | 227 | 106 | 0 | 33 | 102 | 23 | 44 | 72 | 66 |
| Binary | 11001110 | 10010111 | 1000110 | 0 | 11011 | 1000010 | 10011 | 100100 | 111010 | 110110 |
Color Harmonies of #CE9746
Complementary color
Monochromatic Colors of #CE9746
Black with #CE9746
Text Example
Text Example
White with #CE9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9746; }
p { color: rgb(206,151,70); }
H1.HeaderClassName
{
color: #CE9746;
}
.AnyTagClassName
{
color: #CE9746;
}
</style>
background-color css
<style>
a { background-color: #CE9746; }
a { background-color: rgb(206,151,70); }
div.DivClassName
{
background-color: #CE9746;
}
.BgClassName
{
background-color: #CE9746;
}
</style>
border-color css
<style>
span { border-color: #CE9746; }
span { border-color: rgb(206,151,70); }
td.TdClassName
{
border-color: #CE9746;
}
.TagClassName
{
border-color: #CE9746;
}
</style>