Shades of Anzac #C28945
Tints of Anzac #C28945
RGB
CMYK
RGB Variations
Color information
#C28945 (or 0xC28945) is known color: Anzac. HEX triplet: C2, 89 and 45. RGB value is (194,137,69). Sum of RGB (Red+Green+Blue) = 194+137+69=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C28945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28945 is #3D76BA. Grayscale: #929292. Windows color (decimal): -4028091 or 4557250. OLE color: 4557250.
HSL color Cylindrical-coordinate representation of color #C28945: hue angle of 32.64º degrees, saturation: 0.51, 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 #C28945 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 69 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.24 |
| HSL | 32.64º | 0.51% | 0.52% | - |
| HSV(B) | 32.64º | 0.64% | 0.76% | - |
| XYZ | 32.27 | 29.79 | 9.68 | - |
| YUV | 146.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 69 | 0 | 0.29 | 0.64 | 0.24 | 32.64 | 0.51 | 0.52 |
| Hex | C2 | 89 | 45 | 0 | 1D | 40 | 18 | 21 | 33 | 34 |
| Octal | 302 | 211 | 105 | 0 | 35 | 100 | 30 | 41 | 63 | 64 |
| Binary | 11000010 | 10001001 | 1000101 | 0 | 11101 | 1000000 | 11000 | 100001 | 110011 | 110100 |
Color Harmonies of #C28945
Complementary color
Monochromatic Colors of #C28945
Black with #C28945
Text Example
Text Example
White with #C28945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28945; }
p { color: rgb(194,137,69); }
H1.HeaderClassName
{
color: #C28945;
}
.AnyTagClassName
{
color: #C28945;
}
</style>
background-color css
<style>
a { background-color: #C28945; }
a { background-color: rgb(194,137,69); }
div.DivClassName
{
background-color: #C28945;
}
.BgClassName
{
background-color: #C28945;
}
</style>
border-color css
<style>
span { border-color: #C28945; }
span { border-color: rgb(194,137,69); }
td.TdClassName
{
border-color: #C28945;
}
.TagClassName
{
border-color: #C28945;
}
</style>