Shades of Anzac #CE9C41
Tints of Anzac #CE9C41
RGB
CMYK
RGB Variations
Color information
#CE9C41 (or 0xCE9C41) is known color: Anzac. HEX triplet: CE, 9C and 41. RGB value is (206,156,65). Sum of RGB (Red+Green+Blue) = 206+156+65=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C41 is #3163BE. Grayscale: #A0A0A0. Windows color (decimal): -3236799 or 4299982. OLE color: 4299982.
HSL color Cylindrical-coordinate representation of color #CE9C41: hue angle of 38.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE9C41 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 65 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.19 |
| HSL | 38.72º | 0.59% | 0.53% | - |
| HSV(B) | 38.72º | 0.68% | 0.81% | - |
| XYZ | 38.3 | 37.28 | 10.18 | - |
| YUV | 160.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 65 | 0 | 0.24 | 0.68 | 0.19 | 38.72 | 0.59 | 0.53 |
| Hex | CE | 9C | 41 | 0 | 18 | 44 | 13 | 27 | 3B | 35 |
| Octal | 316 | 234 | 101 | 0 | 30 | 104 | 23 | 47 | 73 | 65 |
| Binary | 11001110 | 10011100 | 1000001 | 0 | 11000 | 1000100 | 10011 | 100111 | 111011 | 110101 |
Color Harmonies of #CE9C41
Complementary color
Monochromatic Colors of #CE9C41
Black with #CE9C41
Text Example
Text Example
White with #CE9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C41; }
p { color: rgb(206,156,65); }
H1.HeaderClassName
{
color: #CE9C41;
}
.AnyTagClassName
{
color: #CE9C41;
}
</style>
background-color css
<style>
a { background-color: #CE9C41; }
a { background-color: rgb(206,156,65); }
div.DivClassName
{
background-color: #CE9C41;
}
.BgClassName
{
background-color: #CE9C41;
}
</style>
border-color css
<style>
span { border-color: #CE9C41; }
span { border-color: rgb(206,156,65); }
td.TdClassName
{
border-color: #CE9C41;
}
.TagClassName
{
border-color: #CE9C41;
}
</style>