Shades of Anzac #C78E3F
Tints of Anzac #C78E3F
RGB
CMYK
RGB Variations
Color information
#C78E3F (or 0xC78E3F) is known color: Anzac. HEX triplet: C7, 8E and 3F. RGB value is (199,142,63). Sum of RGB (Red+Green+Blue) = 199+142+63=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E3F is #3871C0. Grayscale: #969696. Windows color (decimal): -3699137 or 4165319. OLE color: 4165319.
HSL color Cylindrical-coordinate representation of color #C78E3F: hue angle of 34.85º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C78E3F is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 63 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.22 |
| HSL | 34.85º | 0.55% | 0.51% | - |
| HSV(B) | 34.85º | 0.68% | 0.78% | - |
| XYZ | 34.12 | 31.85 | 9.05 | - |
| YUV | 150.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 63 | 0 | 0.29 | 0.68 | 0.22 | 34.85 | 0.55 | 0.51 |
| Hex | C7 | 8E | 3F | 0 | 1D | 44 | 16 | 23 | 37 | 33 |
| Octal | 307 | 216 | 77 | 0 | 35 | 104 | 26 | 43 | 67 | 63 |
| Binary | 11000111 | 10001110 | 111111 | 0 | 11101 | 1000100 | 10110 | 100011 | 110111 | 110011 |
Color Harmonies of #C78E3F
Complementary color
Monochromatic Colors of #C78E3F
Black with #C78E3F
Text Example
Text Example
White with #C78E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E3F; }
p { color: rgb(199,142,63); }
H1.HeaderClassName
{
color: #C78E3F;
}
.AnyTagClassName
{
color: #C78E3F;
}
</style>
background-color css
<style>
a { background-color: #C78E3F; }
a { background-color: rgb(199,142,63); }
div.DivClassName
{
background-color: #C78E3F;
}
.BgClassName
{
background-color: #C78E3F;
}
</style>
border-color css
<style>
span { border-color: #C78E3F; }
span { border-color: rgb(199,142,63); }
td.TdClassName
{
border-color: #C78E3F;
}
.TagClassName
{
border-color: #C78E3F;
}
</style>