Shades of Anzac #CF8F46
Tints of Anzac #CF8F46
RGB
CMYK
RGB Variations
Color information
#CF8F46 (or 0xCF8F46) is known color: Anzac. HEX triplet: CF, 8F and 46. RGB value is (207,143,70). Sum of RGB (Red+Green+Blue) = 207+143+70=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F46 is #3070B9. Grayscale: #9A9A9A. Windows color (decimal): -3174586 or 4624335. OLE color: 4624335.
HSL color Cylindrical-coordinate representation of color #CF8F46: hue angle of 31.97º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8F46 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 70 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.19 |
| HSL | 31.97º | 0.59% | 0.54% | - |
| HSV(B) | 31.97º | 0.66% | 0.81% | - |
| XYZ | 36.66 | 33.35 | 10.3 | - |
| YUV | 153.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 70 | 0 | 0.31 | 0.66 | 0.19 | 31.97 | 0.59 | 0.54 |
| Hex | CF | 8F | 46 | 0 | 1F | 42 | 13 | 20 | 3B | 36 |
| Octal | 317 | 217 | 106 | 0 | 37 | 102 | 23 | 40 | 73 | 66 |
| Binary | 11001111 | 10001111 | 1000110 | 0 | 11111 | 1000010 | 10011 | 100000 | 111011 | 110110 |
Color Harmonies of #CF8F46
Complementary color
Monochromatic Colors of #CF8F46
Black with #CF8F46
Text Example
Text Example
White with #CF8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F46; }
p { color: rgb(207,143,70); }
H1.HeaderClassName
{
color: #CF8F46;
}
.AnyTagClassName
{
color: #CF8F46;
}
</style>
background-color css
<style>
a { background-color: #CF8F46; }
a { background-color: rgb(207,143,70); }
div.DivClassName
{
background-color: #CF8F46;
}
.BgClassName
{
background-color: #CF8F46;
}
</style>
border-color css
<style>
span { border-color: #CF8F46; }
span { border-color: rgb(207,143,70); }
td.TdClassName
{
border-color: #CF8F46;
}
.TagClassName
{
border-color: #CF8F46;
}
</style>