Shades of Sundance #C5A250
Tints of Sundance #C5A250
RGB
CMYK
RGB Variations
Color information
#C5A250 (or 0xC5A250) is known color: Sundance. HEX triplet: C5, A2 and 50. RGB value is (197,162,80). Sum of RGB (Red+Green+Blue) = 197+162+80=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A250 is #3A5DAF. Grayscale: #A3A3A3. Windows color (decimal): -3825072 or 5284549. OLE color: 5284549.
HSL color Cylindrical-coordinate representation of color #C5A250: hue angle of 42.05º 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 #C5A250 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 80 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.23 |
| HSL | 42.05º | 0.5% | 0.54% | - |
| HSV(B) | 42.05º | 0.59% | 0.77% | - |
| XYZ | 37.39 | 38.29 | 13.01 | - |
| YUV | 163.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 80 | 0 | 0.18 | 0.59 | 0.23 | 42.05 | 0.5 | 0.54 |
| Hex | C5 | A2 | 50 | 0 | 12 | 3B | 17 | 2A | 32 | 36 |
| Octal | 305 | 242 | 120 | 0 | 22 | 73 | 27 | 52 | 62 | 66 |
| Binary | 11000101 | 10100010 | 1010000 | 0 | 10010 | 111011 | 10111 | 101010 | 110010 | 110110 |
Color Harmonies of #C5A250
Complementary color
Monochromatic Colors of #C5A250
Black with #C5A250
Text Example
Text Example
White with #C5A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A250; }
p { color: rgb(197,162,80); }
H1.HeaderClassName
{
color: #C5A250;
}
.AnyTagClassName
{
color: #C5A250;
}
</style>
background-color css
<style>
a { background-color: #C5A250; }
a { background-color: rgb(197,162,80); }
div.DivClassName
{
background-color: #C5A250;
}
.BgClassName
{
background-color: #C5A250;
}
</style>
border-color css
<style>
span { border-color: #C5A250; }
span { border-color: rgb(197,162,80); }
td.TdClassName
{
border-color: #C5A250;
}
.TagClassName
{
border-color: #C5A250;
}
</style>