Shades of Anzac #C5963A
Tints of Anzac #C5963A
RGB
CMYK
RGB Variations
Color information
#C5963A (or 0xC5963A) is known color: Anzac. HEX triplet: C5, 96 and 3A. RGB value is (197,150,58). Sum of RGB (Red+Green+Blue) = 197+150+58=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5963A is #3A69C5. Grayscale: #999999. Windows color (decimal): -3828166 or 3839685. OLE color: 3839685.
HSL color Cylindrical-coordinate representation of color #C5963A: hue angle of 39.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5963A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 58 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.23 |
| HSL | 39.71º | 0.55% | 0.5% | - |
| HSV(B) | 39.71º | 0.71% | 0.77% | - |
| XYZ | 34.7 | 33.99 | 8.73 | - |
| YUV | 153.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 58 | 0 | 0.24 | 0.71 | 0.23 | 39.71 | 0.55 | 0.5 |
| Hex | C5 | 96 | 3A | 0 | 18 | 47 | 17 | 28 | 37 | 32 |
| Octal | 305 | 226 | 72 | 0 | 30 | 107 | 27 | 50 | 67 | 62 |
| Binary | 11000101 | 10010110 | 111010 | 0 | 11000 | 1000111 | 10111 | 101000 | 110111 | 110010 |
Color Harmonies of #C5963A
Complementary color
Monochromatic Colors of #C5963A
Black with #C5963A
Text Example
Text Example
White with #C5963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5963A; }
p { color: rgb(197,150,58); }
H1.HeaderClassName
{
color: #C5963A;
}
.AnyTagClassName
{
color: #C5963A;
}
</style>
background-color css
<style>
a { background-color: #C5963A; }
a { background-color: rgb(197,150,58); }
div.DivClassName
{
background-color: #C5963A;
}
.BgClassName
{
background-color: #C5963A;
}
</style>
border-color css
<style>
span { border-color: #C5963A; }
span { border-color: rgb(197,150,58); }
td.TdClassName
{
border-color: #C5963A;
}
.TagClassName
{
border-color: #C5963A;
}
</style>