Shades of Anzac #CF9A47
Tints of Anzac #CF9A47
RGB
CMYK
RGB Variations
Color information
#CF9A47 (or 0xCF9A47) is known color: Anzac. HEX triplet: CF, 9A and 47. RGB value is (207,154,71). Sum of RGB (Red+Green+Blue) = 207+154+71=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A47 is #3065B8. Grayscale: #A0A0A0. Windows color (decimal): -3171769 or 4692687. OLE color: 4692687.
HSL color Cylindrical-coordinate representation of color #CF9A47: hue angle of 36.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF9A47 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 71 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.19 |
| HSL | 36.62º | 0.59% | 0.55% | - |
| HSV(B) | 36.62º | 0.66% | 0.81% | - |
| XYZ | 38.43 | 36.83 | 11.05 | - |
| YUV | 160.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 71 | 0 | 0.26 | 0.66 | 0.19 | 36.62 | 0.59 | 0.55 |
| Hex | CF | 9A | 47 | 0 | 1A | 42 | 13 | 25 | 3B | 37 |
| Octal | 317 | 232 | 107 | 0 | 32 | 102 | 23 | 45 | 73 | 67 |
| Binary | 11001111 | 10011010 | 1000111 | 0 | 11010 | 1000010 | 10011 | 100101 | 111011 | 110111 |
Color Harmonies of #CF9A47
Complementary color
Monochromatic Colors of #CF9A47
Black with #CF9A47
Text Example
Text Example
White with #CF9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A47; }
p { color: rgb(207,154,71); }
H1.HeaderClassName
{
color: #CF9A47;
}
.AnyTagClassName
{
color: #CF9A47;
}
</style>
background-color css
<style>
a { background-color: #CF9A47; }
a { background-color: rgb(207,154,71); }
div.DivClassName
{
background-color: #CF9A47;
}
.BgClassName
{
background-color: #CF9A47;
}
</style>
border-color css
<style>
span { border-color: #CF9A47; }
span { border-color: rgb(207,154,71); }
td.TdClassName
{
border-color: #CF9A47;
}
.TagClassName
{
border-color: #CF9A47;
}
</style>