Shades of Anzac #CE8F3D
Tints of Anzac #CE8F3D
RGB
CMYK
RGB Variations
Color information
#CE8F3D (or 0xCE8F3D) is known color: Anzac. HEX triplet: CE, 8F and 3D. RGB value is (206,143,61). Sum of RGB (Red+Green+Blue) = 206+143+61=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3D is #3170C2. Grayscale: #989898. Windows color (decimal): -3240131 or 4034510. OLE color: 4034510.
HSL color Cylindrical-coordinate representation of color #CE8F3D: hue angle of 33.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE8F3D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 61 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.19 |
| HSL | 33.93º | 0.6% | 0.52% | - |
| HSV(B) | 33.93º | 0.7% | 0.81% | - |
| XYZ | 36.12 | 33.1 | 8.9 | - |
| YUV | 152.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 61 | 0 | 0.31 | 0.70 | 0.19 | 33.93 | 0.6 | 0.52 |
| Hex | CE | 8F | 3D | 0 | 1F | 46 | 13 | 22 | 3C | 34 |
| Octal | 316 | 217 | 75 | 0 | 37 | 106 | 23 | 42 | 74 | 64 |
| Binary | 11001110 | 10001111 | 111101 | 0 | 11111 | 1000110 | 10011 | 100010 | 111100 | 110100 |
Color Harmonies of #CE8F3D
Complementary color
Monochromatic Colors of #CE8F3D
Black with #CE8F3D
Text Example
Text Example
White with #CE8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F3D; }
p { color: rgb(206,143,61); }
H1.HeaderClassName
{
color: #CE8F3D;
}
.AnyTagClassName
{
color: #CE8F3D;
}
</style>
background-color css
<style>
a { background-color: #CE8F3D; }
a { background-color: rgb(206,143,61); }
div.DivClassName
{
background-color: #CE8F3D;
}
.BgClassName
{
background-color: #CE8F3D;
}
</style>
border-color css
<style>
span { border-color: #CE8F3D; }
span { border-color: rgb(206,143,61); }
td.TdClassName
{
border-color: #CE8F3D;
}
.TagClassName
{
border-color: #CE8F3D;
}
</style>