Shades of Sundance #C5A051
Tints of Sundance #C5A051
RGB
CMYK
RGB Variations
Color information
#C5A051 (or 0xC5A051) is known color: Sundance. HEX triplet: C5, A0 and 51. RGB value is (197,160,81). Sum of RGB (Red+Green+Blue) = 197+160+81=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A051 is #3A5FAE. Grayscale: #A2A2A2. Windows color (decimal): -3825583 or 5349573. OLE color: 5349573.
HSL color Cylindrical-coordinate representation of color #C5A051: hue angle of 40.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5A051 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.23 |
| HSL | 40.86º | 0.5% | 0.55% | - |
| HSV(B) | 40.86º | 0.59% | 0.77% | - |
| XYZ | 37.08 | 37.61 | 13.09 | - |
| YUV | 162.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 81 | 0 | 0.19 | 0.59 | 0.23 | 40.86 | 0.5 | 0.55 |
| Hex | C5 | A0 | 51 | 0 | 13 | 3B | 17 | 29 | 32 | 37 |
| Octal | 305 | 240 | 121 | 0 | 23 | 73 | 27 | 51 | 62 | 67 |
| Binary | 11000101 | 10100000 | 1010001 | 0 | 10011 | 111011 | 10111 | 101001 | 110010 | 110111 |
Color Harmonies of #C5A051
Complementary color
Monochromatic Colors of #C5A051
Black with #C5A051
Text Example
Text Example
White with #C5A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A051; }
p { color: rgb(197,160,81); }
H1.HeaderClassName
{
color: #C5A051;
}
.AnyTagClassName
{
color: #C5A051;
}
</style>
background-color css
<style>
a { background-color: #C5A051; }
a { background-color: rgb(197,160,81); }
div.DivClassName
{
background-color: #C5A051;
}
.BgClassName
{
background-color: #C5A051;
}
</style>
border-color css
<style>
span { border-color: #C5A051; }
span { border-color: rgb(197,160,81); }
td.TdClassName
{
border-color: #C5A051;
}
.TagClassName
{
border-color: #C5A051;
}
</style>