Shades of Quicksand #C59B93
Tints of Quicksand #C59B93
RGB
CMYK
RGB Variations
Color information
#C59B93 (or 0xC59B93) is known color: Quicksand. HEX triplet: C5, 9B and 93. RGB value is (197,155,147). Sum of RGB (Red+Green+Blue) = 197+155+147=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59B93 is #3A646C. Grayscale: #A6A6A6. Windows color (decimal): -3826797 or 9673669. OLE color: 9673669.
HSL color Cylindrical-coordinate representation of color #C59B93: hue angle of 9.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59B93 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 147 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.23 |
| HSL | 9.6º | 0.3% | 0.67% | - |
| HSV(B) | 9.6º | 0.25% | 0.77% | - |
| XYZ | 40.01 | 37.42 | 32.72 | - |
| YUV | 166.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 147 | 0 | 0.21 | 0.25 | 0.23 | 9.6 | 0.3 | 0.67 |
| Hex | C5 | 9B | 93 | 0 | 15 | 19 | 17 | A | 1E | 43 |
| Octal | 305 | 233 | 223 | 0 | 25 | 31 | 27 | 12 | 36 | 103 |
| Binary | 11000101 | 10011011 | 10010011 | 0 | 10101 | 11001 | 10111 | 1010 | 11110 | 1000011 |
Color Harmonies of #C59B93
Complementary color
Monochromatic Colors of #C59B93
Black with #C59B93
Text Example
Text Example
White with #C59B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B93; }
p { color: rgb(197,155,147); }
H1.HeaderClassName
{
color: #C59B93;
}
.AnyTagClassName
{
color: #C59B93;
}
</style>
background-color css
<style>
a { background-color: #C59B93; }
a { background-color: rgb(197,155,147); }
div.DivClassName
{
background-color: #C59B93;
}
.BgClassName
{
background-color: #C59B93;
}
</style>
border-color css
<style>
span { border-color: #C59B93; }
span { border-color: rgb(197,155,147); }
td.TdClassName
{
border-color: #C59B93;
}
.TagClassName
{
border-color: #C59B93;
}
</style>