Shades of Sundance #C5A653
Tints of Sundance #C5A653
RGB
CMYK
RGB Variations
Color information
#C5A653 (or 0xC5A653) is known color: Sundance. HEX triplet: C5, A6 and 53. RGB value is (197,166,83). Sum of RGB (Red+Green+Blue) = 197+166+83=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A653 is #3A59AC. Grayscale: #A6A6A6. Windows color (decimal): -3824045 or 5482181. OLE color: 5482181.
HSL color Cylindrical-coordinate representation of color #C5A653: hue angle of 43.68º 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 #C5A653 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 83 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.23 |
| HSL | 43.68º | 0.5% | 0.55% | - |
| HSV(B) | 43.68º | 0.58% | 0.77% | - |
| XYZ | 38.22 | 39.77 | 13.84 | - |
| YUV | 165.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 83 | 0 | 0.16 | 0.58 | 0.23 | 43.68 | 0.5 | 0.55 |
| Hex | C5 | A6 | 53 | 0 | 10 | 3A | 17 | 2C | 32 | 37 |
| Octal | 305 | 246 | 123 | 0 | 20 | 72 | 27 | 54 | 62 | 67 |
| Binary | 11000101 | 10100110 | 1010011 | 0 | 10000 | 111010 | 10111 | 101100 | 110010 | 110111 |
Color Harmonies of #C5A653
Complementary color
Monochromatic Colors of #C5A653
Black with #C5A653
Text Example
Text Example
White with #C5A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A653; }
p { color: rgb(197,166,83); }
H1.HeaderClassName
{
color: #C5A653;
}
.AnyTagClassName
{
color: #C5A653;
}
</style>
background-color css
<style>
a { background-color: #C5A653; }
a { background-color: rgb(197,166,83); }
div.DivClassName
{
background-color: #C5A653;
}
.BgClassName
{
background-color: #C5A653;
}
</style>
border-color css
<style>
span { border-color: #C5A653; }
span { border-color: rgb(197,166,83); }
td.TdClassName
{
border-color: #C5A653;
}
.TagClassName
{
border-color: #C5A653;
}
</style>