Shades of Sundance #C5A853
Tints of Sundance #C5A853
RGB
CMYK
RGB Variations
Color information
#C5A853 (or 0xC5A853) is known color: Sundance. HEX triplet: C5, A8 and 53. RGB value is (197,168,83). Sum of RGB (Red+Green+Blue) = 197+168+83=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A853 is #3A57AC. Grayscale: #A7A7A7. Windows color (decimal): -3823533 or 5482693. OLE color: 5482693.
HSL color Cylindrical-coordinate representation of color #C5A853: hue angle of 44.74º 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 #C5A853 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 83 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.23 |
| HSL | 44.74º | 0.5% | 0.55% | - |
| HSV(B) | 44.74º | 0.58% | 0.77% | - |
| XYZ | 38.59 | 40.5 | 13.97 | - |
| YUV | 166.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 83 | 0 | 0.15 | 0.58 | 0.23 | 44.74 | 0.5 | 0.55 |
| Hex | C5 | A8 | 53 | 0 | F | 3A | 17 | 2D | 32 | 37 |
| Octal | 305 | 250 | 123 | 0 | 17 | 72 | 27 | 55 | 62 | 67 |
| Binary | 11000101 | 10101000 | 1010011 | 0 | 1111 | 111010 | 10111 | 101101 | 110010 | 110111 |
Color Harmonies of #C5A853
Complementary color
Monochromatic Colors of #C5A853
Black with #C5A853
Text Example
Text Example
White with #C5A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A853; }
p { color: rgb(197,168,83); }
H1.HeaderClassName
{
color: #C5A853;
}
.AnyTagClassName
{
color: #C5A853;
}
</style>
background-color css
<style>
a { background-color: #C5A853; }
a { background-color: rgb(197,168,83); }
div.DivClassName
{
background-color: #C5A853;
}
.BgClassName
{
background-color: #C5A853;
}
</style>
border-color css
<style>
span { border-color: #C5A853; }
span { border-color: rgb(197,168,83); }
td.TdClassName
{
border-color: #C5A853;
}
.TagClassName
{
border-color: #C5A853;
}
</style>