Shades of Sundance #C5A851
Tints of Sundance #C5A851
RGB
CMYK
RGB Variations
Color information
#C5A851 (or 0xC5A851) is known color: Sundance. HEX triplet: C5, A8 and 51. RGB value is (197,168,81). Sum of RGB (Red+Green+Blue) = 197+168+81=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A851 is #3A57AE. Grayscale: #A7A7A7. Windows color (decimal): -3823535 or 5351621. OLE color: 5351621.
HSL color Cylindrical-coordinate representation of color #C5A851: hue angle of 45º 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 #C5A851 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 81 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.23 |
| HSL | 45º | 0.5% | 0.55% | - |
| HSV(B) | 45º | 0.59% | 0.77% | - |
| XYZ | 38.51 | 40.47 | 13.57 | - |
| YUV | 166.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 81 | 0 | 0.15 | 0.59 | 0.23 | 45 | 0.5 | 0.55 |
| Hex | C5 | A8 | 51 | 0 | F | 3B | 17 | 2D | 32 | 37 |
| Octal | 305 | 250 | 121 | 0 | 17 | 73 | 27 | 55 | 62 | 67 |
| Binary | 11000101 | 10101000 | 1010001 | 0 | 1111 | 111011 | 10111 | 101101 | 110010 | 110111 |
Color Harmonies of #C5A851
Complementary color
Monochromatic Colors of #C5A851
Black with #C5A851
Text Example
Text Example
White with #C5A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A851; }
p { color: rgb(197,168,81); }
H1.HeaderClassName
{
color: #C5A851;
}
.AnyTagClassName
{
color: #C5A851;
}
</style>
background-color css
<style>
a { background-color: #C5A851; }
a { background-color: rgb(197,168,81); }
div.DivClassName
{
background-color: #C5A851;
}
.BgClassName
{
background-color: #C5A851;
}
</style>
border-color css
<style>
span { border-color: #C5A851; }
span { border-color: rgb(197,168,81); }
td.TdClassName
{
border-color: #C5A851;
}
.TagClassName
{
border-color: #C5A851;
}
</style>