Shades of Anzac #C69242
Tints of Anzac #C69242
RGB
CMYK
RGB Variations
Color information
#C69242 (or 0xC69242) is known color: Anzac. HEX triplet: C6, 92 and 42. RGB value is (198,146,66). Sum of RGB (Red+Green+Blue) = 198+146+66=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C69242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69242 is #396DBD. Grayscale: #989898. Windows color (decimal): -3763646 or 4362950. OLE color: 4362950.
HSL color Cylindrical-coordinate representation of color #C69242: hue angle of 36.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C69242 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 66 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.22 |
| HSL | 36.36º | 0.54% | 0.52% | - |
| HSV(B) | 36.36º | 0.67% | 0.78% | - |
| XYZ | 34.55 | 32.96 | 9.69 | - |
| YUV | 152.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 66 | 0 | 0.26 | 0.67 | 0.22 | 36.36 | 0.54 | 0.52 |
| Hex | C6 | 92 | 42 | 0 | 1A | 43 | 16 | 24 | 36 | 34 |
| Octal | 306 | 222 | 102 | 0 | 32 | 103 | 26 | 44 | 66 | 64 |
| Binary | 11000110 | 10010010 | 1000010 | 0 | 11010 | 1000011 | 10110 | 100100 | 110110 | 110100 |
Color Harmonies of #C69242
Complementary color
Monochromatic Colors of #C69242
Black with #C69242
Text Example
Text Example
White with #C69242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69242; }
p { color: rgb(198,146,66); }
H1.HeaderClassName
{
color: #C69242;
}
.AnyTagClassName
{
color: #C69242;
}
</style>
background-color css
<style>
a { background-color: #C69242; }
a { background-color: rgb(198,146,66); }
div.DivClassName
{
background-color: #C69242;
}
.BgClassName
{
background-color: #C69242;
}
</style>
border-color css
<style>
span { border-color: #C69242; }
span { border-color: rgb(198,146,66); }
td.TdClassName
{
border-color: #C69242;
}
.TagClassName
{
border-color: #C69242;
}
</style>