Shades of Anzac #C28A45
Tints of Anzac #C28A45
RGB
CMYK
RGB Variations
Color information
#C28A45 (or 0xC28A45) is known color: Anzac. HEX triplet: C2, 8A and 45. RGB value is (194,138,69). Sum of RGB (Red+Green+Blue) = 194+138+69=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A45 is #3D75BA. Grayscale: #939393. Windows color (decimal): -4027835 or 4557506. OLE color: 4557506.
HSL color Cylindrical-coordinate representation of color #C28A45: hue angle of 33.12º 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 #C28A45 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 69 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.24 |
| HSL | 33.12º | 0.51% | 0.52% | - |
| HSV(B) | 33.12º | 0.64% | 0.76% | - |
| XYZ | 32.41 | 30.08 | 9.73 | - |
| YUV | 146.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 69 | 0 | 0.29 | 0.64 | 0.24 | 33.12 | 0.51 | 0.52 |
| Hex | C2 | 8A | 45 | 0 | 1D | 40 | 18 | 21 | 33 | 34 |
| Octal | 302 | 212 | 105 | 0 | 35 | 100 | 30 | 41 | 63 | 64 |
| Binary | 11000010 | 10001010 | 1000101 | 0 | 11101 | 1000000 | 11000 | 100001 | 110011 | 110100 |
Color Harmonies of #C28A45
Complementary color
Monochromatic Colors of #C28A45
Black with #C28A45
Text Example
Text Example
White with #C28A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A45; }
p { color: rgb(194,138,69); }
H1.HeaderClassName
{
color: #C28A45;
}
.AnyTagClassName
{
color: #C28A45;
}
</style>
background-color css
<style>
a { background-color: #C28A45; }
a { background-color: rgb(194,138,69); }
div.DivClassName
{
background-color: #C28A45;
}
.BgClassName
{
background-color: #C28A45;
}
</style>
border-color css
<style>
span { border-color: #C28A45; }
span { border-color: rgb(194,138,69); }
td.TdClassName
{
border-color: #C28A45;
}
.TagClassName
{
border-color: #C28A45;
}
</style>