Shades of Sundance #C5A150
Tints of Sundance #C5A150
RGB
CMYK
RGB Variations
Color information
#C5A150 (or 0xC5A150) is known color: Sundance. HEX triplet: C5, A1 and 50. RGB value is (197,161,80). Sum of RGB (Red+Green+Blue) = 197+161+80=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A150 is #3A5EAF. Grayscale: #A2A2A2. Windows color (decimal): -3825328 or 5284293. OLE color: 5284293.
HSL color Cylindrical-coordinate representation of color #C5A150: hue angle of 41.54º 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 #C5A150 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 80 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.23 |
| HSL | 41.54º | 0.5% | 0.54% | - |
| HSV(B) | 41.54º | 0.59% | 0.77% | - |
| XYZ | 37.22 | 37.94 | 12.95 | - |
| YUV | 162.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 80 | 0 | 0.18 | 0.59 | 0.23 | 41.54 | 0.5 | 0.54 |
| Hex | C5 | A1 | 50 | 0 | 12 | 3B | 17 | 2A | 32 | 36 |
| Octal | 305 | 241 | 120 | 0 | 22 | 73 | 27 | 52 | 62 | 66 |
| Binary | 11000101 | 10100001 | 1010000 | 0 | 10010 | 111011 | 10111 | 101010 | 110010 | 110110 |
Color Harmonies of #C5A150
Complementary color
Monochromatic Colors of #C5A150
Black with #C5A150
Text Example
Text Example
White with #C5A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A150; }
p { color: rgb(197,161,80); }
H1.HeaderClassName
{
color: #C5A150;
}
.AnyTagClassName
{
color: #C5A150;
}
</style>
background-color css
<style>
a { background-color: #C5A150; }
a { background-color: rgb(197,161,80); }
div.DivClassName
{
background-color: #C5A150;
}
.BgClassName
{
background-color: #C5A150;
}
</style>
border-color css
<style>
span { border-color: #C5A150; }
span { border-color: rgb(197,161,80); }
td.TdClassName
{
border-color: #C5A150;
}
.TagClassName
{
border-color: #C5A150;
}
</style>