Shades of Sundance #C5BA53
Tints of Sundance #C5BA53
RGB
CMYK
RGB Variations
Color information
#C5BA53 (or 0xC5BA53) is known color: Sundance. HEX triplet: C5, BA and 53. RGB value is (197,186,83). Sum of RGB (Red+Green+Blue) = 197+186+83=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA53 is #3A45AC. Grayscale: #B1B1B1. Windows color (decimal): -3818925 or 5487301. OLE color: 5487301.
HSL color Cylindrical-coordinate representation of color #C5BA53: hue angle of 54.21º 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 #C5BA53 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 83 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.23 |
| HSL | 54.21º | 0.5% | 0.55% | - |
| HSV(B) | 54.21º | 0.58% | 0.77% | - |
| XYZ | 42.15 | 47.61 | 15.15 | - |
| YUV | 177.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 83 | 0 | 0.06 | 0.58 | 0.23 | 54.21 | 0.5 | 0.55 |
| Hex | C5 | BA | 53 | 0 | 6 | 3A | 17 | 36 | 32 | 37 |
| Octal | 305 | 272 | 123 | 0 | 6 | 72 | 27 | 66 | 62 | 67 |
| Binary | 11000101 | 10111010 | 1010011 | 0 | 110 | 111010 | 10111 | 110110 | 110010 | 110111 |
Color Harmonies of #C5BA53
Complementary color
Monochromatic Colors of #C5BA53
Black with #C5BA53
Text Example
Text Example
White with #C5BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA53; }
p { color: rgb(197,186,83); }
H1.HeaderClassName
{
color: #C5BA53;
}
.AnyTagClassName
{
color: #C5BA53;
}
</style>
background-color css
<style>
a { background-color: #C5BA53; }
a { background-color: rgb(197,186,83); }
div.DivClassName
{
background-color: #C5BA53;
}
.BgClassName
{
background-color: #C5BA53;
}
</style>
border-color css
<style>
span { border-color: #C5BA53; }
span { border-color: rgb(197,186,83); }
td.TdClassName
{
border-color: #C5BA53;
}
.TagClassName
{
border-color: #C5BA53;
}
</style>