Shades of Anzac #CE904C
Tints of Anzac #CE904C
RGB
CMYK
RGB Variations
Color information
#CE904C (or 0xCE904C) is known color: Anzac. HEX triplet: CE, 90 and 4C. RGB value is (206,144,76). Sum of RGB (Red+Green+Blue) = 206+144+76=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE904C is #316FB3. Grayscale: #9B9B9B. Windows color (decimal): -3239860 or 5017806. OLE color: 5017806.
HSL color Cylindrical-coordinate representation of color #CE904C: hue angle of 31.38º 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 #CE904C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 76 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.19 |
| HSL | 31.38º | 0.57% | 0.55% | - |
| HSV(B) | 31.38º | 0.63% | 0.81% | - |
| XYZ | 36.73 | 33.59 | 11.39 | - |
| YUV | 154.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 76 | 0 | 0.30 | 0.63 | 0.19 | 31.38 | 0.57 | 0.55 |
| Hex | CE | 90 | 4C | 0 | 1E | 3F | 13 | 1F | 39 | 37 |
| Octal | 316 | 220 | 114 | 0 | 36 | 77 | 23 | 37 | 71 | 67 |
| Binary | 11001110 | 10010000 | 1001100 | 0 | 11110 | 111111 | 10011 | 11111 | 111001 | 110111 |
Color Harmonies of #CE904C
Complementary color
Monochromatic Colors of #CE904C
Black with #CE904C
Text Example
Text Example
White with #CE904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE904C; }
p { color: rgb(206,144,76); }
H1.HeaderClassName
{
color: #CE904C;
}
.AnyTagClassName
{
color: #CE904C;
}
</style>
background-color css
<style>
a { background-color: #CE904C; }
a { background-color: rgb(206,144,76); }
div.DivClassName
{
background-color: #CE904C;
}
.BgClassName
{
background-color: #CE904C;
}
</style>
border-color css
<style>
span { border-color: #CE904C; }
span { border-color: rgb(206,144,76); }
td.TdClassName
{
border-color: #CE904C;
}
.TagClassName
{
border-color: #CE904C;
}
</style>