Shades of Anzac #C28644
Tints of Anzac #C28644
RGB
CMYK
RGB Variations
Color information
#C28644 (or 0xC28644) is known color: Anzac. HEX triplet: C2, 86 and 44. RGB value is (194,134,68). Sum of RGB (Red+Green+Blue) = 194+134+68=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28644 is #3D79BB. Grayscale: #909090. Windows color (decimal): -4028860 or 4490946. OLE color: 4490946.
HSL color Cylindrical-coordinate representation of color #C28644: hue angle of 31.43º 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 #C28644 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 68 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.24 |
| HSL | 31.43º | 0.51% | 0.51% | - |
| HSV(B) | 31.43º | 0.65% | 0.76% | - |
| XYZ | 31.82 | 28.94 | 9.38 | - |
| YUV | 144.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 68 | 0 | 0.31 | 0.65 | 0.24 | 31.43 | 0.51 | 0.51 |
| Hex | C2 | 86 | 44 | 0 | 1F | 41 | 18 | 1F | 33 | 33 |
| Octal | 302 | 206 | 104 | 0 | 37 | 101 | 30 | 37 | 63 | 63 |
| Binary | 11000010 | 10000110 | 1000100 | 0 | 11111 | 1000001 | 11000 | 11111 | 110011 | 110011 |
Color Harmonies of #C28644
Complementary color
Monochromatic Colors of #C28644
Black with #C28644
Text Example
Text Example
White with #C28644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28644; }
p { color: rgb(194,134,68); }
H1.HeaderClassName
{
color: #C28644;
}
.AnyTagClassName
{
color: #C28644;
}
</style>
background-color css
<style>
a { background-color: #C28644; }
a { background-color: rgb(194,134,68); }
div.DivClassName
{
background-color: #C28644;
}
.BgClassName
{
background-color: #C28644;
}
</style>
border-color css
<style>
span { border-color: #C28644; }
span { border-color: rgb(194,134,68); }
td.TdClassName
{
border-color: #C28644;
}
.TagClassName
{
border-color: #C28644;
}
</style>