Shades of Anzac #CF9C40
Tints of Anzac #CF9C40
RGB
CMYK
RGB Variations
Color information
#CF9C40 (or 0xCF9C40) is known color: Anzac. HEX triplet: CF, 9C and 40. RGB value is (207,156,64). Sum of RGB (Red+Green+Blue) = 207+156+64=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C40 is #3063BF. Grayscale: #A1A1A1. Windows color (decimal): -3171264 or 4234447. OLE color: 4234447.
HSL color Cylindrical-coordinate representation of color #CF9C40: hue angle of 38.6º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF9C40 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 64 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.19 |
| HSL | 38.6º | 0.6% | 0.53% | - |
| HSV(B) | 38.6º | 0.69% | 0.81% | - |
| XYZ | 38.55 | 37.41 | 10.04 | - |
| YUV | 160.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 64 | 0 | 0.25 | 0.69 | 0.19 | 38.6 | 0.6 | 0.53 |
| Hex | CF | 9C | 40 | 0 | 19 | 45 | 13 | 27 | 3C | 35 |
| Octal | 317 | 234 | 100 | 0 | 31 | 105 | 23 | 47 | 74 | 65 |
| Binary | 11001111 | 10011100 | 1000000 | 0 | 11001 | 1000101 | 10011 | 100111 | 111100 | 110101 |
Color Harmonies of #CF9C40
Complementary color
Monochromatic Colors of #CF9C40
Black with #CF9C40
Text Example
Text Example
White with #CF9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C40; }
p { color: rgb(207,156,64); }
H1.HeaderClassName
{
color: #CF9C40;
}
.AnyTagClassName
{
color: #CF9C40;
}
</style>
background-color css
<style>
a { background-color: #CF9C40; }
a { background-color: rgb(207,156,64); }
div.DivClassName
{
background-color: #CF9C40;
}
.BgClassName
{
background-color: #CF9C40;
}
</style>
border-color css
<style>
span { border-color: #CF9C40; }
span { border-color: rgb(207,156,64); }
td.TdClassName
{
border-color: #CF9C40;
}
.TagClassName
{
border-color: #CF9C40;
}
</style>