Shades of Anzac #CE913E
Tints of Anzac #CE913E
RGB
CMYK
RGB Variations
Color information
#CE913E (or 0xCE913E) is known color: Anzac. HEX triplet: CE, 91 and 3E. RGB value is (206,145,62). Sum of RGB (Red+Green+Blue) = 206+145+62=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE913E is #316EC1. Grayscale: #9A9A9A. Windows color (decimal): -3239618 or 4100558. OLE color: 4100558.
HSL color Cylindrical-coordinate representation of color #CE913E: hue angle of 34.58º 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 #CE913E is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 62 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.19 |
| HSL | 34.58º | 0.6% | 0.53% | - |
| HSV(B) | 34.58º | 0.7% | 0.81% | - |
| XYZ | 36.45 | 33.72 | 9.15 | - |
| YUV | 153.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 62 | 0 | 0.30 | 0.70 | 0.19 | 34.58 | 0.6 | 0.53 |
| Hex | CE | 91 | 3E | 0 | 1E | 46 | 13 | 23 | 3C | 35 |
| Octal | 316 | 221 | 76 | 0 | 36 | 106 | 23 | 43 | 74 | 65 |
| Binary | 11001110 | 10010001 | 111110 | 0 | 11110 | 1000110 | 10011 | 100011 | 111100 | 110101 |
Color Harmonies of #CE913E
Complementary color
Monochromatic Colors of #CE913E
Black with #CE913E
Text Example
Text Example
White with #CE913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE913E; }
p { color: rgb(206,145,62); }
H1.HeaderClassName
{
color: #CE913E;
}
.AnyTagClassName
{
color: #CE913E;
}
</style>
background-color css
<style>
a { background-color: #CE913E; }
a { background-color: rgb(206,145,62); }
div.DivClassName
{
background-color: #CE913E;
}
.BgClassName
{
background-color: #CE913E;
}
</style>
border-color css
<style>
span { border-color: #CE913E; }
span { border-color: rgb(206,145,62); }
td.TdClassName
{
border-color: #CE913E;
}
.TagClassName
{
border-color: #CE913E;
}
</style>