Shades of Quicksand #C19F95
Tints of Quicksand #C19F95
RGB
CMYK
RGB Variations
Color information
#C19F95 (or 0xC19F95) is known color: Quicksand. HEX triplet: C1, 9F and 95. RGB value is (193,159,149). Sum of RGB (Red+Green+Blue) = 193+159+149=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F95 is #3E606A. Grayscale: #A8A8A8. Windows color (decimal): -4087915 or 9805761. OLE color: 9805761.
HSL color Cylindrical-coordinate representation of color #C19F95: hue angle of 13.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19F95 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 149 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.24 |
| HSL | 13.64º | 0.26% | 0.67% | - |
| HSV(B) | 13.64º | 0.23% | 0.76% | - |
| XYZ | 39.82 | 38.3 | 33.73 | - |
| YUV | 168.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 149 | 0 | 0.18 | 0.23 | 0.24 | 13.64 | 0.26 | 0.67 |
| Hex | C1 | 9F | 95 | 0 | 12 | 17 | 18 | E | 1A | 43 |
| Octal | 301 | 237 | 225 | 0 | 22 | 27 | 30 | 16 | 32 | 103 |
| Binary | 11000001 | 10011111 | 10010101 | 0 | 10010 | 10111 | 11000 | 1110 | 11010 | 1000011 |
Color Harmonies of #C19F95
Complementary color
Monochromatic Colors of #C19F95
Black with #C19F95
Text Example
Text Example
White with #C19F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F95; }
p { color: rgb(193,159,149); }
H1.HeaderClassName
{
color: #C19F95;
}
.AnyTagClassName
{
color: #C19F95;
}
</style>
background-color css
<style>
a { background-color: #C19F95; }
a { background-color: rgb(193,159,149); }
div.DivClassName
{
background-color: #C19F95;
}
.BgClassName
{
background-color: #C19F95;
}
</style>
border-color css
<style>
span { border-color: #C19F95; }
span { border-color: rgb(193,159,149); }
td.TdClassName
{
border-color: #C19F95;
}
.TagClassName
{
border-color: #C19F95;
}
</style>