Shades of Anzac #C28A46
Tints of Anzac #C28A46
RGB
CMYK
RGB Variations
Color information
#C28A46 (or 0xC28A46) is known color: Anzac. HEX triplet: C2, 8A and 46. RGB value is (194,138,70). Sum of RGB (Red+Green+Blue) = 194+138+70=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A46 is #3D75B9. Grayscale: #939393. Windows color (decimal): -4027834 or 4623042. OLE color: 4623042.
HSL color Cylindrical-coordinate representation of color #C28A46: hue angle of 32.9º 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 #C28A46 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 70 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.24 |
| HSL | 32.9º | 0.5% | 0.52% | - |
| HSV(B) | 32.9º | 0.64% | 0.76% | - |
| XYZ | 32.44 | 30.09 | 9.89 | - |
| YUV | 146.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 70 | 0 | 0.29 | 0.64 | 0.24 | 32.9 | 0.5 | 0.52 |
| Hex | C2 | 8A | 46 | 0 | 1D | 40 | 18 | 21 | 32 | 34 |
| Octal | 302 | 212 | 106 | 0 | 35 | 100 | 30 | 41 | 62 | 64 |
| Binary | 11000010 | 10001010 | 1000110 | 0 | 11101 | 1000000 | 11000 | 100001 | 110010 | 110100 |
Color Harmonies of #C28A46
Complementary color
Monochromatic Colors of #C28A46
Black with #C28A46
Text Example
Text Example
White with #C28A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A46; }
p { color: rgb(194,138,70); }
H1.HeaderClassName
{
color: #C28A46;
}
.AnyTagClassName
{
color: #C28A46;
}
</style>
background-color css
<style>
a { background-color: #C28A46; }
a { background-color: rgb(194,138,70); }
div.DivClassName
{
background-color: #C28A46;
}
.BgClassName
{
background-color: #C28A46;
}
</style>
border-color css
<style>
span { border-color: #C28A46; }
span { border-color: rgb(194,138,70); }
td.TdClassName
{
border-color: #C28A46;
}
.TagClassName
{
border-color: #C28A46;
}
</style>