Shades of Sundance #C5B656
Tints of Sundance #C5B656
RGB
CMYK
RGB Variations
Color information
#C5B656 (or 0xC5B656) is known color: Sundance. HEX triplet: C5, B6 and 56. RGB value is (197,182,86). Sum of RGB (Red+Green+Blue) = 197+182+86=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B656 is #3A49A9. Grayscale: #AFAFAF. Windows color (decimal): -3819946 or 5682885. OLE color: 5682885.
HSL color Cylindrical-coordinate representation of color #C5B656: hue angle of 51.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5B656 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 86 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.23 |
| HSL | 51.89º | 0.49% | 0.55% | - |
| HSV(B) | 51.89º | 0.56% | 0.77% | - |
| XYZ | 41.43 | 46 | 15.5 | - |
| YUV | 175.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 86 | 0 | 0.08 | 0.56 | 0.23 | 51.89 | 0.49 | 0.55 |
| Hex | C5 | B6 | 56 | 0 | 8 | 38 | 17 | 34 | 31 | 37 |
| Octal | 305 | 266 | 126 | 0 | 10 | 70 | 27 | 64 | 61 | 67 |
| Binary | 11000101 | 10110110 | 1010110 | 0 | 1000 | 111000 | 10111 | 110100 | 110001 | 110111 |
Color Harmonies of #C5B656
Complementary color
Monochromatic Colors of #C5B656
Black with #C5B656
Text Example
Text Example
White with #C5B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B656; }
p { color: rgb(197,182,86); }
H1.HeaderClassName
{
color: #C5B656;
}
.AnyTagClassName
{
color: #C5B656;
}
</style>
background-color css
<style>
a { background-color: #C5B656; }
a { background-color: rgb(197,182,86); }
div.DivClassName
{
background-color: #C5B656;
}
.BgClassName
{
background-color: #C5B656;
}
</style>
border-color css
<style>
span { border-color: #C5B656; }
span { border-color: rgb(197,182,86); }
td.TdClassName
{
border-color: #C5B656;
}
.TagClassName
{
border-color: #C5B656;
}
</style>