Shades of Anzac #CF914C
Tints of Anzac #CF914C
RGB
CMYK
RGB Variations
Color information
#CF914C (or 0xCF914C) is known color: Anzac. HEX triplet: CF, 91 and 4C. RGB value is (207,145,76). Sum of RGB (Red+Green+Blue) = 207+145+76=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF914C is #306EB3. Grayscale: #9C9C9C. Windows color (decimal): -3174068 or 5018063. OLE color: 5018063.
HSL color Cylindrical-coordinate representation of color #CF914C: hue angle of 31.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF914C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 76 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.19 |
| HSL | 31.6º | 0.58% | 0.55% | - |
| HSV(B) | 31.6º | 0.63% | 0.81% | - |
| XYZ | 37.16 | 34.04 | 11.45 | - |
| YUV | 155.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 76 | 0 | 0.30 | 0.63 | 0.19 | 31.6 | 0.58 | 0.55 |
| Hex | CF | 91 | 4C | 0 | 1E | 3F | 13 | 20 | 3A | 37 |
| Octal | 317 | 221 | 114 | 0 | 36 | 77 | 23 | 40 | 72 | 67 |
| Binary | 11001111 | 10010001 | 1001100 | 0 | 11110 | 111111 | 10011 | 100000 | 111010 | 110111 |
Color Harmonies of #CF914C
Complementary color
Monochromatic Colors of #CF914C
Black with #CF914C
Text Example
Text Example
White with #CF914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF914C; }
p { color: rgb(207,145,76); }
H1.HeaderClassName
{
color: #CF914C;
}
.AnyTagClassName
{
color: #CF914C;
}
</style>
background-color css
<style>
a { background-color: #CF914C; }
a { background-color: rgb(207,145,76); }
div.DivClassName
{
background-color: #CF914C;
}
.BgClassName
{
background-color: #CF914C;
}
</style>
border-color css
<style>
span { border-color: #CF914C; }
span { border-color: rgb(207,145,76); }
td.TdClassName
{
border-color: #CF914C;
}
.TagClassName
{
border-color: #CF914C;
}
</style>