Shades of Quicksand #C19B8D
Tints of Quicksand #C19B8D
RGB
CMYK
RGB Variations
Color information
#C19B8D (or 0xC19B8D) is known color: Quicksand. HEX triplet: C1, 9B and 8D. RGB value is (193,155,141). Sum of RGB (Red+Green+Blue) = 193+155+141=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B8D is #3E6472. Grayscale: #A4A4A4. Windows color (decimal): -4088947 or 9280449. OLE color: 9280449.
HSL color Cylindrical-coordinate representation of color #C19B8D: hue angle of 16.15º 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 #C19B8D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 141 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.24 |
| HSL | 16.15º | 0.3% | 0.65% | - |
| HSV(B) | 16.15º | 0.27% | 0.76% | - |
| XYZ | 38.52 | 36.7 | 30.25 | - |
| YUV | 164.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 141 | 0 | 0.20 | 0.27 | 0.24 | 16.15 | 0.3 | 0.65 |
| Hex | C1 | 9B | 8D | 0 | 14 | 1B | 18 | 10 | 1E | 41 |
| Octal | 301 | 233 | 215 | 0 | 24 | 33 | 30 | 20 | 36 | 101 |
| Binary | 11000001 | 10011011 | 10001101 | 0 | 10100 | 11011 | 11000 | 10000 | 11110 | 1000001 |
Color Harmonies of #C19B8D
Complementary color
Monochromatic Colors of #C19B8D
Black with #C19B8D
Text Example
Text Example
White with #C19B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B8D; }
p { color: rgb(193,155,141); }
H1.HeaderClassName
{
color: #C19B8D;
}
.AnyTagClassName
{
color: #C19B8D;
}
</style>
background-color css
<style>
a { background-color: #C19B8D; }
a { background-color: rgb(193,155,141); }
div.DivClassName
{
background-color: #C19B8D;
}
.BgClassName
{
background-color: #C19B8D;
}
</style>
border-color css
<style>
span { border-color: #C19B8D; }
span { border-color: rgb(193,155,141); }
td.TdClassName
{
border-color: #C19B8D;
}
.TagClassName
{
border-color: #C19B8D;
}
</style>