Shades of Anzac #CF8F47
Tints of Anzac #CF8F47
RGB
CMYK
RGB Variations
Color information
#CF8F47 (or 0xCF8F47) is known color: Anzac. HEX triplet: CF, 8F and 47. RGB value is (207,143,71). Sum of RGB (Red+Green+Blue) = 207+143+71=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F47 is #3070B8. Grayscale: #9A9A9A. Windows color (decimal): -3174585 or 4689871. OLE color: 4689871.
HSL color Cylindrical-coordinate representation of color #CF8F47: hue angle of 31.76º 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 #CF8F47 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 71 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.19 |
| HSL | 31.76º | 0.59% | 0.55% | - |
| HSV(B) | 31.76º | 0.66% | 0.81% | - |
| XYZ | 36.69 | 33.37 | 10.47 | - |
| YUV | 153.93 | 81.2 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 71 | 0 | 0.31 | 0.66 | 0.19 | 31.76 | 0.59 | 0.55 |
| Hex | CF | 8F | 47 | 0 | 1F | 42 | 13 | 20 | 3B | 37 |
| Octal | 317 | 217 | 107 | 0 | 37 | 102 | 23 | 40 | 73 | 67 |
| Binary | 11001111 | 10001111 | 1000111 | 0 | 11111 | 1000010 | 10011 | 100000 | 111011 | 110111 |
Color Harmonies of #CF8F47
Complementary color
Monochromatic Colors of #CF8F47
Black with #CF8F47
Text Example
Text Example
White with #CF8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F47; }
p { color: rgb(207,143,71); }
H1.HeaderClassName
{
color: #CF8F47;
}
.AnyTagClassName
{
color: #CF8F47;
}
</style>
background-color css
<style>
a { background-color: #CF8F47; }
a { background-color: rgb(207,143,71); }
div.DivClassName
{
background-color: #CF8F47;
}
.BgClassName
{
background-color: #CF8F47;
}
</style>
border-color css
<style>
span { border-color: #CF8F47; }
span { border-color: rgb(207,143,71); }
td.TdClassName
{
border-color: #CF8F47;
}
.TagClassName
{
border-color: #CF8F47;
}
</style>