Shades of Anzac #CF9B47
Tints of Anzac #CF9B47
RGB
CMYK
RGB Variations
Color information
#CF9B47 (or 0xCF9B47) is known color: Anzac. HEX triplet: CF, 9B and 47. RGB value is (207,155,71). Sum of RGB (Red+Green+Blue) = 207+155+71=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B47 is #3064B8. Grayscale: #A1A1A1. Windows color (decimal): -3171513 or 4692943. OLE color: 4692943.
HSL color Cylindrical-coordinate representation of color #CF9B47: hue angle of 37.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF9B47 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 71 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.19 |
| HSL | 37.06º | 0.59% | 0.55% | - |
| HSV(B) | 37.06º | 0.66% | 0.81% | - |
| XYZ | 38.59 | 37.16 | 11.1 | - |
| YUV | 160.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 71 | 0 | 0.25 | 0.66 | 0.19 | 37.06 | 0.59 | 0.55 |
| Hex | CF | 9B | 47 | 0 | 19 | 42 | 13 | 25 | 3B | 37 |
| Octal | 317 | 233 | 107 | 0 | 31 | 102 | 23 | 45 | 73 | 67 |
| Binary | 11001111 | 10011011 | 1000111 | 0 | 11001 | 1000010 | 10011 | 100101 | 111011 | 110111 |
Color Harmonies of #CF9B47
Complementary color
Monochromatic Colors of #CF9B47
Black with #CF9B47
Text Example
Text Example
White with #CF9B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B47; }
p { color: rgb(207,155,71); }
H1.HeaderClassName
{
color: #CF9B47;
}
.AnyTagClassName
{
color: #CF9B47;
}
</style>
background-color css
<style>
a { background-color: #CF9B47; }
a { background-color: rgb(207,155,71); }
div.DivClassName
{
background-color: #CF9B47;
}
.BgClassName
{
background-color: #CF9B47;
}
</style>
border-color css
<style>
span { border-color: #CF9B47; }
span { border-color: rgb(207,155,71); }
td.TdClassName
{
border-color: #CF9B47;
}
.TagClassName
{
border-color: #CF9B47;
}
</style>