Shades of Anzac #C78C46
Tints of Anzac #C78C46
RGB
CMYK
RGB Variations
Color information
#C78C46 (or 0xC78C46) is known color: Anzac. HEX triplet: C7, 8C and 46. RGB value is (199,140,70). Sum of RGB (Red+Green+Blue) = 199+140+70=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C46 is #3873B9. Grayscale: #959595. Windows color (decimal): -3699642 or 4623559. OLE color: 4623559.
HSL color Cylindrical-coordinate representation of color #C78C46: hue angle of 32.56º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C78C46 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 70 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.22 |
| HSL | 32.56º | 0.54% | 0.53% | - |
| HSV(B) | 32.56º | 0.65% | 0.78% | - |
| XYZ | 34.04 | 31.34 | 10.05 | - |
| YUV | 149.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 70 | 0 | 0.30 | 0.65 | 0.22 | 32.56 | 0.54 | 0.53 |
| Hex | C7 | 8C | 46 | 0 | 1E | 41 | 16 | 21 | 36 | 35 |
| Octal | 307 | 214 | 106 | 0 | 36 | 101 | 26 | 41 | 66 | 65 |
| Binary | 11000111 | 10001100 | 1000110 | 0 | 11110 | 1000001 | 10110 | 100001 | 110110 | 110101 |
Color Harmonies of #C78C46
Complementary color
Monochromatic Colors of #C78C46
Black with #C78C46
Text Example
Text Example
White with #C78C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C46; }
p { color: rgb(199,140,70); }
H1.HeaderClassName
{
color: #C78C46;
}
.AnyTagClassName
{
color: #C78C46;
}
</style>
background-color css
<style>
a { background-color: #C78C46; }
a { background-color: rgb(199,140,70); }
div.DivClassName
{
background-color: #C78C46;
}
.BgClassName
{
background-color: #C78C46;
}
</style>
border-color css
<style>
span { border-color: #C78C46; }
span { border-color: rgb(199,140,70); }
td.TdClassName
{
border-color: #C78C46;
}
.TagClassName
{
border-color: #C78C46;
}
</style>