Shades of Sundance #C5A64A
Tints of Sundance #C5A64A
RGB
CMYK
RGB Variations
Color information
#C5A64A (or 0xC5A64A) is known color: Sundance. HEX triplet: C5, A6 and 4A. RGB value is (197,166,74). Sum of RGB (Red+Green+Blue) = 197+166+74=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A64A is #3A59B5. Grayscale: #A5A5A5. Windows color (decimal): -3824054 or 4892357. OLE color: 4892357.
HSL color Cylindrical-coordinate representation of color #C5A64A: hue angle of 44.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A64A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 74 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.23 |
| HSL | 44.88º | 0.51% | 0.53% | - |
| HSV(B) | 44.88º | 0.62% | 0.77% | - |
| XYZ | 37.9 | 39.64 | 12.13 | - |
| YUV | 164.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 74 | 0 | 0.16 | 0.62 | 0.23 | 44.88 | 0.51 | 0.53 |
| Hex | C5 | A6 | 4A | 0 | 10 | 3E | 17 | 2D | 33 | 35 |
| Octal | 305 | 246 | 112 | 0 | 20 | 76 | 27 | 55 | 63 | 65 |
| Binary | 11000101 | 10100110 | 1001010 | 0 | 10000 | 111110 | 10111 | 101101 | 110011 | 110101 |
Color Harmonies of #C5A64A
Complementary color
Monochromatic Colors of #C5A64A
Black with #C5A64A
Text Example
Text Example
White with #C5A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A64A; }
p { color: rgb(197,166,74); }
H1.HeaderClassName
{
color: #C5A64A;
}
.AnyTagClassName
{
color: #C5A64A;
}
</style>
background-color css
<style>
a { background-color: #C5A64A; }
a { background-color: rgb(197,166,74); }
div.DivClassName
{
background-color: #C5A64A;
}
.BgClassName
{
background-color: #C5A64A;
}
</style>
border-color css
<style>
span { border-color: #C5A64A; }
span { border-color: rgb(197,166,74); }
td.TdClassName
{
border-color: #C5A64A;
}
.TagClassName
{
border-color: #C5A64A;
}
</style>