Shades of Anzac #CE914C
Tints of Anzac #CE914C
RGB
CMYK
RGB Variations
Color information
#CE914C (or 0xCE914C) is known color: Anzac. HEX triplet: CE, 91 and 4C. RGB value is (206,145,76). Sum of RGB (Red+Green+Blue) = 206+145+76=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE914C is #316EB3. Grayscale: #9B9B9B. Windows color (decimal): -3239604 or 5018062. OLE color: 5018062.
HSL color Cylindrical-coordinate representation of color #CE914C: hue angle of 31.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE914C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 76 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.19 |
| HSL | 31.85º | 0.57% | 0.55% | - |
| HSV(B) | 31.85º | 0.63% | 0.81% | - |
| XYZ | 36.88 | 33.89 | 11.44 | - |
| YUV | 155.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 76 | 0 | 0.30 | 0.63 | 0.19 | 31.85 | 0.57 | 0.55 |
| Hex | CE | 91 | 4C | 0 | 1E | 3F | 13 | 20 | 39 | 37 |
| Octal | 316 | 221 | 114 | 0 | 36 | 77 | 23 | 40 | 71 | 67 |
| Binary | 11001110 | 10010001 | 1001100 | 0 | 11110 | 111111 | 10011 | 100000 | 111001 | 110111 |
Color Harmonies of #CE914C
Complementary color
Monochromatic Colors of #CE914C
Black with #CE914C
Text Example
Text Example
White with #CE914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE914C; }
p { color: rgb(206,145,76); }
H1.HeaderClassName
{
color: #CE914C;
}
.AnyTagClassName
{
color: #CE914C;
}
</style>
background-color css
<style>
a { background-color: #CE914C; }
a { background-color: rgb(206,145,76); }
div.DivClassName
{
background-color: #CE914C;
}
.BgClassName
{
background-color: #CE914C;
}
</style>
border-color css
<style>
span { border-color: #CE914C; }
span { border-color: rgb(206,145,76); }
td.TdClassName
{
border-color: #CE914C;
}
.TagClassName
{
border-color: #CE914C;
}
</style>