Shades of Quicksand #C19E8D
Tints of Quicksand #C19E8D
RGB
CMYK
RGB Variations
Color information
#C19E8D (or 0xC19E8D) is known color: Quicksand. HEX triplet: C1, 9E and 8D. RGB value is (193,158,141). Sum of RGB (Red+Green+Blue) = 193+158+141=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E8D is #3E6172. Grayscale: #A6A6A6. Windows color (decimal): -4088179 or 9281217. OLE color: 9281217.
HSL color Cylindrical-coordinate representation of color #C19E8D: hue angle of 19.62º 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 #C19E8D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 141 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.24 |
| HSL | 19.62º | 0.3% | 0.65% | - |
| HSV(B) | 19.62º | 0.27% | 0.76% | - |
| XYZ | 39.03 | 37.71 | 30.42 | - |
| YUV | 166.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 141 | 0 | 0.18 | 0.27 | 0.24 | 19.62 | 0.3 | 0.65 |
| Hex | C1 | 9E | 8D | 0 | 12 | 1B | 18 | 14 | 1E | 41 |
| Octal | 301 | 236 | 215 | 0 | 22 | 33 | 30 | 24 | 36 | 101 |
| Binary | 11000001 | 10011110 | 10001101 | 0 | 10010 | 11011 | 11000 | 10100 | 11110 | 1000001 |
Color Harmonies of #C19E8D
Complementary color
Monochromatic Colors of #C19E8D
Black with #C19E8D
Text Example
Text Example
White with #C19E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E8D; }
p { color: rgb(193,158,141); }
H1.HeaderClassName
{
color: #C19E8D;
}
.AnyTagClassName
{
color: #C19E8D;
}
</style>
background-color css
<style>
a { background-color: #C19E8D; }
a { background-color: rgb(193,158,141); }
div.DivClassName
{
background-color: #C19E8D;
}
.BgClassName
{
background-color: #C19E8D;
}
</style>
border-color css
<style>
span { border-color: #C19E8D; }
span { border-color: rgb(193,158,141); }
td.TdClassName
{
border-color: #C19E8D;
}
.TagClassName
{
border-color: #C19E8D;
}
</style>