Shades of Sundance #C5B751
Tints of Sundance #C5B751
RGB
CMYK
RGB Variations
Color information
#C5B751 (or 0xC5B751) is known color: Sundance. HEX triplet: C5, B7 and 51. RGB value is (197,183,81). Sum of RGB (Red+Green+Blue) = 197+183+81=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B751 is #3A48AE. Grayscale: #AFAFAF. Windows color (decimal): -3819695 or 5355461. OLE color: 5355461.
HSL color Cylindrical-coordinate representation of color #C5B751: hue angle of 52.76º 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 #C5B751 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 81 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.23 |
| HSL | 52.76º | 0.5% | 0.55% | - |
| HSV(B) | 52.76º | 0.59% | 0.77% | - |
| XYZ | 41.44 | 46.33 | 14.54 | - |
| YUV | 175.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 81 | 0 | 0.07 | 0.59 | 0.23 | 52.76 | 0.5 | 0.55 |
| Hex | C5 | B7 | 51 | 0 | 7 | 3B | 17 | 35 | 32 | 37 |
| Octal | 305 | 267 | 121 | 0 | 7 | 73 | 27 | 65 | 62 | 67 |
| Binary | 11000101 | 10110111 | 1010001 | 0 | 111 | 111011 | 10111 | 110101 | 110010 | 110111 |
Color Harmonies of #C5B751
Complementary color
Monochromatic Colors of #C5B751
Black with #C5B751
Text Example
Text Example
White with #C5B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B751; }
p { color: rgb(197,183,81); }
H1.HeaderClassName
{
color: #C5B751;
}
.AnyTagClassName
{
color: #C5B751;
}
</style>
background-color css
<style>
a { background-color: #C5B751; }
a { background-color: rgb(197,183,81); }
div.DivClassName
{
background-color: #C5B751;
}
.BgClassName
{
background-color: #C5B751;
}
</style>
border-color css
<style>
span { border-color: #C5B751; }
span { border-color: rgb(197,183,81); }
td.TdClassName
{
border-color: #C5B751;
}
.TagClassName
{
border-color: #C5B751;
}
</style>