Shades of Sundance #C5B358
Tints of Sundance #C5B358
RGB
CMYK
RGB Variations
Color information
#C5B358 (or 0xC5B358) is known color: Sundance. HEX triplet: C5, B3 and 58. RGB value is (197,179,88). Sum of RGB (Red+Green+Blue) = 197+179+88=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B358 is #3A4CA7. Grayscale: #AEAEAE. Windows color (decimal): -3820712 or 5813189. OLE color: 5813189.
HSL color Cylindrical-coordinate representation of color #C5B358: hue angle of 50.09º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5B358 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 88 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.23 |
| HSL | 50.09º | 0.48% | 0.56% | - |
| HSV(B) | 50.09º | 0.55% | 0.77% | - |
| XYZ | 40.91 | 44.82 | 15.73 | - |
| YUV | 174.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 88 | 0 | 0.09 | 0.55 | 0.23 | 50.09 | 0.48 | 0.56 |
| Hex | C5 | B3 | 58 | 0 | 9 | 37 | 17 | 32 | 30 | 38 |
| Octal | 305 | 263 | 130 | 0 | 11 | 67 | 27 | 62 | 60 | 70 |
| Binary | 11000101 | 10110011 | 1011000 | 0 | 1001 | 110111 | 10111 | 110010 | 110000 | 111000 |
Color Harmonies of #C5B358
Complementary color
Monochromatic Colors of #C5B358
Black with #C5B358
Text Example
Text Example
White with #C5B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B358; }
p { color: rgb(197,179,88); }
H1.HeaderClassName
{
color: #C5B358;
}
.AnyTagClassName
{
color: #C5B358;
}
</style>
background-color css
<style>
a { background-color: #C5B358; }
a { background-color: rgb(197,179,88); }
div.DivClassName
{
background-color: #C5B358;
}
.BgClassName
{
background-color: #C5B358;
}
</style>
border-color css
<style>
span { border-color: #C5B358; }
span { border-color: rgb(197,179,88); }
td.TdClassName
{
border-color: #C5B358;
}
.TagClassName
{
border-color: #C5B358;
}
</style>