Shades of Anzac #C28A44
Tints of Anzac #C28A44
RGB
CMYK
RGB Variations
Color information
#C28A44 (or 0xC28A44) is known color: Anzac. HEX triplet: C2, 8A and 44. RGB value is (194,138,68). Sum of RGB (Red+Green+Blue) = 194+138+68=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A44 is #3D75BB. Grayscale: #939393. Windows color (decimal): -4027836 or 4491970. OLE color: 4491970.
HSL color Cylindrical-coordinate representation of color #C28A44: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28A44 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 68 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.24 |
| HSL | 33.33º | 0.51% | 0.51% | - |
| HSV(B) | 33.33º | 0.65% | 0.76% | - |
| XYZ | 32.38 | 30.06 | 9.57 | - |
| YUV | 146.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 68 | 0 | 0.29 | 0.65 | 0.24 | 33.33 | 0.51 | 0.51 |
| Hex | C2 | 8A | 44 | 0 | 1D | 41 | 18 | 21 | 33 | 33 |
| Octal | 302 | 212 | 104 | 0 | 35 | 101 | 30 | 41 | 63 | 63 |
| Binary | 11000010 | 10001010 | 1000100 | 0 | 11101 | 1000001 | 11000 | 100001 | 110011 | 110011 |
Color Harmonies of #C28A44
Complementary color
Monochromatic Colors of #C28A44
Black with #C28A44
Text Example
Text Example
White with #C28A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A44; }
p { color: rgb(194,138,68); }
H1.HeaderClassName
{
color: #C28A44;
}
.AnyTagClassName
{
color: #C28A44;
}
</style>
background-color css
<style>
a { background-color: #C28A44; }
a { background-color: rgb(194,138,68); }
div.DivClassName
{
background-color: #C28A44;
}
.BgClassName
{
background-color: #C28A44;
}
</style>
border-color css
<style>
span { border-color: #C28A44; }
span { border-color: rgb(194,138,68); }
td.TdClassName
{
border-color: #C28A44;
}
.TagClassName
{
border-color: #C28A44;
}
</style>