Shades of Anzac #CF993E
Tints of Anzac #CF993E
RGB
CMYK
RGB Variations
Color information
#CF993E (or 0xCF993E) is known color: Anzac. HEX triplet: CF, 99 and 3E. RGB value is (207,153,62). Sum of RGB (Red+Green+Blue) = 207+153+62=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993E is #3066C1. Grayscale: #9F9F9F. Windows color (decimal): -3172034 or 4102607. OLE color: 4102607.
HSL color Cylindrical-coordinate representation of color #CF993E: hue angle of 37.66º 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 #CF993E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 62 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.19 |
| HSL | 37.66º | 0.6% | 0.53% | - |
| HSV(B) | 37.66º | 0.7% | 0.81% | - |
| XYZ | 37.99 | 36.4 | 9.58 | - |
| YUV | 158.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 62 | 0 | 0.26 | 0.70 | 0.19 | 37.66 | 0.6 | 0.53 |
| Hex | CF | 99 | 3E | 0 | 1A | 46 | 13 | 26 | 3C | 35 |
| Octal | 317 | 231 | 76 | 0 | 32 | 106 | 23 | 46 | 74 | 65 |
| Binary | 11001111 | 10011001 | 111110 | 0 | 11010 | 1000110 | 10011 | 100110 | 111100 | 110101 |
Color Harmonies of #CF993E
Complementary color
Monochromatic Colors of #CF993E
Black with #CF993E
Text Example
Text Example
White with #CF993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF993E; }
p { color: rgb(207,153,62); }
H1.HeaderClassName
{
color: #CF993E;
}
.AnyTagClassName
{
color: #CF993E;
}
</style>
background-color css
<style>
a { background-color: #CF993E; }
a { background-color: rgb(207,153,62); }
div.DivClassName
{
background-color: #CF993E;
}
.BgClassName
{
background-color: #CF993E;
}
</style>
border-color css
<style>
span { border-color: #CF993E; }
span { border-color: rgb(207,153,62); }
td.TdClassName
{
border-color: #CF993E;
}
.TagClassName
{
border-color: #CF993E;
}
</style>