Shades of Sundance #C5B351
Tints of Sundance #C5B351
RGB
CMYK
RGB Variations
Color information
#C5B351 (or 0xC5B351) is known color: Sundance. HEX triplet: C5, B3 and 51. RGB value is (197,179,81). Sum of RGB (Red+Green+Blue) = 197+179+81=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B351 is #3A4CAE. Grayscale: #ADADAD. Windows color (decimal): -3820719 or 5354437. OLE color: 5354437.
HSL color Cylindrical-coordinate representation of color #C5B351: hue angle of 50.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5B351 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 81 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.23 |
| HSL | 50.69º | 0.5% | 0.55% | - |
| HSV(B) | 50.69º | 0.59% | 0.77% | - |
| XYZ | 40.63 | 44.7 | 14.27 | - |
| YUV | 173.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 81 | 0 | 0.09 | 0.59 | 0.23 | 50.69 | 0.5 | 0.55 |
| Hex | C5 | B3 | 51 | 0 | 9 | 3B | 17 | 33 | 32 | 37 |
| Octal | 305 | 263 | 121 | 0 | 11 | 73 | 27 | 63 | 62 | 67 |
| Binary | 11000101 | 10110011 | 1010001 | 0 | 1001 | 111011 | 10111 | 110011 | 110010 | 110111 |
Color Harmonies of #C5B351
Complementary color
Monochromatic Colors of #C5B351
Black with #C5B351
Text Example
Text Example
White with #C5B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B351; }
p { color: rgb(197,179,81); }
H1.HeaderClassName
{
color: #C5B351;
}
.AnyTagClassName
{
color: #C5B351;
}
</style>
background-color css
<style>
a { background-color: #C5B351; }
a { background-color: rgb(197,179,81); }
div.DivClassName
{
background-color: #C5B351;
}
.BgClassName
{
background-color: #C5B351;
}
</style>
border-color css
<style>
span { border-color: #C5B351; }
span { border-color: rgb(197,179,81); }
td.TdClassName
{
border-color: #C5B351;
}
.TagClassName
{
border-color: #C5B351;
}
</style>