Shades of Anzac #C28946
Tints of Anzac #C28946
RGB
CMYK
RGB Variations
Color information
#C28946 (or 0xC28946) is known color: Anzac. HEX triplet: C2, 89 and 46. RGB value is (194,137,70). Sum of RGB (Red+Green+Blue) = 194+137+70=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28946 is #3D76B9. Grayscale: #929292. Windows color (decimal): -4028090 or 4622786. OLE color: 4622786.
HSL color Cylindrical-coordinate representation of color #C28946: hue angle of 32.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C28946 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 70 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.24 |
| HSL | 32.42º | 0.5% | 0.52% | - |
| HSV(B) | 32.42º | 0.64% | 0.76% | - |
| XYZ | 32.3 | 29.8 | 9.84 | - |
| YUV | 146.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 70 | 0 | 0.29 | 0.64 | 0.24 | 32.42 | 0.5 | 0.52 |
| Hex | C2 | 89 | 46 | 0 | 1D | 40 | 18 | 20 | 32 | 34 |
| Octal | 302 | 211 | 106 | 0 | 35 | 100 | 30 | 40 | 62 | 64 |
| Binary | 11000010 | 10001001 | 1000110 | 0 | 11101 | 1000000 | 11000 | 100000 | 110010 | 110100 |
Color Harmonies of #C28946
Complementary color
Monochromatic Colors of #C28946
Black with #C28946
Text Example
Text Example
White with #C28946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28946; }
p { color: rgb(194,137,70); }
H1.HeaderClassName
{
color: #C28946;
}
.AnyTagClassName
{
color: #C28946;
}
</style>
background-color css
<style>
a { background-color: #C28946; }
a { background-color: rgb(194,137,70); }
div.DivClassName
{
background-color: #C28946;
}
.BgClassName
{
background-color: #C28946;
}
</style>
border-color css
<style>
span { border-color: #C28946; }
span { border-color: rgb(194,137,70); }
td.TdClassName
{
border-color: #C28946;
}
.TagClassName
{
border-color: #C28946;
}
</style>