Shades of Quicksand #C5958D
Tints of Quicksand #C5958D
RGB
CMYK
RGB Variations
Color information
#C5958D (or 0xC5958D) is known color: Quicksand. HEX triplet: C5, 95 and 8D. RGB value is (197,149,141). Sum of RGB (Red+Green+Blue) = 197+149+141=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5958D is #3A6A72. Grayscale: #A2A2A2. Windows color (decimal): -3828339 or 9278917. OLE color: 9278917.
HSL color Cylindrical-coordinate representation of color #C5958D: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5958D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 141 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.23 |
| HSL | 8.57º | 0.33% | 0.66% | - |
| HSV(B) | 8.57º | 0.28% | 0.77% | - |
| XYZ | 38.58 | 35.29 | 29.98 | - |
| YUV | 162.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 141 | 0 | 0.24 | 0.28 | 0.23 | 8.57 | 0.33 | 0.66 |
| Hex | C5 | 95 | 8D | 0 | 18 | 1C | 17 | 9 | 21 | 42 |
| Octal | 305 | 225 | 215 | 0 | 30 | 34 | 27 | 11 | 41 | 102 |
| Binary | 11000101 | 10010101 | 10001101 | 0 | 11000 | 11100 | 10111 | 1001 | 100001 | 1000010 |
Color Harmonies of #C5958D
Complementary color
Monochromatic Colors of #C5958D
Black with #C5958D
Text Example
Text Example
White with #C5958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5958D; }
p { color: rgb(197,149,141); }
H1.HeaderClassName
{
color: #C5958D;
}
.AnyTagClassName
{
color: #C5958D;
}
</style>
background-color css
<style>
a { background-color: #C5958D; }
a { background-color: rgb(197,149,141); }
div.DivClassName
{
background-color: #C5958D;
}
.BgClassName
{
background-color: #C5958D;
}
</style>
border-color css
<style>
span { border-color: #C5958D; }
span { border-color: rgb(197,149,141); }
td.TdClassName
{
border-color: #C5958D;
}
.TagClassName
{
border-color: #C5958D;
}
</style>