Shades of Quicksand #C19F8D
Tints of Quicksand #C19F8D
RGB
CMYK
RGB Variations
Color information
#C19F8D (or 0xC19F8D) is known color: Quicksand. HEX triplet: C1, 9F and 8D. RGB value is (193,159,141). Sum of RGB (Red+Green+Blue) = 193+159+141=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F8D is #3E6072. Grayscale: #A7A7A7. Windows color (decimal): -4087923 or 9281473. OLE color: 9281473.
HSL color Cylindrical-coordinate representation of color #C19F8D: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19F8D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 141 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.24 |
| HSL | 20.77º | 0.3% | 0.65% | - |
| HSV(B) | 20.77º | 0.27% | 0.76% | - |
| XYZ | 39.2 | 38.06 | 30.48 | - |
| YUV | 167.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 141 | 0 | 0.18 | 0.27 | 0.24 | 20.77 | 0.3 | 0.65 |
| Hex | C1 | 9F | 8D | 0 | 12 | 1B | 18 | 15 | 1E | 41 |
| Octal | 301 | 237 | 215 | 0 | 22 | 33 | 30 | 25 | 36 | 101 |
| Binary | 11000001 | 10011111 | 10001101 | 0 | 10010 | 11011 | 11000 | 10101 | 11110 | 1000001 |
Color Harmonies of #C19F8D
Complementary color
Monochromatic Colors of #C19F8D
Black with #C19F8D
Text Example
Text Example
White with #C19F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F8D; }
p { color: rgb(193,159,141); }
H1.HeaderClassName
{
color: #C19F8D;
}
.AnyTagClassName
{
color: #C19F8D;
}
</style>
background-color css
<style>
a { background-color: #C19F8D; }
a { background-color: rgb(193,159,141); }
div.DivClassName
{
background-color: #C19F8D;
}
.BgClassName
{
background-color: #C19F8D;
}
</style>
border-color css
<style>
span { border-color: #C19F8D; }
span { border-color: rgb(193,159,141); }
td.TdClassName
{
border-color: #C19F8D;
}
.TagClassName
{
border-color: #C19F8D;
}
</style>