Shades of Anzac #CF9C43
Tints of Anzac #CF9C43
RGB
CMYK
RGB Variations
Color information
#CF9C43 (or 0xCF9C43) is known color: Anzac. HEX triplet: CF, 9C and 43. RGB value is (207,156,67). Sum of RGB (Red+Green+Blue) = 207+156+67=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C43 is #3063BC. Grayscale: #A1A1A1. Windows color (decimal): -3171261 or 4431055. OLE color: 4431055.
HSL color Cylindrical-coordinate representation of color #CF9C43: hue angle of 38.14º 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 #CF9C43 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 67 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.19 |
| HSL | 38.14º | 0.59% | 0.54% | - |
| HSV(B) | 38.14º | 0.68% | 0.81% | - |
| XYZ | 38.63 | 37.45 | 10.5 | - |
| YUV | 161.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 67 | 0 | 0.25 | 0.68 | 0.19 | 38.14 | 0.59 | 0.54 |
| Hex | CF | 9C | 43 | 0 | 19 | 44 | 13 | 26 | 3B | 36 |
| Octal | 317 | 234 | 103 | 0 | 31 | 104 | 23 | 46 | 73 | 66 |
| Binary | 11001111 | 10011100 | 1000011 | 0 | 11001 | 1000100 | 10011 | 100110 | 111011 | 110110 |
Color Harmonies of #CF9C43
Complementary color
Monochromatic Colors of #CF9C43
Black with #CF9C43
Text Example
Text Example
White with #CF9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C43; }
p { color: rgb(207,156,67); }
H1.HeaderClassName
{
color: #CF9C43;
}
.AnyTagClassName
{
color: #CF9C43;
}
</style>
background-color css
<style>
a { background-color: #CF9C43; }
a { background-color: rgb(207,156,67); }
div.DivClassName
{
background-color: #CF9C43;
}
.BgClassName
{
background-color: #CF9C43;
}
</style>
border-color css
<style>
span { border-color: #CF9C43; }
span { border-color: rgb(207,156,67); }
td.TdClassName
{
border-color: #CF9C43;
}
.TagClassName
{
border-color: #CF9C43;
}
</style>