Shades of Anzac #CF9D45
Tints of Anzac #CF9D45
RGB
CMYK
RGB Variations
Color information
#CF9D45 (or 0xCF9D45) is known color: Anzac. HEX triplet: CF, 9D and 45. RGB value is (207,157,69). Sum of RGB (Red+Green+Blue) = 207+157+69=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D45 is #3062BA. Grayscale: #A2A2A2. Windows color (decimal): -3171003 or 4562383. OLE color: 4562383.
HSL color Cylindrical-coordinate representation of color #CF9D45: hue angle of 38.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF9D45 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 69 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.19 |
| HSL | 38.26º | 0.59% | 0.54% | - |
| HSV(B) | 38.26º | 0.67% | 0.81% | - |
| XYZ | 38.86 | 37.81 | 10.88 | - |
| YUV | 161.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 69 | 0 | 0.24 | 0.67 | 0.19 | 38.26 | 0.59 | 0.54 |
| Hex | CF | 9D | 45 | 0 | 18 | 43 | 13 | 26 | 3B | 36 |
| Octal | 317 | 235 | 105 | 0 | 30 | 103 | 23 | 46 | 73 | 66 |
| Binary | 11001111 | 10011101 | 1000101 | 0 | 11000 | 1000011 | 10011 | 100110 | 111011 | 110110 |
Color Harmonies of #CF9D45
Complementary color
Monochromatic Colors of #CF9D45
Black with #CF9D45
Text Example
Text Example
White with #CF9D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D45; }
p { color: rgb(207,157,69); }
H1.HeaderClassName
{
color: #CF9D45;
}
.AnyTagClassName
{
color: #CF9D45;
}
</style>
background-color css
<style>
a { background-color: #CF9D45; }
a { background-color: rgb(207,157,69); }
div.DivClassName
{
background-color: #CF9D45;
}
.BgClassName
{
background-color: #CF9D45;
}
</style>
border-color css
<style>
span { border-color: #CF9D45; }
span { border-color: rgb(207,157,69); }
td.TdClassName
{
border-color: #CF9D45;
}
.TagClassName
{
border-color: #CF9D45;
}
</style>