Shades of Quicksand #C59E90
Tints of Quicksand #C59E90
RGB
CMYK
RGB Variations
Color information
#C59E90 (or 0xC59E90) is known color: Quicksand. HEX triplet: C5, 9E and 90. RGB value is (197,158,144). Sum of RGB (Red+Green+Blue) = 197+158+144=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59E90 is #3A616F. Grayscale: #A8A8A8. Windows color (decimal): -3826032 or 9477829. OLE color: 9477829.
HSL color Cylindrical-coordinate representation of color #C59E90: hue angle of 15.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59E90 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 144 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.23 |
| HSL | 15.85º | 0.31% | 0.67% | - |
| HSV(B) | 15.85º | 0.27% | 0.77% | - |
| XYZ | 40.29 | 38.34 | 31.66 | - |
| YUV | 168.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 144 | 0 | 0.20 | 0.27 | 0.23 | 15.85 | 0.31 | 0.67 |
| Hex | C5 | 9E | 90 | 0 | 14 | 1B | 17 | 10 | 1F | 43 |
| Octal | 305 | 236 | 220 | 0 | 24 | 33 | 27 | 20 | 37 | 103 |
| Binary | 11000101 | 10011110 | 10010000 | 0 | 10100 | 11011 | 10111 | 10000 | 11111 | 1000011 |
Color Harmonies of #C59E90
Complementary color
Monochromatic Colors of #C59E90
Black with #C59E90
Text Example
Text Example
White with #C59E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E90; }
p { color: rgb(197,158,144); }
H1.HeaderClassName
{
color: #C59E90;
}
.AnyTagClassName
{
color: #C59E90;
}
</style>
background-color css
<style>
a { background-color: #C59E90; }
a { background-color: rgb(197,158,144); }
div.DivClassName
{
background-color: #C59E90;
}
.BgClassName
{
background-color: #C59E90;
}
</style>
border-color css
<style>
span { border-color: #C59E90; }
span { border-color: rgb(197,158,144); }
td.TdClassName
{
border-color: #C59E90;
}
.TagClassName
{
border-color: #C59E90;
}
</style>