Shades of Anzac #C5903C
Tints of Anzac #C5903C
RGB
CMYK
RGB Variations
Color information
#C5903C (or 0xC5903C) is known color: Anzac. HEX triplet: C5, 90 and 3C. RGB value is (197,144,60). Sum of RGB (Red+Green+Blue) = 197+144+60=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5903C is #3A6FC3. Grayscale: #969696. Windows color (decimal): -3829700 or 3969221. OLE color: 3969221.
HSL color Cylindrical-coordinate representation of color #C5903C: hue angle of 36.79º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5903C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 60 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.23 |
| HSL | 36.79º | 0.54% | 0.5% | - |
| HSV(B) | 36.79º | 0.7% | 0.77% | - |
| XYZ | 33.81 | 32.14 | 8.7 | - |
| YUV | 150.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 60 | 0 | 0.27 | 0.70 | 0.23 | 36.79 | 0.54 | 0.5 |
| Hex | C5 | 90 | 3C | 0 | 1B | 46 | 17 | 25 | 36 | 32 |
| Octal | 305 | 220 | 74 | 0 | 33 | 106 | 27 | 45 | 66 | 62 |
| Binary | 11000101 | 10010000 | 111100 | 0 | 11011 | 1000110 | 10111 | 100101 | 110110 | 110010 |
Color Harmonies of #C5903C
Complementary color
Monochromatic Colors of #C5903C
Black with #C5903C
Text Example
Text Example
White with #C5903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5903C; }
p { color: rgb(197,144,60); }
H1.HeaderClassName
{
color: #C5903C;
}
.AnyTagClassName
{
color: #C5903C;
}
</style>
background-color css
<style>
a { background-color: #C5903C; }
a { background-color: rgb(197,144,60); }
div.DivClassName
{
background-color: #C5903C;
}
.BgClassName
{
background-color: #C5903C;
}
</style>
border-color css
<style>
span { border-color: #C5903C; }
span { border-color: rgb(197,144,60); }
td.TdClassName
{
border-color: #C5903C;
}
.TagClassName
{
border-color: #C5903C;
}
</style>