Shades of Anzac #CE8D3E
Tints of Anzac #CE8D3E
RGB
CMYK
RGB Variations
Color information
#CE8D3E (or 0xCE8D3E) is known color: Anzac. HEX triplet: CE, 8D and 3E. RGB value is (206,141,62). Sum of RGB (Red+Green+Blue) = 206+141+62=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D3E is #3172C1. Grayscale: #979797. Windows color (decimal): -3240642 or 4099534. OLE color: 4099534.
HSL color Cylindrical-coordinate representation of color #CE8D3E: hue angle of 32.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 #CE8D3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 62 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.19 |
| HSL | 32.92º | 0.6% | 0.53% | - |
| HSV(B) | 32.92º | 0.7% | 0.81% | - |
| XYZ | 35.85 | 32.52 | 8.94 | - |
| YUV | 151.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 62 | 0 | 0.32 | 0.70 | 0.19 | 32.92 | 0.6 | 0.53 |
| Hex | CE | 8D | 3E | 0 | 20 | 46 | 13 | 21 | 3C | 35 |
| Octal | 316 | 215 | 76 | 0 | 40 | 106 | 23 | 41 | 74 | 65 |
| Binary | 11001110 | 10001101 | 111110 | 0 | 100000 | 1000110 | 10011 | 100001 | 111100 | 110101 |
Color Harmonies of #CE8D3E
Complementary color
Monochromatic Colors of #CE8D3E
Black with #CE8D3E
Text Example
Text Example
White with #CE8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D3E; }
p { color: rgb(206,141,62); }
H1.HeaderClassName
{
color: #CE8D3E;
}
.AnyTagClassName
{
color: #CE8D3E;
}
</style>
background-color css
<style>
a { background-color: #CE8D3E; }
a { background-color: rgb(206,141,62); }
div.DivClassName
{
background-color: #CE8D3E;
}
.BgClassName
{
background-color: #CE8D3E;
}
</style>
border-color css
<style>
span { border-color: #CE8D3E; }
span { border-color: rgb(206,141,62); }
td.TdClassName
{
border-color: #CE8D3E;
}
.TagClassName
{
border-color: #CE8D3E;
}
</style>