Shades of Anzac #CE993E
Tints of Anzac #CE993E
RGB
CMYK
RGB Variations
Color information
#CE993E (or 0xCE993E) is known color: Anzac. HEX triplet: CE, 99 and 3E. RGB value is (206,153,62). Sum of RGB (Red+Green+Blue) = 206+153+62=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE993E is #3166C1. Grayscale: #9E9E9E. Windows color (decimal): -3237570 or 4102606. OLE color: 4102606.
HSL color Cylindrical-coordinate representation of color #CE993E: hue angle of 37.92º 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 #CE993E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 62 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.19 |
| HSL | 37.92º | 0.6% | 0.53% | - |
| HSV(B) | 37.92º | 0.7% | 0.81% | - |
| XYZ | 37.71 | 36.25 | 9.57 | - |
| YUV | 158.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 62 | 0 | 0.26 | 0.70 | 0.19 | 37.92 | 0.6 | 0.53 |
| Hex | CE | 99 | 3E | 0 | 1A | 46 | 13 | 26 | 3C | 35 |
| Octal | 316 | 231 | 76 | 0 | 32 | 106 | 23 | 46 | 74 | 65 |
| Binary | 11001110 | 10011001 | 111110 | 0 | 11010 | 1000110 | 10011 | 100110 | 111100 | 110101 |
Color Harmonies of #CE993E
Complementary color
Monochromatic Colors of #CE993E
Black with #CE993E
Text Example
Text Example
White with #CE993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE993E; }
p { color: rgb(206,153,62); }
H1.HeaderClassName
{
color: #CE993E;
}
.AnyTagClassName
{
color: #CE993E;
}
</style>
background-color css
<style>
a { background-color: #CE993E; }
a { background-color: rgb(206,153,62); }
div.DivClassName
{
background-color: #CE993E;
}
.BgClassName
{
background-color: #CE993E;
}
</style>
border-color css
<style>
span { border-color: #CE993E; }
span { border-color: rgb(206,153,62); }
td.TdClassName
{
border-color: #CE993E;
}
.TagClassName
{
border-color: #CE993E;
}
</style>