Shades of Sundance #C5B955
Tints of Sundance #C5B955
RGB
CMYK
RGB Variations
Color information
#C5B955 (or 0xC5B955) is known color: Sundance. HEX triplet: C5, B9 and 55. RGB value is (197,185,85). Sum of RGB (Red+Green+Blue) = 197+185+85=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B955 is #3A46AA. Grayscale: #B1B1B1. Windows color (decimal): -3819179 or 5618117. OLE color: 5618117.
HSL color Cylindrical-coordinate representation of color #C5B955: hue angle of 53.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5B955 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 85 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.23 |
| HSL | 53.57º | 0.49% | 0.55% | - |
| HSV(B) | 53.57º | 0.57% | 0.77% | - |
| XYZ | 42.01 | 47.22 | 15.5 | - |
| YUV | 177.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 85 | 0 | 0.06 | 0.57 | 0.23 | 53.57 | 0.49 | 0.55 |
| Hex | C5 | B9 | 55 | 0 | 6 | 39 | 17 | 36 | 31 | 37 |
| Octal | 305 | 271 | 125 | 0 | 6 | 71 | 27 | 66 | 61 | 67 |
| Binary | 11000101 | 10111001 | 1010101 | 0 | 110 | 111001 | 10111 | 110110 | 110001 | 110111 |
Color Harmonies of #C5B955
Complementary color
Monochromatic Colors of #C5B955
Black with #C5B955
Text Example
Text Example
White with #C5B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B955; }
p { color: rgb(197,185,85); }
H1.HeaderClassName
{
color: #C5B955;
}
.AnyTagClassName
{
color: #C5B955;
}
</style>
background-color css
<style>
a { background-color: #C5B955; }
a { background-color: rgb(197,185,85); }
div.DivClassName
{
background-color: #C5B955;
}
.BgClassName
{
background-color: #C5B955;
}
</style>
border-color css
<style>
span { border-color: #C5B955; }
span { border-color: rgb(197,185,85); }
td.TdClassName
{
border-color: #C5B955;
}
.TagClassName
{
border-color: #C5B955;
}
</style>