Shades of Anzac #C19042
Tints of Anzac #C19042
RGB
CMYK
RGB Variations
Color information
#C19042 (or 0xC19042) is known color: Anzac. HEX triplet: C1, 90 and 42. RGB value is (193,144,66). Sum of RGB (Red+Green+Blue) = 193+144+66=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C19042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19042 is #3E6FBD. Grayscale: #969696. Windows color (decimal): -4091838 or 4362433. OLE color: 4362433.
HSL color Cylindrical-coordinate representation of color #C19042: hue angle of 36.85º 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 #C19042 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 66 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.24 |
| HSL | 36.85º | 0.51% | 0.51% | - |
| HSV(B) | 36.85º | 0.66% | 0.76% | - |
| XYZ | 32.95 | 31.68 | 9.53 | - |
| YUV | 149.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 66 | 0 | 0.25 | 0.66 | 0.24 | 36.85 | 0.51 | 0.51 |
| Hex | C1 | 90 | 42 | 0 | 19 | 42 | 18 | 25 | 33 | 33 |
| Octal | 301 | 220 | 102 | 0 | 31 | 102 | 30 | 45 | 63 | 63 |
| Binary | 11000001 | 10010000 | 1000010 | 0 | 11001 | 1000010 | 11000 | 100101 | 110011 | 110011 |
Color Harmonies of #C19042
Complementary color
Monochromatic Colors of #C19042
Black with #C19042
Text Example
Text Example
White with #C19042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19042; }
p { color: rgb(193,144,66); }
H1.HeaderClassName
{
color: #C19042;
}
.AnyTagClassName
{
color: #C19042;
}
</style>
background-color css
<style>
a { background-color: #C19042; }
a { background-color: rgb(193,144,66); }
div.DivClassName
{
background-color: #C19042;
}
.BgClassName
{
background-color: #C19042;
}
</style>
border-color css
<style>
span { border-color: #C19042; }
span { border-color: rgb(193,144,66); }
td.TdClassName
{
border-color: #C19042;
}
.TagClassName
{
border-color: #C19042;
}
</style>