Shades of Anzac #CE953E
Tints of Anzac #CE953E
RGB
CMYK
RGB Variations
Color information
#CE953E (or 0xCE953E) is known color: Anzac. HEX triplet: CE, 95 and 3E. RGB value is (206,149,62). Sum of RGB (Red+Green+Blue) = 206+149+62=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE953E is #316AC1. Grayscale: #9C9C9C. Windows color (decimal): -3238594 or 4101582. OLE color: 4101582.
HSL color Cylindrical-coordinate representation of color #CE953E: hue angle of 36.25º 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 #CE953E is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 62 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.19 |
| HSL | 36.25º | 0.6% | 0.53% | - |
| HSV(B) | 36.25º | 0.7% | 0.81% | - |
| XYZ | 37.07 | 34.96 | 9.35 | - |
| YUV | 156.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 62 | 0 | 0.28 | 0.70 | 0.19 | 36.25 | 0.6 | 0.53 |
| Hex | CE | 95 | 3E | 0 | 1C | 46 | 13 | 24 | 3C | 35 |
| Octal | 316 | 225 | 76 | 0 | 34 | 106 | 23 | 44 | 74 | 65 |
| Binary | 11001110 | 10010101 | 111110 | 0 | 11100 | 1000110 | 10011 | 100100 | 111100 | 110101 |
Color Harmonies of #CE953E
Complementary color
Monochromatic Colors of #CE953E
Black with #CE953E
Text Example
Text Example
White with #CE953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE953E; }
p { color: rgb(206,149,62); }
H1.HeaderClassName
{
color: #CE953E;
}
.AnyTagClassName
{
color: #CE953E;
}
</style>
background-color css
<style>
a { background-color: #CE953E; }
a { background-color: rgb(206,149,62); }
div.DivClassName
{
background-color: #CE953E;
}
.BgClassName
{
background-color: #CE953E;
}
</style>
border-color css
<style>
span { border-color: #CE953E; }
span { border-color: rgb(206,149,62); }
td.TdClassName
{
border-color: #CE953E;
}
.TagClassName
{
border-color: #CE953E;
}
</style>