Shades of Sundance #C5A950
Tints of Sundance #C5A950
RGB
CMYK
RGB Variations
Color information
#C5A950 (or 0xC5A950) is known color: Sundance. HEX triplet: C5, A9 and 50. RGB value is (197,169,80). Sum of RGB (Red+Green+Blue) = 197+169+80=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A950 is #3A56AF. Grayscale: #A7A7A7. Windows color (decimal): -3823280 or 5286341. OLE color: 5286341.
HSL color Cylindrical-coordinate representation of color #C5A950: hue angle of 45.64º 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 #C5A950 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 80 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.23 |
| HSL | 45.64º | 0.5% | 0.54% | - |
| HSV(B) | 45.64º | 0.59% | 0.77% | - |
| XYZ | 38.66 | 40.83 | 13.43 | - |
| YUV | 167.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 80 | 0 | 0.14 | 0.59 | 0.23 | 45.64 | 0.5 | 0.54 |
| Hex | C5 | A9 | 50 | 0 | E | 3B | 17 | 2E | 32 | 36 |
| Octal | 305 | 251 | 120 | 0 | 16 | 73 | 27 | 56 | 62 | 66 |
| Binary | 11000101 | 10101001 | 1010000 | 0 | 1110 | 111011 | 10111 | 101110 | 110010 | 110110 |
Color Harmonies of #C5A950
Complementary color
Monochromatic Colors of #C5A950
Black with #C5A950
Text Example
Text Example
White with #C5A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A950; }
p { color: rgb(197,169,80); }
H1.HeaderClassName
{
color: #C5A950;
}
.AnyTagClassName
{
color: #C5A950;
}
</style>
background-color css
<style>
a { background-color: #C5A950; }
a { background-color: rgb(197,169,80); }
div.DivClassName
{
background-color: #C5A950;
}
.BgClassName
{
background-color: #C5A950;
}
</style>
border-color css
<style>
span { border-color: #C5A950; }
span { border-color: rgb(197,169,80); }
td.TdClassName
{
border-color: #C5A950;
}
.TagClassName
{
border-color: #C5A950;
}
</style>