Shades of Anzac #CF9D42
Tints of Anzac #CF9D42
RGB
CMYK
RGB Variations
Color information
#CF9D42 (or 0xCF9D42) is known color: Anzac. HEX triplet: CF, 9D and 42. RGB value is (207,157,66). Sum of RGB (Red+Green+Blue) = 207+157+66=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D42 is #3062BD. Grayscale: #A1A1A1. Windows color (decimal): -3171006 or 4365775. OLE color: 4365775.
HSL color Cylindrical-coordinate representation of color #CF9D42: hue angle of 38.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF9D42 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 66 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.19 |
| HSL | 38.72º | 0.59% | 0.54% | - |
| HSV(B) | 38.72º | 0.68% | 0.81% | - |
| XYZ | 38.77 | 37.77 | 10.4 | - |
| YUV | 161.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 66 | 0 | 0.24 | 0.68 | 0.19 | 38.72 | 0.59 | 0.54 |
| Hex | CF | 9D | 42 | 0 | 18 | 44 | 13 | 27 | 3B | 36 |
| Octal | 317 | 235 | 102 | 0 | 30 | 104 | 23 | 47 | 73 | 66 |
| Binary | 11001111 | 10011101 | 1000010 | 0 | 11000 | 1000100 | 10011 | 100111 | 111011 | 110110 |
Color Harmonies of #CF9D42
Complementary color
Monochromatic Colors of #CF9D42
Black with #CF9D42
Text Example
Text Example
White with #CF9D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D42; }
p { color: rgb(207,157,66); }
H1.HeaderClassName
{
color: #CF9D42;
}
.AnyTagClassName
{
color: #CF9D42;
}
</style>
background-color css
<style>
a { background-color: #CF9D42; }
a { background-color: rgb(207,157,66); }
div.DivClassName
{
background-color: #CF9D42;
}
.BgClassName
{
background-color: #CF9D42;
}
</style>
border-color css
<style>
span { border-color: #CF9D42; }
span { border-color: rgb(207,157,66); }
td.TdClassName
{
border-color: #CF9D42;
}
.TagClassName
{
border-color: #CF9D42;
}
</style>