Shades of Anzac #CE943D
Tints of Anzac #CE943D
RGB
CMYK
RGB Variations
Color information
#CE943D (or 0xCE943D) is known color: Anzac. HEX triplet: CE, 94 and 3D. RGB value is (206,148,61). Sum of RGB (Red+Green+Blue) = 206+148+61=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE943D is #316BC2. Grayscale: #9B9B9B. Windows color (decimal): -3238851 or 4035790. OLE color: 4035790.
HSL color Cylindrical-coordinate representation of color #CE943D: hue angle of 36º 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 #CE943D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 61 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.19 |
| HSL | 36º | 0.6% | 0.52% | - |
| HSV(B) | 36º | 0.7% | 0.81% | - |
| XYZ | 36.89 | 34.64 | 9.16 | - |
| YUV | 155.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 61 | 0 | 0.28 | 0.70 | 0.19 | 36 | 0.6 | 0.52 |
| Hex | CE | 94 | 3D | 0 | 1C | 46 | 13 | 24 | 3C | 34 |
| Octal | 316 | 224 | 75 | 0 | 34 | 106 | 23 | 44 | 74 | 64 |
| Binary | 11001110 | 10010100 | 111101 | 0 | 11100 | 1000110 | 10011 | 100100 | 111100 | 110100 |
Color Harmonies of #CE943D
Complementary color
Monochromatic Colors of #CE943D
Black with #CE943D
Text Example
Text Example
White with #CE943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE943D; }
p { color: rgb(206,148,61); }
H1.HeaderClassName
{
color: #CE943D;
}
.AnyTagClassName
{
color: #CE943D;
}
</style>
background-color css
<style>
a { background-color: #CE943D; }
a { background-color: rgb(206,148,61); }
div.DivClassName
{
background-color: #CE943D;
}
.BgClassName
{
background-color: #CE943D;
}
</style>
border-color css
<style>
span { border-color: #CE943D; }
span { border-color: rgb(206,148,61); }
td.TdClassName
{
border-color: #CE943D;
}
.TagClassName
{
border-color: #CE943D;
}
</style>