Shades of Sundance #C5BC50
Tints of Sundance #C5BC50
RGB
CMYK
RGB Variations
Color information
#C5BC50 (or 0xC5BC50) is known color: Sundance. HEX triplet: C5, BC and 50. RGB value is (197,188,80). Sum of RGB (Red+Green+Blue) = 197+188+80=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC50 is #3A43AF. Grayscale: #B2B2B2. Windows color (decimal): -3818416 or 5291205. OLE color: 5291205.
HSL color Cylindrical-coordinate representation of color #C5BC50: hue angle of 55.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5BC50 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 80 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.23 |
| HSL | 55.38º | 0.5% | 0.54% | - |
| HSV(B) | 55.38º | 0.59% | 0.77% | - |
| XYZ | 42.46 | 48.42 | 14.7 | - |
| YUV | 178.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 80 | 0 | 0.05 | 0.59 | 0.23 | 55.38 | 0.5 | 0.54 |
| Hex | C5 | BC | 50 | 0 | 5 | 3B | 17 | 37 | 32 | 36 |
| Octal | 305 | 274 | 120 | 0 | 5 | 73 | 27 | 67 | 62 | 66 |
| Binary | 11000101 | 10111100 | 1010000 | 0 | 101 | 111011 | 10111 | 110111 | 110010 | 110110 |
Color Harmonies of #C5BC50
Complementary color
Monochromatic Colors of #C5BC50
Black with #C5BC50
Text Example
Text Example
White with #C5BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC50; }
p { color: rgb(197,188,80); }
H1.HeaderClassName
{
color: #C5BC50;
}
.AnyTagClassName
{
color: #C5BC50;
}
</style>
background-color css
<style>
a { background-color: #C5BC50; }
a { background-color: rgb(197,188,80); }
div.DivClassName
{
background-color: #C5BC50;
}
.BgClassName
{
background-color: #C5BC50;
}
</style>
border-color css
<style>
span { border-color: #C5BC50; }
span { border-color: rgb(197,188,80); }
td.TdClassName
{
border-color: #C5BC50;
}
.TagClassName
{
border-color: #C5BC50;
}
</style>