Shades of Sundance #C5AA50
Tints of Sundance #C5AA50
RGB
CMYK
RGB Variations
Color information
#C5AA50 (or 0xC5AA50) is known color: Sundance. HEX triplet: C5, AA and 50. RGB value is (197,170,80). Sum of RGB (Red+Green+Blue) = 197+170+80=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA50 is #3A55AF. Grayscale: #A8A8A8. Windows color (decimal): -3823024 or 5286597. OLE color: 5286597.
HSL color Cylindrical-coordinate representation of color #C5AA50: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5AA50 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 80 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.23 |
| HSL | 46.15º | 0.5% | 0.54% | - |
| HSV(B) | 46.15º | 0.59% | 0.77% | - |
| XYZ | 38.85 | 41.2 | 13.49 | - |
| YUV | 167.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 80 | 0 | 0.14 | 0.59 | 0.23 | 46.15 | 0.5 | 0.54 |
| Hex | C5 | AA | 50 | 0 | E | 3B | 17 | 2E | 32 | 36 |
| Octal | 305 | 252 | 120 | 0 | 16 | 73 | 27 | 56 | 62 | 66 |
| Binary | 11000101 | 10101010 | 1010000 | 0 | 1110 | 111011 | 10111 | 101110 | 110010 | 110110 |
Color Harmonies of #C5AA50
Complementary color
Monochromatic Colors of #C5AA50
Black with #C5AA50
Text Example
Text Example
White with #C5AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA50; }
p { color: rgb(197,170,80); }
H1.HeaderClassName
{
color: #C5AA50;
}
.AnyTagClassName
{
color: #C5AA50;
}
</style>
background-color css
<style>
a { background-color: #C5AA50; }
a { background-color: rgb(197,170,80); }
div.DivClassName
{
background-color: #C5AA50;
}
.BgClassName
{
background-color: #C5AA50;
}
</style>
border-color css
<style>
span { border-color: #C5AA50; }
span { border-color: rgb(197,170,80); }
td.TdClassName
{
border-color: #C5AA50;
}
.TagClassName
{
border-color: #C5AA50;
}
</style>