Shades of Quicksand #C59C95
Tints of Quicksand #C59C95
RGB
CMYK
RGB Variations
Color information
#C59C95 (or 0xC59C95) is known color: Quicksand. HEX triplet: C5, 9C and 95. RGB value is (197,156,149). Sum of RGB (Red+Green+Blue) = 197+156+149=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C95 is #3A636A. Grayscale: #A7A7A7. Windows color (decimal): -3826539 or 9804997. OLE color: 9804997.
HSL color Cylindrical-coordinate representation of color #C59C95: hue angle of 8.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59C95 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 149 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.23 |
| HSL | 8.75º | 0.29% | 0.68% | - |
| HSV(B) | 8.75º | 0.24% | 0.77% | - |
| XYZ | 40.34 | 37.82 | 33.61 | - |
| YUV | 167.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 149 | 0 | 0.21 | 0.24 | 0.23 | 8.75 | 0.29 | 0.68 |
| Hex | C5 | 9C | 95 | 0 | 15 | 18 | 17 | 9 | 1D | 44 |
| Octal | 305 | 234 | 225 | 0 | 25 | 30 | 27 | 11 | 35 | 104 |
| Binary | 11000101 | 10011100 | 10010101 | 0 | 10101 | 11000 | 10111 | 1001 | 11101 | 1000100 |
Color Harmonies of #C59C95
Complementary color
Monochromatic Colors of #C59C95
Black with #C59C95
Text Example
Text Example
White with #C59C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C95; }
p { color: rgb(197,156,149); }
H1.HeaderClassName
{
color: #C59C95;
}
.AnyTagClassName
{
color: #C59C95;
}
</style>
background-color css
<style>
a { background-color: #C59C95; }
a { background-color: rgb(197,156,149); }
div.DivClassName
{
background-color: #C59C95;
}
.BgClassName
{
background-color: #C59C95;
}
</style>
border-color css
<style>
span { border-color: #C59C95; }
span { border-color: rgb(197,156,149); }
td.TdClassName
{
border-color: #C59C95;
}
.TagClassName
{
border-color: #C59C95;
}
</style>