Shades of Anzac #CE983D
Tints of Anzac #CE983D
RGB
CMYK
RGB Variations
Color information
#CE983D (or 0xCE983D) is known color: Anzac. HEX triplet: CE, 98 and 3D. RGB value is (206,152,61). Sum of RGB (Red+Green+Blue) = 206+152+61=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE983D is #3167C2. Grayscale: #9E9E9E. Windows color (decimal): -3237827 or 4036814. OLE color: 4036814.
HSL color Cylindrical-coordinate representation of color #CE983D: hue angle of 37.66º 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 #CE983D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 61 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.19 |
| HSL | 37.66º | 0.6% | 0.52% | - |
| HSV(B) | 37.66º | 0.7% | 0.81% | - |
| XYZ | 37.52 | 35.92 | 9.37 | - |
| YUV | 157.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 61 | 0 | 0.26 | 0.70 | 0.19 | 37.66 | 0.6 | 0.52 |
| Hex | CE | 98 | 3D | 0 | 1A | 46 | 13 | 26 | 3C | 34 |
| Octal | 316 | 230 | 75 | 0 | 32 | 106 | 23 | 46 | 74 | 64 |
| Binary | 11001110 | 10011000 | 111101 | 0 | 11010 | 1000110 | 10011 | 100110 | 111100 | 110100 |
Color Harmonies of #CE983D
Complementary color
Monochromatic Colors of #CE983D
Black with #CE983D
Text Example
Text Example
White with #CE983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE983D; }
p { color: rgb(206,152,61); }
H1.HeaderClassName
{
color: #CE983D;
}
.AnyTagClassName
{
color: #CE983D;
}
</style>
background-color css
<style>
a { background-color: #CE983D; }
a { background-color: rgb(206,152,61); }
div.DivClassName
{
background-color: #CE983D;
}
.BgClassName
{
background-color: #CE983D;
}
</style>
border-color css
<style>
span { border-color: #CE983D; }
span { border-color: rgb(206,152,61); }
td.TdClassName
{
border-color: #CE983D;
}
.TagClassName
{
border-color: #CE983D;
}
</style>