Shades of Anzac #CF9F40
Tints of Anzac #CF9F40
RGB
CMYK
RGB Variations
Color information
#CF9F40 (or 0xCF9F40) is known color: Anzac. HEX triplet: CF, 9F and 40. RGB value is (207,159,64). Sum of RGB (Red+Green+Blue) = 207+159+64=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F40 is #3060BF. Grayscale: #A2A2A2. Windows color (decimal): -3170496 or 4235215. OLE color: 4235215.
HSL color Cylindrical-coordinate representation of color #CF9F40: hue angle of 39.86º 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 #CF9F40 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 64 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.19 |
| HSL | 39.86º | 0.6% | 0.53% | - |
| HSV(B) | 39.86º | 0.69% | 0.81% | - |
| XYZ | 39.06 | 38.43 | 10.21 | - |
| YUV | 162.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 64 | 0 | 0.23 | 0.69 | 0.19 | 39.86 | 0.6 | 0.53 |
| Hex | CF | 9F | 40 | 0 | 17 | 45 | 13 | 28 | 3C | 35 |
| Octal | 317 | 237 | 100 | 0 | 27 | 105 | 23 | 50 | 74 | 65 |
| Binary | 11001111 | 10011111 | 1000000 | 0 | 10111 | 1000101 | 10011 | 101000 | 111100 | 110101 |
Color Harmonies of #CF9F40
Complementary color
Monochromatic Colors of #CF9F40
Black with #CF9F40
Text Example
Text Example
White with #CF9F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F40; }
p { color: rgb(207,159,64); }
H1.HeaderClassName
{
color: #CF9F40;
}
.AnyTagClassName
{
color: #CF9F40;
}
</style>
background-color css
<style>
a { background-color: #CF9F40; }
a { background-color: rgb(207,159,64); }
div.DivClassName
{
background-color: #CF9F40;
}
.BgClassName
{
background-color: #CF9F40;
}
</style>
border-color css
<style>
span { border-color: #CF9F40; }
span { border-color: rgb(207,159,64); }
td.TdClassName
{
border-color: #CF9F40;
}
.TagClassName
{
border-color: #CF9F40;
}
</style>