Shades of Anzac #CF9840
Tints of Anzac #CF9840
RGB
CMYK
RGB Variations
Color information
#CF9840 (or 0xCF9840) is known color: Anzac. HEX triplet: CF, 98 and 40. RGB value is (207,152,64). Sum of RGB (Red+Green+Blue) = 207+152+64=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9840 is #3067BF. Grayscale: #9E9E9E. Windows color (decimal): -3172288 or 4233423. OLE color: 4233423.
HSL color Cylindrical-coordinate representation of color #CF9840: hue angle of 36.92º 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 #CF9840 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 64 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.19 |
| HSL | 36.92º | 0.6% | 0.53% | - |
| HSV(B) | 36.92º | 0.69% | 0.81% | - |
| XYZ | 37.89 | 36.09 | 9.82 | - |
| YUV | 158.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 64 | 0 | 0.27 | 0.69 | 0.19 | 36.92 | 0.6 | 0.53 |
| Hex | CF | 98 | 40 | 0 | 1B | 45 | 13 | 25 | 3C | 35 |
| Octal | 317 | 230 | 100 | 0 | 33 | 105 | 23 | 45 | 74 | 65 |
| Binary | 11001111 | 10011000 | 1000000 | 0 | 11011 | 1000101 | 10011 | 100101 | 111100 | 110101 |
Color Harmonies of #CF9840
Complementary color
Monochromatic Colors of #CF9840
Black with #CF9840
Text Example
Text Example
White with #CF9840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9840; }
p { color: rgb(207,152,64); }
H1.HeaderClassName
{
color: #CF9840;
}
.AnyTagClassName
{
color: #CF9840;
}
</style>
background-color css
<style>
a { background-color: #CF9840; }
a { background-color: rgb(207,152,64); }
div.DivClassName
{
background-color: #CF9840;
}
.BgClassName
{
background-color: #CF9840;
}
</style>
border-color css
<style>
span { border-color: #CF9840; }
span { border-color: rgb(207,152,64); }
td.TdClassName
{
border-color: #CF9840;
}
.TagClassName
{
border-color: #CF9840;
}
</style>