Shades of Anzac #CE9C3F
Tints of Anzac #CE9C3F
RGB
CMYK
RGB Variations
Color information
#CE9C3F (or 0xCE9C3F) is known color: Anzac. HEX triplet: CE, 9C and 3F. RGB value is (206,156,63). Sum of RGB (Red+Green+Blue) = 206+156+63=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C3F is #3163C0. Grayscale: #A0A0A0. Windows color (decimal): -3236801 or 4168910. OLE color: 4168910.
HSL color Cylindrical-coordinate representation of color #CE9C3F: hue angle of 39.02º 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 #CE9C3F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 63 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.19 |
| HSL | 39.02º | 0.59% | 0.53% | - |
| HSV(B) | 39.02º | 0.69% | 0.81% | - |
| XYZ | 38.24 | 37.26 | 9.88 | - |
| YUV | 160.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 63 | 0 | 0.24 | 0.69 | 0.19 | 39.02 | 0.59 | 0.53 |
| Hex | CE | 9C | 3F | 0 | 18 | 45 | 13 | 27 | 3B | 35 |
| Octal | 316 | 234 | 77 | 0 | 30 | 105 | 23 | 47 | 73 | 65 |
| Binary | 11001110 | 10011100 | 111111 | 0 | 11000 | 1000101 | 10011 | 100111 | 111011 | 110101 |
Color Harmonies of #CE9C3F
Complementary color
Monochromatic Colors of #CE9C3F
Black with #CE9C3F
Text Example
Text Example
White with #CE9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C3F; }
p { color: rgb(206,156,63); }
H1.HeaderClassName
{
color: #CE9C3F;
}
.AnyTagClassName
{
color: #CE9C3F;
}
</style>
background-color css
<style>
a { background-color: #CE9C3F; }
a { background-color: rgb(206,156,63); }
div.DivClassName
{
background-color: #CE9C3F;
}
.BgClassName
{
background-color: #CE9C3F;
}
</style>
border-color css
<style>
span { border-color: #CE9C3F; }
span { border-color: rgb(206,156,63); }
td.TdClassName
{
border-color: #CE9C3F;
}
.TagClassName
{
border-color: #CE9C3F;
}
</style>