Shades of Anzac #CF9248
Tints of Anzac #CF9248
RGB
CMYK
RGB Variations
Color information
#CF9248 (or 0xCF9248) is known color: Anzac. HEX triplet: CF, 92 and 48. RGB value is (207,146,72). Sum of RGB (Red+Green+Blue) = 207+146+72=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9248 is #306DB7. Grayscale: #9C9C9C. Windows color (decimal): -3173816 or 4756175. OLE color: 4756175.
HSL color Cylindrical-coordinate representation of color #CF9248: hue angle of 32.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9248 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 72 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.19 |
| HSL | 32.89º | 0.58% | 0.55% | - |
| HSV(B) | 32.89º | 0.65% | 0.81% | - |
| XYZ | 37.18 | 34.29 | 10.79 | - |
| YUV | 155.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 72 | 0 | 0.29 | 0.65 | 0.19 | 32.89 | 0.58 | 0.55 |
| Hex | CF | 92 | 48 | 0 | 1D | 41 | 13 | 21 | 3A | 37 |
| Octal | 317 | 222 | 110 | 0 | 35 | 101 | 23 | 41 | 72 | 67 |
| Binary | 11001111 | 10010010 | 1001000 | 0 | 11101 | 1000001 | 10011 | 100001 | 111010 | 110111 |
Color Harmonies of #CF9248
Complementary color
Monochromatic Colors of #CF9248
Black with #CF9248
Text Example
Text Example
White with #CF9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9248; }
p { color: rgb(207,146,72); }
H1.HeaderClassName
{
color: #CF9248;
}
.AnyTagClassName
{
color: #CF9248;
}
</style>
background-color css
<style>
a { background-color: #CF9248; }
a { background-color: rgb(207,146,72); }
div.DivClassName
{
background-color: #CF9248;
}
.BgClassName
{
background-color: #CF9248;
}
</style>
border-color css
<style>
span { border-color: #CF9248; }
span { border-color: rgb(207,146,72); }
td.TdClassName
{
border-color: #CF9248;
}
.TagClassName
{
border-color: #CF9248;
}
</style>