Shades of Anzac #C28E3F
Tints of Anzac #C28E3F
RGB
CMYK
RGB Variations
Color information
#C28E3F (or 0xC28E3F) is known color: Anzac. HEX triplet: C2, 8E and 3F. RGB value is (194,142,63). Sum of RGB (Red+Green+Blue) = 194+142+63=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E3F is #3D71C0. Grayscale: #949494. Windows color (decimal): -4026817 or 4165314. OLE color: 4165314.
HSL color Cylindrical-coordinate representation of color #C28E3F: hue angle of 36.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C28E3F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 63 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.24 |
| HSL | 36.18º | 0.52% | 0.5% | - |
| HSV(B) | 36.18º | 0.68% | 0.76% | - |
| XYZ | 32.82 | 31.17 | 8.99 | - |
| YUV | 148.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 63 | 0 | 0.27 | 0.68 | 0.24 | 36.18 | 0.52 | 0.5 |
| Hex | C2 | 8E | 3F | 0 | 1B | 44 | 18 | 24 | 34 | 32 |
| Octal | 302 | 216 | 77 | 0 | 33 | 104 | 30 | 44 | 64 | 62 |
| Binary | 11000010 | 10001110 | 111111 | 0 | 11011 | 1000100 | 11000 | 100100 | 110100 | 110010 |
Color Harmonies of #C28E3F
Complementary color
Monochromatic Colors of #C28E3F
Black with #C28E3F
Text Example
Text Example
White with #C28E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E3F; }
p { color: rgb(194,142,63); }
H1.HeaderClassName
{
color: #C28E3F;
}
.AnyTagClassName
{
color: #C28E3F;
}
</style>
background-color css
<style>
a { background-color: #C28E3F; }
a { background-color: rgb(194,142,63); }
div.DivClassName
{
background-color: #C28E3F;
}
.BgClassName
{
background-color: #C28E3F;
}
</style>
border-color css
<style>
span { border-color: #C28E3F; }
span { border-color: rgb(194,142,63); }
td.TdClassName
{
border-color: #C28E3F;
}
.TagClassName
{
border-color: #C28E3F;
}
</style>