Shades of Anzac #CF983E
Tints of Anzac #CF983E
RGB
CMYK
RGB Variations
Color information
#CF983E (or 0xCF983E) is known color: Anzac. HEX triplet: CF, 98 and 3E. RGB value is (207,152,62). Sum of RGB (Red+Green+Blue) = 207+152+62=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF983E is #3067C1. Grayscale: #9E9E9E. Windows color (decimal): -3172290 or 4102351. OLE color: 4102351.
HSL color Cylindrical-coordinate representation of color #CF983E: hue angle of 37.24º 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 #CF983E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 62 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.19 |
| HSL | 37.24º | 0.6% | 0.53% | - |
| HSV(B) | 37.24º | 0.7% | 0.81% | - |
| XYZ | 37.83 | 36.07 | 9.53 | - |
| YUV | 158.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 62 | 0 | 0.27 | 0.70 | 0.19 | 37.24 | 0.6 | 0.53 |
| Hex | CF | 98 | 3E | 0 | 1B | 46 | 13 | 25 | 3C | 35 |
| Octal | 317 | 230 | 76 | 0 | 33 | 106 | 23 | 45 | 74 | 65 |
| Binary | 11001111 | 10011000 | 111110 | 0 | 11011 | 1000110 | 10011 | 100101 | 111100 | 110101 |
Color Harmonies of #CF983E
Complementary color
Monochromatic Colors of #CF983E
Black with #CF983E
Text Example
Text Example
White with #CF983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF983E; }
p { color: rgb(207,152,62); }
H1.HeaderClassName
{
color: #CF983E;
}
.AnyTagClassName
{
color: #CF983E;
}
</style>
background-color css
<style>
a { background-color: #CF983E; }
a { background-color: rgb(207,152,62); }
div.DivClassName
{
background-color: #CF983E;
}
.BgClassName
{
background-color: #CF983E;
}
</style>
border-color css
<style>
span { border-color: #CF983E; }
span { border-color: rgb(207,152,62); }
td.TdClassName
{
border-color: #CF983E;
}
.TagClassName
{
border-color: #CF983E;
}
</style>