Shades of Anzac #CF9C47
Tints of Anzac #CF9C47
RGB
CMYK
RGB Variations
Color information
#CF9C47 (or 0xCF9C47) is known color: Anzac. HEX triplet: CF, 9C and 47. RGB value is (207,156,71). Sum of RGB (Red+Green+Blue) = 207+156+71=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C47 is #3063B8. Grayscale: #A1A1A1. Windows color (decimal): -3171257 or 4693199. OLE color: 4693199.
HSL color Cylindrical-coordinate representation of color #CF9C47: hue angle of 37.5º 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 #CF9C47 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 71 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.19 |
| HSL | 37.5º | 0.59% | 0.55% | - |
| HSV(B) | 37.5º | 0.66% | 0.81% | - |
| XYZ | 38.76 | 37.5 | 11.16 | - |
| YUV | 161.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 71 | 0 | 0.25 | 0.66 | 0.19 | 37.5 | 0.59 | 0.55 |
| Hex | CF | 9C | 47 | 0 | 19 | 42 | 13 | 26 | 3B | 37 |
| Octal | 317 | 234 | 107 | 0 | 31 | 102 | 23 | 46 | 73 | 67 |
| Binary | 11001111 | 10011100 | 1000111 | 0 | 11001 | 1000010 | 10011 | 100110 | 111011 | 110111 |
Color Harmonies of #CF9C47
Complementary color
Monochromatic Colors of #CF9C47
Black with #CF9C47
Text Example
Text Example
White with #CF9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C47; }
p { color: rgb(207,156,71); }
H1.HeaderClassName
{
color: #CF9C47;
}
.AnyTagClassName
{
color: #CF9C47;
}
</style>
background-color css
<style>
a { background-color: #CF9C47; }
a { background-color: rgb(207,156,71); }
div.DivClassName
{
background-color: #CF9C47;
}
.BgClassName
{
background-color: #CF9C47;
}
</style>
border-color css
<style>
span { border-color: #CF9C47; }
span { border-color: rgb(207,156,71); }
td.TdClassName
{
border-color: #CF9C47;
}
.TagClassName
{
border-color: #CF9C47;
}
</style>