Shades of Sundance #C5A751
Tints of Sundance #C5A751
RGB
CMYK
RGB Variations
Color information
#C5A751 (or 0xC5A751) is known color: Sundance. HEX triplet: C5, A7 and 51. RGB value is (197,167,81). Sum of RGB (Red+Green+Blue) = 197+167+81=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A751 is #3A58AE. Grayscale: #A6A6A6. Windows color (decimal): -3823791 or 5351365. OLE color: 5351365.
HSL color Cylindrical-coordinate representation of color #C5A751: hue angle of 44.48º 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 #C5A751 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 81 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.23 |
| HSL | 44.48º | 0.5% | 0.55% | - |
| HSV(B) | 44.48º | 0.59% | 0.77% | - |
| XYZ | 38.33 | 40.1 | 13.5 | - |
| YUV | 166.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 81 | 0 | 0.15 | 0.59 | 0.23 | 44.48 | 0.5 | 0.55 |
| Hex | C5 | A7 | 51 | 0 | F | 3B | 17 | 2C | 32 | 37 |
| Octal | 305 | 247 | 121 | 0 | 17 | 73 | 27 | 54 | 62 | 67 |
| Binary | 11000101 | 10100111 | 1010001 | 0 | 1111 | 111011 | 10111 | 101100 | 110010 | 110111 |
Color Harmonies of #C5A751
Complementary color
Monochromatic Colors of #C5A751
Black with #C5A751
Text Example
Text Example
White with #C5A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A751; }
p { color: rgb(197,167,81); }
H1.HeaderClassName
{
color: #C5A751;
}
.AnyTagClassName
{
color: #C5A751;
}
</style>
background-color css
<style>
a { background-color: #C5A751; }
a { background-color: rgb(197,167,81); }
div.DivClassName
{
background-color: #C5A751;
}
.BgClassName
{
background-color: #C5A751;
}
</style>
border-color css
<style>
span { border-color: #C5A751; }
span { border-color: rgb(197,167,81); }
td.TdClassName
{
border-color: #C5A751;
}
.TagClassName
{
border-color: #C5A751;
}
</style>