Shades of Quicksand #C19A8C
Tints of Quicksand #C19A8C
RGB
CMYK
RGB Variations
Color information
#C19A8C (or 0xC19A8C) is known color: Quicksand. HEX triplet: C1, 9A and 8C. RGB value is (193,154,140). Sum of RGB (Red+Green+Blue) = 193+154+140=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19A8C is #3E6573. Grayscale: #A4A4A4. Windows color (decimal): -4089204 or 9214657. OLE color: 9214657.
HSL color Cylindrical-coordinate representation of color #C19A8C: hue angle of 15.85º 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 #C19A8C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 140 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.24 |
| HSL | 15.85º | 0.3% | 0.65% | - |
| HSV(B) | 15.85º | 0.27% | 0.76% | - |
| XYZ | 38.28 | 36.34 | 29.81 | - |
| YUV | 164.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 140 | 0 | 0.20 | 0.27 | 0.24 | 15.85 | 0.3 | 0.65 |
| Hex | C1 | 9A | 8C | 0 | 14 | 1B | 18 | 10 | 1E | 41 |
| Octal | 301 | 232 | 214 | 0 | 24 | 33 | 30 | 20 | 36 | 101 |
| Binary | 11000001 | 10011010 | 10001100 | 0 | 10100 | 11011 | 11000 | 10000 | 11110 | 1000001 |
Color Harmonies of #C19A8C
Complementary color
Monochromatic Colors of #C19A8C
Black with #C19A8C
Text Example
Text Example
White with #C19A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A8C; }
p { color: rgb(193,154,140); }
H1.HeaderClassName
{
color: #C19A8C;
}
.AnyTagClassName
{
color: #C19A8C;
}
</style>
background-color css
<style>
a { background-color: #C19A8C; }
a { background-color: rgb(193,154,140); }
div.DivClassName
{
background-color: #C19A8C;
}
.BgClassName
{
background-color: #C19A8C;
}
</style>
border-color css
<style>
span { border-color: #C19A8C; }
span { border-color: rgb(193,154,140); }
td.TdClassName
{
border-color: #C19A8C;
}
.TagClassName
{
border-color: #C19A8C;
}
</style>