Shades of Anzac #CE923D
Tints of Anzac #CE923D
RGB
CMYK
RGB Variations
Color information
#CE923D (or 0xCE923D) is known color: Anzac. HEX triplet: CE, 92 and 3D. RGB value is (206,146,61). Sum of RGB (Red+Green+Blue) = 206+146+61=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE923D is #316DC2. Grayscale: #9A9A9A. Windows color (decimal): -3239363 or 4035278. OLE color: 4035278.
HSL color Cylindrical-coordinate representation of color #CE923D: hue angle of 35.17º 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 #CE923D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 61 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.19 |
| HSL | 35.17º | 0.6% | 0.52% | - |
| HSV(B) | 35.17º | 0.7% | 0.81% | - |
| XYZ | 36.57 | 34.02 | 9.05 | - |
| YUV | 154.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 61 | 0 | 0.29 | 0.70 | 0.19 | 35.17 | 0.6 | 0.52 |
| Hex | CE | 92 | 3D | 0 | 1D | 46 | 13 | 23 | 3C | 34 |
| Octal | 316 | 222 | 75 | 0 | 35 | 106 | 23 | 43 | 74 | 64 |
| Binary | 11001110 | 10010010 | 111101 | 0 | 11101 | 1000110 | 10011 | 100011 | 111100 | 110100 |
Color Harmonies of #CE923D
Complementary color
Monochromatic Colors of #CE923D
Black with #CE923D
Text Example
Text Example
White with #CE923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE923D; }
p { color: rgb(206,146,61); }
H1.HeaderClassName
{
color: #CE923D;
}
.AnyTagClassName
{
color: #CE923D;
}
</style>
background-color css
<style>
a { background-color: #CE923D; }
a { background-color: rgb(206,146,61); }
div.DivClassName
{
background-color: #CE923D;
}
.BgClassName
{
background-color: #CE923D;
}
</style>
border-color css
<style>
span { border-color: #CE923D; }
span { border-color: rgb(206,146,61); }
td.TdClassName
{
border-color: #CE923D;
}
.TagClassName
{
border-color: #CE923D;
}
</style>