Shades of Sundance #C5A053
Tints of Sundance #C5A053
RGB
CMYK
RGB Variations
Color information
#C5A053 (or 0xC5A053) is known color: Sundance. HEX triplet: C5, A0 and 53. RGB value is (197,160,83). Sum of RGB (Red+Green+Blue) = 197+160+83=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A053 is #3A5FAC. Grayscale: #A2A2A2. Windows color (decimal): -3825581 or 5480645. OLE color: 5480645.
HSL color Cylindrical-coordinate representation of color #C5A053: hue angle of 40.53º 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 #C5A053 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 83 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.23 |
| HSL | 40.53º | 0.5% | 0.55% | - |
| HSV(B) | 40.53º | 0.58% | 0.77% | - |
| XYZ | 37.16 | 37.64 | 13.49 | - |
| YUV | 162.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 83 | 0 | 0.19 | 0.58 | 0.23 | 40.53 | 0.5 | 0.55 |
| Hex | C5 | A0 | 53 | 0 | 13 | 3A | 17 | 29 | 32 | 37 |
| Octal | 305 | 240 | 123 | 0 | 23 | 72 | 27 | 51 | 62 | 67 |
| Binary | 11000101 | 10100000 | 1010011 | 0 | 10011 | 111010 | 10111 | 101001 | 110010 | 110111 |
Color Harmonies of #C5A053
Complementary color
Monochromatic Colors of #C5A053
Black with #C5A053
Text Example
Text Example
White with #C5A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A053; }
p { color: rgb(197,160,83); }
H1.HeaderClassName
{
color: #C5A053;
}
.AnyTagClassName
{
color: #C5A053;
}
</style>
background-color css
<style>
a { background-color: #C5A053; }
a { background-color: rgb(197,160,83); }
div.DivClassName
{
background-color: #C5A053;
}
.BgClassName
{
background-color: #C5A053;
}
</style>
border-color css
<style>
span { border-color: #C5A053; }
span { border-color: rgb(197,160,83); }
td.TdClassName
{
border-color: #C5A053;
}
.TagClassName
{
border-color: #C5A053;
}
</style>