Shades of Anzac #C29240
Tints of Anzac #C29240
RGB
CMYK
RGB Variations
Color information
#C29240 (or 0xC29240) is known color: Anzac. HEX triplet: C2, 92 and 40. RGB value is (194,146,64). Sum of RGB (Red+Green+Blue) = 194+146+64=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29240 is #3D6DBF. Grayscale: #979797. Windows color (decimal): -4025792 or 4231874. OLE color: 4231874.
HSL color Cylindrical-coordinate representation of color #C29240: hue angle of 37.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C29240 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 64 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.24 |
| HSL | 37.85º | 0.52% | 0.51% | - |
| HSV(B) | 37.85º | 0.67% | 0.76% | - |
| XYZ | 33.45 | 32.4 | 9.34 | - |
| YUV | 151 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 64 | 0 | 0.25 | 0.67 | 0.24 | 37.85 | 0.52 | 0.51 |
| Hex | C2 | 92 | 40 | 0 | 19 | 43 | 18 | 26 | 34 | 33 |
| Octal | 302 | 222 | 100 | 0 | 31 | 103 | 30 | 46 | 64 | 63 |
| Binary | 11000010 | 10010010 | 1000000 | 0 | 11001 | 1000011 | 11000 | 100110 | 110100 | 110011 |
Color Harmonies of #C29240
Complementary color
Monochromatic Colors of #C29240
Black with #C29240
Text Example
Text Example
White with #C29240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29240; }
p { color: rgb(194,146,64); }
H1.HeaderClassName
{
color: #C29240;
}
.AnyTagClassName
{
color: #C29240;
}
</style>
background-color css
<style>
a { background-color: #C29240; }
a { background-color: rgb(194,146,64); }
div.DivClassName
{
background-color: #C29240;
}
.BgClassName
{
background-color: #C29240;
}
</style>
border-color css
<style>
span { border-color: #C29240; }
span { border-color: rgb(194,146,64); }
td.TdClassName
{
border-color: #C29240;
}
.TagClassName
{
border-color: #C29240;
}
</style>