Shades of Quicksand #C19687
Tints of Quicksand #C19687
RGB
CMYK
RGB Variations
Color information
#C19687 (or 0xC19687) is known color: Quicksand. HEX triplet: C1, 96 and 87. RGB value is (193,150,135). Sum of RGB (Red+Green+Blue) = 193+150+135=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C19687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19687 is #3E6978. Grayscale: #A1A1A1. Windows color (decimal): -4090233 or 8885953. OLE color: 8885953.
HSL color Cylindrical-coordinate representation of color #C19687: hue angle of 15.52º 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 #C19687 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 135 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.24 |
| HSL | 15.52º | 0.32% | 0.64% | - |
| HSV(B) | 15.52º | 0.3% | 0.76% | - |
| XYZ | 37.27 | 34.9 | 27.69 | - |
| YUV | 161.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 135 | 0 | 0.22 | 0.30 | 0.24 | 15.52 | 0.32 | 0.64 |
| Hex | C1 | 96 | 87 | 0 | 16 | 1E | 18 | 10 | 20 | 40 |
| Octal | 301 | 226 | 207 | 0 | 26 | 36 | 30 | 20 | 40 | 100 |
| Binary | 11000001 | 10010110 | 10000111 | 0 | 10110 | 11110 | 11000 | 10000 | 100000 | 1000000 |
Color Harmonies of #C19687
Complementary color
Monochromatic Colors of #C19687
Black with #C19687
Text Example
Text Example
White with #C19687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19687; }
p { color: rgb(193,150,135); }
H1.HeaderClassName
{
color: #C19687;
}
.AnyTagClassName
{
color: #C19687;
}
</style>
background-color css
<style>
a { background-color: #C19687; }
a { background-color: rgb(193,150,135); }
div.DivClassName
{
background-color: #C19687;
}
.BgClassName
{
background-color: #C19687;
}
</style>
border-color css
<style>
span { border-color: #C19687; }
span { border-color: rgb(193,150,135); }
td.TdClassName
{
border-color: #C19687;
}
.TagClassName
{
border-color: #C19687;
}
</style>