Shades of Anzac #CE973F
Tints of Anzac #CE973F
RGB
CMYK
RGB Variations
Color information
#CE973F (or 0xCE973F) is known color: Anzac. HEX triplet: CE, 97 and 3F. RGB value is (206,151,63). Sum of RGB (Red+Green+Blue) = 206+151+63=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE973F is #3168C0. Grayscale: #9D9D9D. Windows color (decimal): -3238081 or 4167630. OLE color: 4167630.
HSL color Cylindrical-coordinate representation of color #CE973F: hue angle of 36.92º 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 #CE973F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 63 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.19 |
| HSL | 36.92º | 0.59% | 0.53% | - |
| HSV(B) | 36.92º | 0.69% | 0.81% | - |
| XYZ | 37.42 | 35.61 | 9.6 | - |
| YUV | 157.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 63 | 0 | 0.27 | 0.69 | 0.19 | 36.92 | 0.59 | 0.53 |
| Hex | CE | 97 | 3F | 0 | 1B | 45 | 13 | 25 | 3B | 35 |
| Octal | 316 | 227 | 77 | 0 | 33 | 105 | 23 | 45 | 73 | 65 |
| Binary | 11001110 | 10010111 | 111111 | 0 | 11011 | 1000101 | 10011 | 100101 | 111011 | 110101 |
Color Harmonies of #CE973F
Complementary color
Monochromatic Colors of #CE973F
Black with #CE973F
Text Example
Text Example
White with #CE973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE973F; }
p { color: rgb(206,151,63); }
H1.HeaderClassName
{
color: #CE973F;
}
.AnyTagClassName
{
color: #CE973F;
}
</style>
background-color css
<style>
a { background-color: #CE973F; }
a { background-color: rgb(206,151,63); }
div.DivClassName
{
background-color: #CE973F;
}
.BgClassName
{
background-color: #CE973F;
}
</style>
border-color css
<style>
span { border-color: #CE973F; }
span { border-color: rgb(206,151,63); }
td.TdClassName
{
border-color: #CE973F;
}
.TagClassName
{
border-color: #CE973F;
}
</style>