Shades of Anzac #CF9947
Tints of Anzac #CF9947
RGB
CMYK
RGB Variations
Color information
#CF9947 (or 0xCF9947) is known color: Anzac. HEX triplet: CF, 99 and 47. RGB value is (207,153,71). Sum of RGB (Red+Green+Blue) = 207+153+71=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9947 is #3066B8. Grayscale: #A0A0A0. Windows color (decimal): -3172025 or 4692431. OLE color: 4692431.
HSL color Cylindrical-coordinate representation of color #CF9947: hue angle of 36.18º 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 #CF9947 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 71 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.19 |
| HSL | 36.18º | 0.59% | 0.55% | - |
| HSV(B) | 36.18º | 0.66% | 0.81% | - |
| XYZ | 38.26 | 36.5 | 10.99 | - |
| YUV | 159.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 71 | 0 | 0.26 | 0.66 | 0.19 | 36.18 | 0.59 | 0.55 |
| Hex | CF | 99 | 47 | 0 | 1A | 42 | 13 | 24 | 3B | 37 |
| Octal | 317 | 231 | 107 | 0 | 32 | 102 | 23 | 44 | 73 | 67 |
| Binary | 11001111 | 10011001 | 1000111 | 0 | 11010 | 1000010 | 10011 | 100100 | 111011 | 110111 |
Color Harmonies of #CF9947
Complementary color
Monochromatic Colors of #CF9947
Black with #CF9947
Text Example
Text Example
White with #CF9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9947; }
p { color: rgb(207,153,71); }
H1.HeaderClassName
{
color: #CF9947;
}
.AnyTagClassName
{
color: #CF9947;
}
</style>
background-color css
<style>
a { background-color: #CF9947; }
a { background-color: rgb(207,153,71); }
div.DivClassName
{
background-color: #CF9947;
}
.BgClassName
{
background-color: #CF9947;
}
</style>
border-color css
<style>
span { border-color: #CF9947; }
span { border-color: rgb(207,153,71); }
td.TdClassName
{
border-color: #CF9947;
}
.TagClassName
{
border-color: #CF9947;
}
</style>