Shades of Sundance #C5A64E
Tints of Sundance #C5A64E
RGB
CMYK
RGB Variations
Color information
#C5A64E (or 0xC5A64E) is known color: Sundance. HEX triplet: C5, A6 and 4E. RGB value is (197,166,78). Sum of RGB (Red+Green+Blue) = 197+166+78=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A64E is #3A59B1. Grayscale: #A5A5A5. Windows color (decimal): -3824050 or 5154501. OLE color: 5154501.
HSL color Cylindrical-coordinate representation of color #C5A64E: hue angle of 44.37º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5A64E is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 78 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.23 |
| HSL | 44.37º | 0.51% | 0.54% | - |
| HSV(B) | 44.37º | 0.6% | 0.77% | - |
| XYZ | 38.04 | 39.69 | 12.86 | - |
| YUV | 165.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 78 | 0 | 0.16 | 0.60 | 0.23 | 44.37 | 0.51 | 0.54 |
| Hex | C5 | A6 | 4E | 0 | 10 | 3C | 17 | 2C | 33 | 36 |
| Octal | 305 | 246 | 116 | 0 | 20 | 74 | 27 | 54 | 63 | 66 |
| Binary | 11000101 | 10100110 | 1001110 | 0 | 10000 | 111100 | 10111 | 101100 | 110011 | 110110 |
Color Harmonies of #C5A64E
Complementary color
Monochromatic Colors of #C5A64E
Black with #C5A64E
Text Example
Text Example
White with #C5A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A64E; }
p { color: rgb(197,166,78); }
H1.HeaderClassName
{
color: #C5A64E;
}
.AnyTagClassName
{
color: #C5A64E;
}
</style>
background-color css
<style>
a { background-color: #C5A64E; }
a { background-color: rgb(197,166,78); }
div.DivClassName
{
background-color: #C5A64E;
}
.BgClassName
{
background-color: #C5A64E;
}
</style>
border-color css
<style>
span { border-color: #C5A64E; }
span { border-color: rgb(197,166,78); }
td.TdClassName
{
border-color: #C5A64E;
}
.TagClassName
{
border-color: #C5A64E;
}
</style>