Shades of Anzac #CF9E46
Tints of Anzac #CF9E46
RGB
CMYK
RGB Variations
Color information
#CF9E46 (or 0xCF9E46) is known color: Anzac. HEX triplet: CF, 9E and 46. RGB value is (207,158,70). Sum of RGB (Red+Green+Blue) = 207+158+70=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E46 is #3061B9. Grayscale: #A3A3A3. Windows color (decimal): -3170746 or 4628175. OLE color: 4628175.
HSL color Cylindrical-coordinate representation of color #CF9E46: hue angle of 38.54º degrees, saturation: 0.59, 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 #CF9E46 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 70 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.19 |
| HSL | 38.54º | 0.59% | 0.54% | - |
| HSV(B) | 38.54º | 0.66% | 0.81% | - |
| XYZ | 39.06 | 38.16 | 11.1 | - |
| YUV | 162.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 70 | 0 | 0.24 | 0.66 | 0.19 | 38.54 | 0.59 | 0.54 |
| Hex | CF | 9E | 46 | 0 | 18 | 42 | 13 | 27 | 3B | 36 |
| Octal | 317 | 236 | 106 | 0 | 30 | 102 | 23 | 47 | 73 | 66 |
| Binary | 11001111 | 10011110 | 1000110 | 0 | 11000 | 1000010 | 10011 | 100111 | 111011 | 110110 |
Color Harmonies of #CF9E46
Complementary color
Monochromatic Colors of #CF9E46
Black with #CF9E46
Text Example
Text Example
White with #CF9E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E46; }
p { color: rgb(207,158,70); }
H1.HeaderClassName
{
color: #CF9E46;
}
.AnyTagClassName
{
color: #CF9E46;
}
</style>
background-color css
<style>
a { background-color: #CF9E46; }
a { background-color: rgb(207,158,70); }
div.DivClassName
{
background-color: #CF9E46;
}
.BgClassName
{
background-color: #CF9E46;
}
</style>
border-color css
<style>
span { border-color: #CF9E46; }
span { border-color: rgb(207,158,70); }
td.TdClassName
{
border-color: #CF9E46;
}
.TagClassName
{
border-color: #CF9E46;
}
</style>