Shades of Anzac #C19142
Tints of Anzac #C19142
RGB
CMYK
RGB Variations
Color information
#C19142 (or 0xC19142) is known color: Anzac. HEX triplet: C1, 91 and 42. RGB value is (193,145,66). Sum of RGB (Red+Green+Blue) = 193+145+66=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C19142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19142 is #3E6EBD. Grayscale: #969696. Windows color (decimal): -4091582 or 4362689. OLE color: 4362689.
HSL color Cylindrical-coordinate representation of color #C19142: hue angle of 37.32º 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 #C19142 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 66 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.24 |
| HSL | 37.32º | 0.51% | 0.51% | - |
| HSV(B) | 37.32º | 0.66% | 0.76% | - |
| XYZ | 33.1 | 31.98 | 9.58 | - |
| YUV | 150.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 66 | 0 | 0.25 | 0.66 | 0.24 | 37.32 | 0.51 | 0.51 |
| Hex | C1 | 91 | 42 | 0 | 19 | 42 | 18 | 25 | 33 | 33 |
| Octal | 301 | 221 | 102 | 0 | 31 | 102 | 30 | 45 | 63 | 63 |
| Binary | 11000001 | 10010001 | 1000010 | 0 | 11001 | 1000010 | 11000 | 100101 | 110011 | 110011 |
Color Harmonies of #C19142
Complementary color
Monochromatic Colors of #C19142
Black with #C19142
Text Example
Text Example
White with #C19142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19142; }
p { color: rgb(193,145,66); }
H1.HeaderClassName
{
color: #C19142;
}
.AnyTagClassName
{
color: #C19142;
}
</style>
background-color css
<style>
a { background-color: #C19142; }
a { background-color: rgb(193,145,66); }
div.DivClassName
{
background-color: #C19142;
}
.BgClassName
{
background-color: #C19142;
}
</style>
border-color css
<style>
span { border-color: #C19142; }
span { border-color: rgb(193,145,66); }
td.TdClassName
{
border-color: #C19142;
}
.TagClassName
{
border-color: #C19142;
}
</style>