Shades of Anzac #C29442
Tints of Anzac #C29442
RGB
CMYK
RGB Variations
Color information
#C29442 (or 0xC29442) is known color: Anzac. HEX triplet: C2, 94 and 42. RGB value is (194,148,66). Sum of RGB (Red+Green+Blue) = 194+148+66=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C29442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29442 is #3D6BBD. Grayscale: #989898. Windows color (decimal): -4025278 or 4363458. OLE color: 4363458.
HSL color Cylindrical-coordinate representation of color #C29442: hue angle of 38.44º 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 #C29442 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 66 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.24 |
| HSL | 38.44º | 0.51% | 0.51% | - |
| HSV(B) | 38.44º | 0.66% | 0.76% | - |
| XYZ | 33.82 | 33.04 | 9.75 | - |
| YUV | 152.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 66 | 0 | 0.24 | 0.66 | 0.24 | 38.44 | 0.51 | 0.51 |
| Hex | C2 | 94 | 42 | 0 | 18 | 42 | 18 | 26 | 33 | 33 |
| Octal | 302 | 224 | 102 | 0 | 30 | 102 | 30 | 46 | 63 | 63 |
| Binary | 11000010 | 10010100 | 1000010 | 0 | 11000 | 1000010 | 11000 | 100110 | 110011 | 110011 |
Color Harmonies of #C29442
Complementary color
Monochromatic Colors of #C29442
Black with #C29442
Text Example
Text Example
White with #C29442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29442; }
p { color: rgb(194,148,66); }
H1.HeaderClassName
{
color: #C29442;
}
.AnyTagClassName
{
color: #C29442;
}
</style>
background-color css
<style>
a { background-color: #C29442; }
a { background-color: rgb(194,148,66); }
div.DivClassName
{
background-color: #C29442;
}
.BgClassName
{
background-color: #C29442;
}
</style>
border-color css
<style>
span { border-color: #C29442; }
span { border-color: rgb(194,148,66); }
td.TdClassName
{
border-color: #C29442;
}
.TagClassName
{
border-color: #C29442;
}
</style>