Shades of Anzac #C29042
Tints of Anzac #C29042
RGB
CMYK
RGB Variations
Color information
#C29042 (or 0xC29042) is known color: Anzac. HEX triplet: C2, 90 and 42. RGB value is (194,144,66). Sum of RGB (Red+Green+Blue) = 194+144+66=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29042 is #3D6FBD. Grayscale: #969696. Windows color (decimal): -4026302 or 4362434. OLE color: 4362434.
HSL color Cylindrical-coordinate representation of color #C29042: hue angle of 36.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C29042 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 66 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.24 |
| HSL | 36.56º | 0.51% | 0.51% | - |
| HSV(B) | 36.56º | 0.66% | 0.76% | - |
| XYZ | 33.2 | 31.81 | 9.54 | - |
| YUV | 150.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 66 | 0 | 0.26 | 0.66 | 0.24 | 36.56 | 0.51 | 0.51 |
| Hex | C2 | 90 | 42 | 0 | 1A | 42 | 18 | 25 | 33 | 33 |
| Octal | 302 | 220 | 102 | 0 | 32 | 102 | 30 | 45 | 63 | 63 |
| Binary | 11000010 | 10010000 | 1000010 | 0 | 11010 | 1000010 | 11000 | 100101 | 110011 | 110011 |
Color Harmonies of #C29042
Complementary color
Monochromatic Colors of #C29042
Black with #C29042
Text Example
Text Example
White with #C29042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29042; }
p { color: rgb(194,144,66); }
H1.HeaderClassName
{
color: #C29042;
}
.AnyTagClassName
{
color: #C29042;
}
</style>
background-color css
<style>
a { background-color: #C29042; }
a { background-color: rgb(194,144,66); }
div.DivClassName
{
background-color: #C29042;
}
.BgClassName
{
background-color: #C29042;
}
</style>
border-color css
<style>
span { border-color: #C29042; }
span { border-color: rgb(194,144,66); }
td.TdClassName
{
border-color: #C29042;
}
.TagClassName
{
border-color: #C29042;
}
</style>