Shades of Anzac #CF914A
Tints of Anzac #CF914A
RGB
CMYK
RGB Variations
Color information
#CF914A (or 0xCF914A) is known color: Anzac. HEX triplet: CF, 91 and 4A. RGB value is (207,145,74). Sum of RGB (Red+Green+Blue) = 207+145+74=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF914A is #306EB5. Grayscale: #9B9B9B. Windows color (decimal): -3174070 or 4886991. OLE color: 4886991.
HSL color Cylindrical-coordinate representation of color #CF914A: hue angle of 32.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF914A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 74 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.19 |
| HSL | 32.03º | 0.58% | 0.55% | - |
| HSV(B) | 32.03º | 0.64% | 0.81% | - |
| XYZ | 37.09 | 34.01 | 11.09 | - |
| YUV | 155.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 74 | 0 | 0.30 | 0.64 | 0.19 | 32.03 | 0.58 | 0.55 |
| Hex | CF | 91 | 4A | 0 | 1E | 40 | 13 | 20 | 3A | 37 |
| Octal | 317 | 221 | 112 | 0 | 36 | 100 | 23 | 40 | 72 | 67 |
| Binary | 11001111 | 10010001 | 1001010 | 0 | 11110 | 1000000 | 10011 | 100000 | 111010 | 110111 |
Color Harmonies of #CF914A
Complementary color
Monochromatic Colors of #CF914A
Black with #CF914A
Text Example
Text Example
White with #CF914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF914A; }
p { color: rgb(207,145,74); }
H1.HeaderClassName
{
color: #CF914A;
}
.AnyTagClassName
{
color: #CF914A;
}
</style>
background-color css
<style>
a { background-color: #CF914A; }
a { background-color: rgb(207,145,74); }
div.DivClassName
{
background-color: #CF914A;
}
.BgClassName
{
background-color: #CF914A;
}
</style>
border-color css
<style>
span { border-color: #CF914A; }
span { border-color: rgb(207,145,74); }
td.TdClassName
{
border-color: #CF914A;
}
.TagClassName
{
border-color: #CF914A;
}
</style>