Shades of Anzac #CF9241
Tints of Anzac #CF9241
RGB
CMYK
RGB Variations
Color information
#CF9241 (or 0xCF9241) is known color: Anzac. HEX triplet: CF, 92 and 41. RGB value is (207,146,65). Sum of RGB (Red+Green+Blue) = 207+146+65=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9241 is #306DBE. Grayscale: #9B9B9B. Windows color (decimal): -3173823 or 4297423. OLE color: 4297423.
HSL color Cylindrical-coordinate representation of color #CF9241: hue angle of 34.23º 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 #CF9241 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 65 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.19 |
| HSL | 34.23º | 0.6% | 0.53% | - |
| HSV(B) | 34.23º | 0.69% | 0.81% | - |
| XYZ | 36.97 | 34.2 | 9.65 | - |
| YUV | 155.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 65 | 0 | 0.29 | 0.69 | 0.19 | 34.23 | 0.6 | 0.53 |
| Hex | CF | 92 | 41 | 0 | 1D | 45 | 13 | 22 | 3C | 35 |
| Octal | 317 | 222 | 101 | 0 | 35 | 105 | 23 | 42 | 74 | 65 |
| Binary | 11001111 | 10010010 | 1000001 | 0 | 11101 | 1000101 | 10011 | 100010 | 111100 | 110101 |
Color Harmonies of #CF9241
Complementary color
Monochromatic Colors of #CF9241
Black with #CF9241
Text Example
Text Example
White with #CF9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9241; }
p { color: rgb(207,146,65); }
H1.HeaderClassName
{
color: #CF9241;
}
.AnyTagClassName
{
color: #CF9241;
}
</style>
background-color css
<style>
a { background-color: #CF9241; }
a { background-color: rgb(207,146,65); }
div.DivClassName
{
background-color: #CF9241;
}
.BgClassName
{
background-color: #CF9241;
}
</style>
border-color css
<style>
span { border-color: #CF9241; }
span { border-color: rgb(207,146,65); }
td.TdClassName
{
border-color: #CF9241;
}
.TagClassName
{
border-color: #CF9241;
}
</style>