Shades of Anzac #C28D3F
Tints of Anzac #C28D3F
RGB
CMYK
RGB Variations
Color information
#C28D3F (or 0xC28D3F) is known color: Anzac. HEX triplet: C2, 8D and 3F. RGB value is (194,141,63). Sum of RGB (Red+Green+Blue) = 194+141+63=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D3F is #3D72C0. Grayscale: #949494. Windows color (decimal): -4027073 or 4165058. OLE color: 4165058.
HSL color Cylindrical-coordinate representation of color #C28D3F: hue angle of 35.73º 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 #C28D3F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 63 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.24 |
| HSL | 35.73º | 0.52% | 0.5% | - |
| HSV(B) | 35.73º | 0.68% | 0.76% | - |
| XYZ | 32.67 | 30.88 | 8.94 | - |
| YUV | 147.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 63 | 0 | 0.27 | 0.68 | 0.24 | 35.73 | 0.52 | 0.5 |
| Hex | C2 | 8D | 3F | 0 | 1B | 44 | 18 | 24 | 34 | 32 |
| Octal | 302 | 215 | 77 | 0 | 33 | 104 | 30 | 44 | 64 | 62 |
| Binary | 11000010 | 10001101 | 111111 | 0 | 11011 | 1000100 | 11000 | 100100 | 110100 | 110010 |
Color Harmonies of #C28D3F
Complementary color
Monochromatic Colors of #C28D3F
Black with #C28D3F
Text Example
Text Example
White with #C28D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D3F; }
p { color: rgb(194,141,63); }
H1.HeaderClassName
{
color: #C28D3F;
}
.AnyTagClassName
{
color: #C28D3F;
}
</style>
background-color css
<style>
a { background-color: #C28D3F; }
a { background-color: rgb(194,141,63); }
div.DivClassName
{
background-color: #C28D3F;
}
.BgClassName
{
background-color: #C28D3F;
}
</style>
border-color css
<style>
span { border-color: #C28D3F; }
span { border-color: rgb(194,141,63); }
td.TdClassName
{
border-color: #C28D3F;
}
.TagClassName
{
border-color: #C28D3F;
}
</style>