Shades of Sundance #C5A04E
Tints of Sundance #C5A04E
RGB
CMYK
RGB Variations
Color information
#C5A04E (or 0xC5A04E) is known color: Sundance. HEX triplet: C5, A0 and 4E. RGB value is (197,160,78). Sum of RGB (Red+Green+Blue) = 197+160+78=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A04E is #3A5FB1. Grayscale: #A2A2A2. Windows color (decimal): -3825586 or 5152965. OLE color: 5152965.
HSL color Cylindrical-coordinate representation of color #C5A04E: hue angle of 41.34º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5A04E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 78 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.23 |
| HSL | 41.34º | 0.51% | 0.54% | - |
| HSV(B) | 41.34º | 0.6% | 0.77% | - |
| XYZ | 36.97 | 37.56 | 12.51 | - |
| YUV | 161.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 78 | 0 | 0.19 | 0.60 | 0.23 | 41.34 | 0.51 | 0.54 |
| Hex | C5 | A0 | 4E | 0 | 13 | 3C | 17 | 29 | 33 | 36 |
| Octal | 305 | 240 | 116 | 0 | 23 | 74 | 27 | 51 | 63 | 66 |
| Binary | 11000101 | 10100000 | 1001110 | 0 | 10011 | 111100 | 10111 | 101001 | 110011 | 110110 |
Color Harmonies of #C5A04E
Complementary color
Monochromatic Colors of #C5A04E
Black with #C5A04E
Text Example
Text Example
White with #C5A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A04E; }
p { color: rgb(197,160,78); }
H1.HeaderClassName
{
color: #C5A04E;
}
.AnyTagClassName
{
color: #C5A04E;
}
</style>
background-color css
<style>
a { background-color: #C5A04E; }
a { background-color: rgb(197,160,78); }
div.DivClassName
{
background-color: #C5A04E;
}
.BgClassName
{
background-color: #C5A04E;
}
</style>
border-color css
<style>
span { border-color: #C5A04E; }
span { border-color: rgb(197,160,78); }
td.TdClassName
{
border-color: #C5A04E;
}
.TagClassName
{
border-color: #C5A04E;
}
</style>