Shades of Anzac #C5933C
Tints of Anzac #C5933C
RGB
CMYK
RGB Variations
Color information
#C5933C (or 0xC5933C) is known color: Anzac. HEX triplet: C5, 93 and 3C. RGB value is (197,147,60). Sum of RGB (Red+Green+Blue) = 197+147+60=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5933C is #3A6CC3. Grayscale: #989898. Windows color (decimal): -3828932 or 3969989. OLE color: 3969989.
HSL color Cylindrical-coordinate representation of color #C5933C: hue angle of 38.1º 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 #C5933C is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 60 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.23 |
| HSL | 38.1º | 0.54% | 0.5% | - |
| HSV(B) | 38.1º | 0.7% | 0.77% | - |
| XYZ | 34.28 | 33.06 | 8.85 | - |
| YUV | 152.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 60 | 0 | 0.25 | 0.70 | 0.23 | 38.1 | 0.54 | 0.5 |
| Hex | C5 | 93 | 3C | 0 | 19 | 46 | 17 | 26 | 36 | 32 |
| Octal | 305 | 223 | 74 | 0 | 31 | 106 | 27 | 46 | 66 | 62 |
| Binary | 11000101 | 10010011 | 111100 | 0 | 11001 | 1000110 | 10111 | 100110 | 110110 | 110010 |
Color Harmonies of #C5933C
Complementary color
Monochromatic Colors of #C5933C
Black with #C5933C
Text Example
Text Example
White with #C5933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5933C; }
p { color: rgb(197,147,60); }
H1.HeaderClassName
{
color: #C5933C;
}
.AnyTagClassName
{
color: #C5933C;
}
</style>
background-color css
<style>
a { background-color: #C5933C; }
a { background-color: rgb(197,147,60); }
div.DivClassName
{
background-color: #C5933C;
}
.BgClassName
{
background-color: #C5933C;
}
</style>
border-color css
<style>
span { border-color: #C5933C; }
span { border-color: rgb(197,147,60); }
td.TdClassName
{
border-color: #C5933C;
}
.TagClassName
{
border-color: #C5933C;
}
</style>