Shades of Sundance #C5AA53
Tints of Sundance #C5AA53
RGB
CMYK
RGB Variations
Color information
#C5AA53 (or 0xC5AA53) is known color: Sundance. HEX triplet: C5, AA and 53. RGB value is (197,170,83). Sum of RGB (Red+Green+Blue) = 197+170+83=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA53 is #3A55AC. Grayscale: #A8A8A8. Windows color (decimal): -3823021 or 5483205. OLE color: 5483205.
HSL color Cylindrical-coordinate representation of color #C5AA53: hue angle of 45.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5AA53 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 83 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.23 |
| HSL | 45.79º | 0.5% | 0.55% | - |
| HSV(B) | 45.79º | 0.58% | 0.77% | - |
| XYZ | 38.96 | 41.24 | 14.09 | - |
| YUV | 168.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 83 | 0 | 0.14 | 0.58 | 0.23 | 45.79 | 0.5 | 0.55 |
| Hex | C5 | AA | 53 | 0 | E | 3A | 17 | 2E | 32 | 37 |
| Octal | 305 | 252 | 123 | 0 | 16 | 72 | 27 | 56 | 62 | 67 |
| Binary | 11000101 | 10101010 | 1010011 | 0 | 1110 | 111010 | 10111 | 101110 | 110010 | 110111 |
Color Harmonies of #C5AA53
Complementary color
Monochromatic Colors of #C5AA53
Black with #C5AA53
Text Example
Text Example
White with #C5AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA53; }
p { color: rgb(197,170,83); }
H1.HeaderClassName
{
color: #C5AA53;
}
.AnyTagClassName
{
color: #C5AA53;
}
</style>
background-color css
<style>
a { background-color: #C5AA53; }
a { background-color: rgb(197,170,83); }
div.DivClassName
{
background-color: #C5AA53;
}
.BgClassName
{
background-color: #C5AA53;
}
</style>
border-color css
<style>
span { border-color: #C5AA53; }
span { border-color: rgb(197,170,83); }
td.TdClassName
{
border-color: #C5AA53;
}
.TagClassName
{
border-color: #C5AA53;
}
</style>