Shades of Anzac #CE8F3E
Tints of Anzac #CE8F3E
RGB
CMYK
RGB Variations
Color information
#CE8F3E (or 0xCE8F3E) is known color: Anzac. HEX triplet: CE, 8F and 3E. RGB value is (206,143,62). Sum of RGB (Red+Green+Blue) = 206+143+62=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3E is #3170C1. Grayscale: #989898. Windows color (decimal): -3240130 or 4100046. OLE color: 4100046.
HSL color Cylindrical-coordinate representation of color #CE8F3E: hue angle of 33.75º 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 #CE8F3E is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 62 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.19 |
| HSL | 33.75º | 0.6% | 0.53% | - |
| HSV(B) | 33.75º | 0.7% | 0.81% | - |
| XYZ | 36.15 | 33.11 | 9.04 | - |
| YUV | 152.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 62 | 0 | 0.31 | 0.70 | 0.19 | 33.75 | 0.6 | 0.53 |
| Hex | CE | 8F | 3E | 0 | 1F | 46 | 13 | 22 | 3C | 35 |
| Octal | 316 | 217 | 76 | 0 | 37 | 106 | 23 | 42 | 74 | 65 |
| Binary | 11001110 | 10001111 | 111110 | 0 | 11111 | 1000110 | 10011 | 100010 | 111100 | 110101 |
Color Harmonies of #CE8F3E
Complementary color
Monochromatic Colors of #CE8F3E
Black with #CE8F3E
Text Example
Text Example
White with #CE8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F3E; }
p { color: rgb(206,143,62); }
H1.HeaderClassName
{
color: #CE8F3E;
}
.AnyTagClassName
{
color: #CE8F3E;
}
</style>
background-color css
<style>
a { background-color: #CE8F3E; }
a { background-color: rgb(206,143,62); }
div.DivClassName
{
background-color: #CE8F3E;
}
.BgClassName
{
background-color: #CE8F3E;
}
</style>
border-color css
<style>
span { border-color: #CE8F3E; }
span { border-color: rgb(206,143,62); }
td.TdClassName
{
border-color: #CE8F3E;
}
.TagClassName
{
border-color: #CE8F3E;
}
</style>