Shades of Sundance #C5B356
Tints of Sundance #C5B356
RGB
CMYK
RGB Variations
Color information
#C5B356 (or 0xC5B356) is known color: Sundance. HEX triplet: C5, B3 and 56. RGB value is (197,179,86). Sum of RGB (Red+Green+Blue) = 197+179+86=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B356 is #3A4CA9. Grayscale: #AEAEAE. Windows color (decimal): -3820714 or 5682117. OLE color: 5682117.
HSL color Cylindrical-coordinate representation of color #C5B356: hue angle of 50.27º 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 #C5B356 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 86 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.23 |
| HSL | 50.27º | 0.49% | 0.55% | - |
| HSV(B) | 50.27º | 0.56% | 0.77% | - |
| XYZ | 40.83 | 44.78 | 15.3 | - |
| YUV | 173.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 86 | 0 | 0.09 | 0.56 | 0.23 | 50.27 | 0.49 | 0.55 |
| Hex | C5 | B3 | 56 | 0 | 9 | 38 | 17 | 32 | 31 | 37 |
| Octal | 305 | 263 | 126 | 0 | 11 | 70 | 27 | 62 | 61 | 67 |
| Binary | 11000101 | 10110011 | 1010110 | 0 | 1001 | 111000 | 10111 | 110010 | 110001 | 110111 |
Color Harmonies of #C5B356
Complementary color
Monochromatic Colors of #C5B356
Black with #C5B356
Text Example
Text Example
White with #C5B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B356; }
p { color: rgb(197,179,86); }
H1.HeaderClassName
{
color: #C5B356;
}
.AnyTagClassName
{
color: #C5B356;
}
</style>
background-color css
<style>
a { background-color: #C5B356; }
a { background-color: rgb(197,179,86); }
div.DivClassName
{
background-color: #C5B356;
}
.BgClassName
{
background-color: #C5B356;
}
</style>
border-color css
<style>
span { border-color: #C5B356; }
span { border-color: rgb(197,179,86); }
td.TdClassName
{
border-color: #C5B356;
}
.TagClassName
{
border-color: #C5B356;
}
</style>