Shades of Anzac #CF9C46
Tints of Anzac #CF9C46
RGB
CMYK
RGB Variations
Color information
#CF9C46 (or 0xCF9C46) is known color: Anzac. HEX triplet: CF, 9C and 46. RGB value is (207,156,70). Sum of RGB (Red+Green+Blue) = 207+156+70=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C46 is #3063B9. Grayscale: #A1A1A1. Windows color (decimal): -3171258 or 4627663. OLE color: 4627663.
HSL color Cylindrical-coordinate representation of color #CF9C46: hue angle of 37.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF9C46 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 70 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.19 |
| HSL | 37.66º | 0.59% | 0.54% | - |
| HSV(B) | 37.66º | 0.66% | 0.81% | - |
| XYZ | 38.73 | 37.48 | 10.99 | - |
| YUV | 161.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 70 | 0 | 0.25 | 0.66 | 0.19 | 37.66 | 0.59 | 0.54 |
| Hex | CF | 9C | 46 | 0 | 19 | 42 | 13 | 26 | 3B | 36 |
| Octal | 317 | 234 | 106 | 0 | 31 | 102 | 23 | 46 | 73 | 66 |
| Binary | 11001111 | 10011100 | 1000110 | 0 | 11001 | 1000010 | 10011 | 100110 | 111011 | 110110 |
Color Harmonies of #CF9C46
Complementary color
Monochromatic Colors of #CF9C46
Black with #CF9C46
Text Example
Text Example
White with #CF9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C46; }
p { color: rgb(207,156,70); }
H1.HeaderClassName
{
color: #CF9C46;
}
.AnyTagClassName
{
color: #CF9C46;
}
</style>
background-color css
<style>
a { background-color: #CF9C46; }
a { background-color: rgb(207,156,70); }
div.DivClassName
{
background-color: #CF9C46;
}
.BgClassName
{
background-color: #CF9C46;
}
</style>
border-color css
<style>
span { border-color: #CF9C46; }
span { border-color: rgb(207,156,70); }
td.TdClassName
{
border-color: #CF9C46;
}
.TagClassName
{
border-color: #CF9C46;
}
</style>