Shades of Anzac #CF9140
Tints of Anzac #CF9140
RGB
CMYK
RGB Variations
Color information
#CF9140 (or 0xCF9140) is known color: Anzac. HEX triplet: CF, 91 and 40. RGB value is (207,145,64). Sum of RGB (Red+Green+Blue) = 207+145+64=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9140 is #306EBF. Grayscale: #9A9A9A. Windows color (decimal): -3174080 or 4231631. OLE color: 4231631.
HSL color Cylindrical-coordinate representation of color #CF9140: hue angle of 33.99º 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 #CF9140 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 64 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.19 |
| HSL | 33.99º | 0.6% | 0.53% | - |
| HSV(B) | 33.99º | 0.69% | 0.81% | - |
| XYZ | 36.78 | 33.89 | 9.45 | - |
| YUV | 154.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 64 | 0 | 0.30 | 0.69 | 0.19 | 33.99 | 0.6 | 0.53 |
| Hex | CF | 91 | 40 | 0 | 1E | 45 | 13 | 22 | 3C | 35 |
| Octal | 317 | 221 | 100 | 0 | 36 | 105 | 23 | 42 | 74 | 65 |
| Binary | 11001111 | 10010001 | 1000000 | 0 | 11110 | 1000101 | 10011 | 100010 | 111100 | 110101 |
Color Harmonies of #CF9140
Complementary color
Monochromatic Colors of #CF9140
Black with #CF9140
Text Example
Text Example
White with #CF9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9140; }
p { color: rgb(207,145,64); }
H1.HeaderClassName
{
color: #CF9140;
}
.AnyTagClassName
{
color: #CF9140;
}
</style>
background-color css
<style>
a { background-color: #CF9140; }
a { background-color: rgb(207,145,64); }
div.DivClassName
{
background-color: #CF9140;
}
.BgClassName
{
background-color: #CF9140;
}
</style>
border-color css
<style>
span { border-color: #CF9140; }
span { border-color: rgb(207,145,64); }
td.TdClassName
{
border-color: #CF9140;
}
.TagClassName
{
border-color: #CF9140;
}
</style>