Shades of Anzac #CF9E43
Tints of Anzac #CF9E43
RGB
CMYK
RGB Variations
Color information
#CF9E43 (or 0xCF9E43) is known color: Anzac. HEX triplet: CF, 9E and 43. RGB value is (207,158,67). Sum of RGB (Red+Green+Blue) = 207+158+67=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E43 is #3061BC. Grayscale: #A2A2A2. Windows color (decimal): -3170749 or 4431567. OLE color: 4431567.
HSL color Cylindrical-coordinate representation of color #CF9E43: hue angle of 39º 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 #CF9E43 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 67 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.19 |
| HSL | 39º | 0.59% | 0.54% | - |
| HSV(B) | 39º | 0.68% | 0.81% | - |
| XYZ | 38.97 | 38.12 | 10.61 | - |
| YUV | 162.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 67 | 0 | 0.24 | 0.68 | 0.19 | 39 | 0.59 | 0.54 |
| Hex | CF | 9E | 43 | 0 | 18 | 44 | 13 | 27 | 3B | 36 |
| Octal | 317 | 236 | 103 | 0 | 30 | 104 | 23 | 47 | 73 | 66 |
| Binary | 11001111 | 10011110 | 1000011 | 0 | 11000 | 1000100 | 10011 | 100111 | 111011 | 110110 |
Color Harmonies of #CF9E43
Complementary color
Monochromatic Colors of #CF9E43
Black with #CF9E43
Text Example
Text Example
White with #CF9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E43; }
p { color: rgb(207,158,67); }
H1.HeaderClassName
{
color: #CF9E43;
}
.AnyTagClassName
{
color: #CF9E43;
}
</style>
background-color css
<style>
a { background-color: #CF9E43; }
a { background-color: rgb(207,158,67); }
div.DivClassName
{
background-color: #CF9E43;
}
.BgClassName
{
background-color: #CF9E43;
}
</style>
border-color css
<style>
span { border-color: #CF9E43; }
span { border-color: rgb(207,158,67); }
td.TdClassName
{
border-color: #CF9E43;
}
.TagClassName
{
border-color: #CF9E43;
}
</style>