Shades of Anzac #CF9049
Tints of Anzac #CF9049
RGB
CMYK
RGB Variations
Color information
#CF9049 (or 0xCF9049) is known color: Anzac. HEX triplet: CF, 90 and 49. RGB value is (207,144,73). Sum of RGB (Red+Green+Blue) = 207+144+73=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9049 is #306FB6. Grayscale: #9B9B9B. Windows color (decimal): -3174327 or 4821199. OLE color: 4821199.
HSL color Cylindrical-coordinate representation of color #CF9049: hue angle of 31.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9049 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 73 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.19 |
| HSL | 31.79º | 0.58% | 0.55% | - |
| HSV(B) | 31.79º | 0.65% | 0.81% | - |
| XYZ | 36.91 | 33.69 | 10.86 | - |
| YUV | 154.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 73 | 0 | 0.30 | 0.65 | 0.19 | 31.79 | 0.58 | 0.55 |
| Hex | CF | 90 | 49 | 0 | 1E | 41 | 13 | 20 | 3A | 37 |
| Octal | 317 | 220 | 111 | 0 | 36 | 101 | 23 | 40 | 72 | 67 |
| Binary | 11001111 | 10010000 | 1001001 | 0 | 11110 | 1000001 | 10011 | 100000 | 111010 | 110111 |
Color Harmonies of #CF9049
Complementary color
Monochromatic Colors of #CF9049
Black with #CF9049
Text Example
Text Example
White with #CF9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9049; }
p { color: rgb(207,144,73); }
H1.HeaderClassName
{
color: #CF9049;
}
.AnyTagClassName
{
color: #CF9049;
}
</style>
background-color css
<style>
a { background-color: #CF9049; }
a { background-color: rgb(207,144,73); }
div.DivClassName
{
background-color: #CF9049;
}
.BgClassName
{
background-color: #CF9049;
}
</style>
border-color css
<style>
span { border-color: #CF9049; }
span { border-color: rgb(207,144,73); }
td.TdClassName
{
border-color: #CF9049;
}
.TagClassName
{
border-color: #CF9049;
}
</style>