Shades of Quicksand #C59B95
Tints of Quicksand #C59B95
RGB
CMYK
RGB Variations
Color information
#C59B95 (or 0xC59B95) is known color: Quicksand. HEX triplet: C5, 9B and 95. RGB value is (197,155,149). Sum of RGB (Red+Green+Blue) = 197+155+149=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59B95 is #3A646A. Grayscale: #A6A6A6. Windows color (decimal): -3826795 or 9804741. OLE color: 9804741.
HSL color Cylindrical-coordinate representation of color #C59B95: hue angle of 7.5º 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 #C59B95 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 149 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.23 |
| HSL | 7.5º | 0.29% | 0.68% | - |
| HSV(B) | 7.5º | 0.24% | 0.77% | - |
| XYZ | 40.17 | 37.48 | 33.55 | - |
| YUV | 166.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 149 | 0 | 0.21 | 0.24 | 0.23 | 7.5 | 0.29 | 0.68 |
| Hex | C5 | 9B | 95 | 0 | 15 | 18 | 17 | 8 | 1D | 44 |
| Octal | 305 | 233 | 225 | 0 | 25 | 30 | 27 | 10 | 35 | 104 |
| Binary | 11000101 | 10011011 | 10010101 | 0 | 10101 | 11000 | 10111 | 1000 | 11101 | 1000100 |
Color Harmonies of #C59B95
Complementary color
Monochromatic Colors of #C59B95
Black with #C59B95
Text Example
Text Example
White with #C59B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B95; }
p { color: rgb(197,155,149); }
H1.HeaderClassName
{
color: #C59B95;
}
.AnyTagClassName
{
color: #C59B95;
}
</style>
background-color css
<style>
a { background-color: #C59B95; }
a { background-color: rgb(197,155,149); }
div.DivClassName
{
background-color: #C59B95;
}
.BgClassName
{
background-color: #C59B95;
}
</style>
border-color css
<style>
span { border-color: #C59B95; }
span { border-color: rgb(197,155,149); }
td.TdClassName
{
border-color: #C59B95;
}
.TagClassName
{
border-color: #C59B95;
}
</style>