Shades of Quicksand #C19387
Tints of Quicksand #C19387
RGB
CMYK
RGB Variations
Color information
#C19387 (or 0xC19387) is known color: Quicksand. HEX triplet: C1, 93 and 87. RGB value is (193,147,135). Sum of RGB (Red+Green+Blue) = 193+147+135=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C19387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19387 is #3E6C78. Grayscale: #9F9F9F. Windows color (decimal): -4091001 or 8885185. OLE color: 8885185.
HSL color Cylindrical-coordinate representation of color #C19387: hue angle of 12.41º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19387 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 135 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.24 |
| HSL | 12.41º | 0.32% | 0.64% | - |
| HSV(B) | 12.41º | 0.3% | 0.76% | - |
| XYZ | 36.8 | 33.95 | 27.54 | - |
| YUV | 159.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 135 | 0 | 0.24 | 0.30 | 0.24 | 12.41 | 0.32 | 0.64 |
| Hex | C1 | 93 | 87 | 0 | 18 | 1E | 18 | C | 20 | 40 |
| Octal | 301 | 223 | 207 | 0 | 30 | 36 | 30 | 14 | 40 | 100 |
| Binary | 11000001 | 10010011 | 10000111 | 0 | 11000 | 11110 | 11000 | 1100 | 100000 | 1000000 |
Color Harmonies of #C19387
Complementary color
Monochromatic Colors of #C19387
Black with #C19387
Text Example
Text Example
White with #C19387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19387; }
p { color: rgb(193,147,135); }
H1.HeaderClassName
{
color: #C19387;
}
.AnyTagClassName
{
color: #C19387;
}
</style>
background-color css
<style>
a { background-color: #C19387; }
a { background-color: rgb(193,147,135); }
div.DivClassName
{
background-color: #C19387;
}
.BgClassName
{
background-color: #C19387;
}
</style>
border-color css
<style>
span { border-color: #C19387; }
span { border-color: rgb(193,147,135); }
td.TdClassName
{
border-color: #C19387;
}
.TagClassName
{
border-color: #C19387;
}
</style>