Shades of Anzac #CF8E40
Tints of Anzac #CF8E40
RGB
CMYK
RGB Variations
Color information
#CF8E40 (or 0xCF8E40) is known color: Anzac. HEX triplet: CF, 8E and 40. RGB value is (207,142,64). Sum of RGB (Red+Green+Blue) = 207+142+64=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E40 is #3071BF. Grayscale: #989898. Windows color (decimal): -3174848 or 4230863. OLE color: 4230863.
HSL color Cylindrical-coordinate representation of color #CF8E40: hue angle of 32.73º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8E40 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 64 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.19 |
| HSL | 32.73º | 0.6% | 0.53% | - |
| HSV(B) | 32.73º | 0.69% | 0.81% | - |
| XYZ | 36.33 | 32.98 | 9.3 | - |
| YUV | 152.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 64 | 0 | 0.31 | 0.69 | 0.19 | 32.73 | 0.6 | 0.53 |
| Hex | CF | 8E | 40 | 0 | 1F | 45 | 13 | 21 | 3C | 35 |
| Octal | 317 | 216 | 100 | 0 | 37 | 105 | 23 | 41 | 74 | 65 |
| Binary | 11001111 | 10001110 | 1000000 | 0 | 11111 | 1000101 | 10011 | 100001 | 111100 | 110101 |
Color Harmonies of #CF8E40
Complementary color
Monochromatic Colors of #CF8E40
Black with #CF8E40
Text Example
Text Example
White with #CF8E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E40; }
p { color: rgb(207,142,64); }
H1.HeaderClassName
{
color: #CF8E40;
}
.AnyTagClassName
{
color: #CF8E40;
}
</style>
background-color css
<style>
a { background-color: #CF8E40; }
a { background-color: rgb(207,142,64); }
div.DivClassName
{
background-color: #CF8E40;
}
.BgClassName
{
background-color: #CF8E40;
}
</style>
border-color css
<style>
span { border-color: #CF8E40; }
span { border-color: rgb(207,142,64); }
td.TdClassName
{
border-color: #CF8E40;
}
.TagClassName
{
border-color: #CF8E40;
}
</style>