Shades of Anzac #CF9441
Tints of Anzac #CF9441
RGB
CMYK
RGB Variations
Color information
#CF9441 (or 0xCF9441) is known color: Anzac. HEX triplet: CF, 94 and 41. RGB value is (207,148,65). Sum of RGB (Red+Green+Blue) = 207+148+65=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9441 is #306BBE. Grayscale: #9C9C9C. Windows color (decimal): -3173311 or 4297935. OLE color: 4297935.
HSL color Cylindrical-coordinate representation of color #CF9441: hue angle of 35.07º 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 #CF9441 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 65 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.19 |
| HSL | 35.07º | 0.6% | 0.53% | - |
| HSV(B) | 35.07º | 0.69% | 0.81% | - |
| XYZ | 37.28 | 34.83 | 9.76 | - |
| YUV | 156.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 65 | 0 | 0.29 | 0.69 | 0.19 | 35.07 | 0.6 | 0.53 |
| Hex | CF | 94 | 41 | 0 | 1D | 45 | 13 | 23 | 3C | 35 |
| Octal | 317 | 224 | 101 | 0 | 35 | 105 | 23 | 43 | 74 | 65 |
| Binary | 11001111 | 10010100 | 1000001 | 0 | 11101 | 1000101 | 10011 | 100011 | 111100 | 110101 |
Color Harmonies of #CF9441
Complementary color
Monochromatic Colors of #CF9441
Black with #CF9441
Text Example
Text Example
White with #CF9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9441; }
p { color: rgb(207,148,65); }
H1.HeaderClassName
{
color: #CF9441;
}
.AnyTagClassName
{
color: #CF9441;
}
</style>
background-color css
<style>
a { background-color: #CF9441; }
a { background-color: rgb(207,148,65); }
div.DivClassName
{
background-color: #CF9441;
}
.BgClassName
{
background-color: #CF9441;
}
</style>
border-color css
<style>
span { border-color: #CF9441; }
span { border-color: rgb(207,148,65); }
td.TdClassName
{
border-color: #CF9441;
}
.TagClassName
{
border-color: #CF9441;
}
</style>