Shades of Anzac #CF973F
Tints of Anzac #CF973F
RGB
CMYK
RGB Variations
Color information
#CF973F (or 0xCF973F) is known color: Anzac. HEX triplet: CF, 97 and 3F. RGB value is (207,151,63). Sum of RGB (Red+Green+Blue) = 207+151+63=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF973F is #3068C0. Grayscale: #9E9E9E. Windows color (decimal): -3172545 or 4167631. OLE color: 4167631.
HSL color Cylindrical-coordinate representation of color #CF973F: hue angle of 36.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF973F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 63 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.19 |
| HSL | 36.67º | 0.6% | 0.53% | - |
| HSV(B) | 36.67º | 0.7% | 0.81% | - |
| XYZ | 37.7 | 35.76 | 9.62 | - |
| YUV | 157.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 63 | 0 | 0.27 | 0.70 | 0.19 | 36.67 | 0.6 | 0.53 |
| Hex | CF | 97 | 3F | 0 | 1B | 46 | 13 | 25 | 3C | 35 |
| Octal | 317 | 227 | 77 | 0 | 33 | 106 | 23 | 45 | 74 | 65 |
| Binary | 11001111 | 10010111 | 111111 | 0 | 11011 | 1000110 | 10011 | 100101 | 111100 | 110101 |
Color Harmonies of #CF973F
Complementary color
Monochromatic Colors of #CF973F
Black with #CF973F
Text Example
Text Example
White with #CF973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF973F; }
p { color: rgb(207,151,63); }
H1.HeaderClassName
{
color: #CF973F;
}
.AnyTagClassName
{
color: #CF973F;
}
</style>
background-color css
<style>
a { background-color: #CF973F; }
a { background-color: rgb(207,151,63); }
div.DivClassName
{
background-color: #CF973F;
}
.BgClassName
{
background-color: #CF973F;
}
</style>
border-color css
<style>
span { border-color: #CF973F; }
span { border-color: rgb(207,151,63); }
td.TdClassName
{
border-color: #CF973F;
}
.TagClassName
{
border-color: #CF973F;
}
</style>