Shades of Anzac #CE953F
Tints of Anzac #CE953F
RGB
CMYK
RGB Variations
Color information
#CE953F (or 0xCE953F) is known color: Anzac. HEX triplet: CE, 95 and 3F. RGB value is (206,149,63). Sum of RGB (Red+Green+Blue) = 206+149+63=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE953F is #316AC0. Grayscale: #9C9C9C. Windows color (decimal): -3238593 or 4167118. OLE color: 4167118.
HSL color Cylindrical-coordinate representation of color #CE953F: hue angle of 36.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE953F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 63 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.19 |
| HSL | 36.08º | 0.59% | 0.53% | - |
| HSV(B) | 36.08º | 0.69% | 0.81% | - |
| XYZ | 37.1 | 34.98 | 9.5 | - |
| YUV | 156.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 63 | 0 | 0.28 | 0.69 | 0.19 | 36.08 | 0.59 | 0.53 |
| Hex | CE | 95 | 3F | 0 | 1C | 45 | 13 | 24 | 3B | 35 |
| Octal | 316 | 225 | 77 | 0 | 34 | 105 | 23 | 44 | 73 | 65 |
| Binary | 11001110 | 10010101 | 111111 | 0 | 11100 | 1000101 | 10011 | 100100 | 111011 | 110101 |
Color Harmonies of #CE953F
Complementary color
Monochromatic Colors of #CE953F
Black with #CE953F
Text Example
Text Example
White with #CE953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE953F; }
p { color: rgb(206,149,63); }
H1.HeaderClassName
{
color: #CE953F;
}
.AnyTagClassName
{
color: #CE953F;
}
</style>
background-color css
<style>
a { background-color: #CE953F; }
a { background-color: rgb(206,149,63); }
div.DivClassName
{
background-color: #CE953F;
}
.BgClassName
{
background-color: #CE953F;
}
</style>
border-color css
<style>
span { border-color: #CE953F; }
span { border-color: rgb(206,149,63); }
td.TdClassName
{
border-color: #CE953F;
}
.TagClassName
{
border-color: #CE953F;
}
</style>