Shades of Anzac #CF9841
Tints of Anzac #CF9841
RGB
CMYK
RGB Variations
Color information
#CF9841 (or 0xCF9841) is known color: Anzac. HEX triplet: CF, 98 and 41. RGB value is (207,152,65). Sum of RGB (Red+Green+Blue) = 207+152+65=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9841 is #3067BE. Grayscale: #9E9E9E. Windows color (decimal): -3172287 or 4298959. OLE color: 4298959.
HSL color Cylindrical-coordinate representation of color #CF9841: hue angle of 36.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 #CF9841 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 65 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.19 |
| HSL | 36.76º | 0.6% | 0.53% | - |
| HSV(B) | 36.76º | 0.69% | 0.81% | - |
| XYZ | 37.91 | 36.1 | 9.97 | - |
| YUV | 158.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 65 | 0 | 0.27 | 0.69 | 0.19 | 36.76 | 0.6 | 0.53 |
| Hex | CF | 98 | 41 | 0 | 1B | 45 | 13 | 25 | 3C | 35 |
| Octal | 317 | 230 | 101 | 0 | 33 | 105 | 23 | 45 | 74 | 65 |
| Binary | 11001111 | 10011000 | 1000001 | 0 | 11011 | 1000101 | 10011 | 100101 | 111100 | 110101 |
Color Harmonies of #CF9841
Complementary color
Monochromatic Colors of #CF9841
Black with #CF9841
Text Example
Text Example
White with #CF9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9841; }
p { color: rgb(207,152,65); }
H1.HeaderClassName
{
color: #CF9841;
}
.AnyTagClassName
{
color: #CF9841;
}
</style>
background-color css
<style>
a { background-color: #CF9841; }
a { background-color: rgb(207,152,65); }
div.DivClassName
{
background-color: #CF9841;
}
.BgClassName
{
background-color: #CF9841;
}
</style>
border-color css
<style>
span { border-color: #CF9841; }
span { border-color: rgb(207,152,65); }
td.TdClassName
{
border-color: #CF9841;
}
.TagClassName
{
border-color: #CF9841;
}
</style>