Shades of Anzac #CF9941
Tints of Anzac #CF9941
RGB
CMYK
RGB Variations
Color information
#CF9941 (or 0xCF9941) is known color: Anzac. HEX triplet: CF, 99 and 41. RGB value is (207,153,65). Sum of RGB (Red+Green+Blue) = 207+153+65=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9941 is #3066BE. Grayscale: #9F9F9F. Windows color (decimal): -3172031 or 4299215. OLE color: 4299215.
HSL color Cylindrical-coordinate representation of color #CF9941: hue angle of 37.18º 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 #CF9941 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 65 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.19 |
| HSL | 37.18º | 0.6% | 0.53% | - |
| HSV(B) | 37.18º | 0.69% | 0.81% | - |
| XYZ | 38.08 | 36.43 | 10.03 | - |
| YUV | 159.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 65 | 0 | 0.26 | 0.69 | 0.19 | 37.18 | 0.6 | 0.53 |
| Hex | CF | 99 | 41 | 0 | 1A | 45 | 13 | 25 | 3C | 35 |
| Octal | 317 | 231 | 101 | 0 | 32 | 105 | 23 | 45 | 74 | 65 |
| Binary | 11001111 | 10011001 | 1000001 | 0 | 11010 | 1000101 | 10011 | 100101 | 111100 | 110101 |
Color Harmonies of #CF9941
Complementary color
Monochromatic Colors of #CF9941
Black with #CF9941
Text Example
Text Example
White with #CF9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9941; }
p { color: rgb(207,153,65); }
H1.HeaderClassName
{
color: #CF9941;
}
.AnyTagClassName
{
color: #CF9941;
}
</style>
background-color css
<style>
a { background-color: #CF9941; }
a { background-color: rgb(207,153,65); }
div.DivClassName
{
background-color: #CF9941;
}
.BgClassName
{
background-color: #CF9941;
}
</style>
border-color css
<style>
span { border-color: #CF9941; }
span { border-color: rgb(207,153,65); }
td.TdClassName
{
border-color: #CF9941;
}
.TagClassName
{
border-color: #CF9941;
}
</style>