Shades of Anzac #CF9A40
Tints of Anzac #CF9A40
RGB
CMYK
RGB Variations
Color information
#CF9A40 (or 0xCF9A40) is known color: Anzac. HEX triplet: CF, 9A and 40. RGB value is (207,154,64). Sum of RGB (Red+Green+Blue) = 207+154+64=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A40 is #3065BF. Grayscale: #9F9F9F. Windows color (decimal): -3171776 or 4233935. OLE color: 4233935.
HSL color Cylindrical-coordinate representation of color #CF9A40: hue angle of 37.76º 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 #CF9A40 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 64 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.19 |
| HSL | 37.76º | 0.6% | 0.53% | - |
| HSV(B) | 37.76º | 0.69% | 0.81% | - |
| XYZ | 38.21 | 36.75 | 9.93 | - |
| YUV | 159.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 64 | 0 | 0.26 | 0.69 | 0.19 | 37.76 | 0.6 | 0.53 |
| Hex | CF | 9A | 40 | 0 | 1A | 45 | 13 | 26 | 3C | 35 |
| Octal | 317 | 232 | 100 | 0 | 32 | 105 | 23 | 46 | 74 | 65 |
| Binary | 11001111 | 10011010 | 1000000 | 0 | 11010 | 1000101 | 10011 | 100110 | 111100 | 110101 |
Color Harmonies of #CF9A40
Complementary color
Monochromatic Colors of #CF9A40
Black with #CF9A40
Text Example
Text Example
White with #CF9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A40; }
p { color: rgb(207,154,64); }
H1.HeaderClassName
{
color: #CF9A40;
}
.AnyTagClassName
{
color: #CF9A40;
}
</style>
background-color css
<style>
a { background-color: #CF9A40; }
a { background-color: rgb(207,154,64); }
div.DivClassName
{
background-color: #CF9A40;
}
.BgClassName
{
background-color: #CF9A40;
}
</style>
border-color css
<style>
span { border-color: #CF9A40; }
span { border-color: rgb(207,154,64); }
td.TdClassName
{
border-color: #CF9A40;
}
.TagClassName
{
border-color: #CF9A40;
}
</style>