Shades of Anzac #C28742
Tints of Anzac #C28742
RGB
CMYK
RGB Variations
Color information
#C28742 (or 0xC28742) is known color: Anzac. HEX triplet: C2, 87 and 42. RGB value is (194,135,66). Sum of RGB (Red+Green+Blue) = 194+135+66=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28742 is #3D78BD. Grayscale: #919191. Windows color (decimal): -4028606 or 4360130. OLE color: 4360130.
HSL color Cylindrical-coordinate representation of color #C28742: hue angle of 32.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C28742 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 66 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.24 |
| HSL | 32.34º | 0.51% | 0.51% | - |
| HSV(B) | 32.34º | 0.66% | 0.76% | - |
| XYZ | 31.9 | 29.19 | 9.11 | - |
| YUV | 144.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 66 | 0 | 0.30 | 0.66 | 0.24 | 32.34 | 0.51 | 0.51 |
| Hex | C2 | 87 | 42 | 0 | 1E | 42 | 18 | 20 | 33 | 33 |
| Octal | 302 | 207 | 102 | 0 | 36 | 102 | 30 | 40 | 63 | 63 |
| Binary | 11000010 | 10000111 | 1000010 | 0 | 11110 | 1000010 | 11000 | 100000 | 110011 | 110011 |
Color Harmonies of #C28742
Complementary color
Monochromatic Colors of #C28742
Black with #C28742
Text Example
Text Example
White with #C28742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28742; }
p { color: rgb(194,135,66); }
H1.HeaderClassName
{
color: #C28742;
}
.AnyTagClassName
{
color: #C28742;
}
</style>
background-color css
<style>
a { background-color: #C28742; }
a { background-color: rgb(194,135,66); }
div.DivClassName
{
background-color: #C28742;
}
.BgClassName
{
background-color: #C28742;
}
</style>
border-color css
<style>
span { border-color: #C28742; }
span { border-color: rgb(194,135,66); }
td.TdClassName
{
border-color: #C28742;
}
.TagClassName
{
border-color: #C28742;
}
</style>