Shades of Sundance #C5AA49
Tints of Sundance #C5AA49
RGB
CMYK
RGB Variations
Color information
#C5AA49 (or 0xC5AA49) is known color: Sundance. HEX triplet: C5, AA and 49. RGB value is (197,170,73). Sum of RGB (Red+Green+Blue) = 197+170+73=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA49 is #3A55B6. Grayscale: #A7A7A7. Windows color (decimal): -3823031 or 4827845. OLE color: 4827845.
HSL color Cylindrical-coordinate representation of color #C5AA49: hue angle of 46.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5AA49 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 73 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.23 |
| HSL | 46.94º | 0.52% | 0.53% | - |
| HSV(B) | 46.94º | 0.63% | 0.77% | - |
| XYZ | 38.6 | 41.1 | 12.2 | - |
| YUV | 167.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 73 | 0 | 0.14 | 0.63 | 0.23 | 46.94 | 0.52 | 0.53 |
| Hex | C5 | AA | 49 | 0 | E | 3F | 17 | 2F | 34 | 35 |
| Octal | 305 | 252 | 111 | 0 | 16 | 77 | 27 | 57 | 64 | 65 |
| Binary | 11000101 | 10101010 | 1001001 | 0 | 1110 | 111111 | 10111 | 101111 | 110100 | 110101 |
Color Harmonies of #C5AA49
Complementary color
Monochromatic Colors of #C5AA49
Black with #C5AA49
Text Example
Text Example
White with #C5AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA49; }
p { color: rgb(197,170,73); }
H1.HeaderClassName
{
color: #C5AA49;
}
.AnyTagClassName
{
color: #C5AA49;
}
</style>
background-color css
<style>
a { background-color: #C5AA49; }
a { background-color: rgb(197,170,73); }
div.DivClassName
{
background-color: #C5AA49;
}
.BgClassName
{
background-color: #C5AA49;
}
</style>
border-color css
<style>
span { border-color: #C5AA49; }
span { border-color: rgb(197,170,73); }
td.TdClassName
{
border-color: #C5AA49;
}
.TagClassName
{
border-color: #C5AA49;
}
</style>