Shades of Quicksand #C19F94
Tints of Quicksand #C19F94
RGB
CMYK
RGB Variations
Color information
#C19F94 (or 0xC19F94) is known color: Quicksand. HEX triplet: C1, 9F and 94. RGB value is (193,159,148). Sum of RGB (Red+Green+Blue) = 193+159+148=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F94 is #3E606B. Grayscale: #A7A7A7. Windows color (decimal): -4087916 or 9740225. OLE color: 9740225.
HSL color Cylindrical-coordinate representation of color #C19F94: hue angle of 14.67º degrees, saturation: 0.27, 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 #C19F94 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 148 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.24 |
| HSL | 14.67º | 0.27% | 0.67% | - |
| HSV(B) | 14.67º | 0.23% | 0.76% | - |
| XYZ | 39.74 | 38.27 | 33.31 | - |
| YUV | 167.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 148 | 0 | 0.18 | 0.23 | 0.24 | 14.67 | 0.27 | 0.67 |
| Hex | C1 | 9F | 94 | 0 | 12 | 17 | 18 | F | 1B | 43 |
| Octal | 301 | 237 | 224 | 0 | 22 | 27 | 30 | 17 | 33 | 103 |
| Binary | 11000001 | 10011111 | 10010100 | 0 | 10010 | 10111 | 11000 | 1111 | 11011 | 1000011 |
Color Harmonies of #C19F94
Complementary color
Monochromatic Colors of #C19F94
Black with #C19F94
Text Example
Text Example
White with #C19F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F94; }
p { color: rgb(193,159,148); }
H1.HeaderClassName
{
color: #C19F94;
}
.AnyTagClassName
{
color: #C19F94;
}
</style>
background-color css
<style>
a { background-color: #C19F94; }
a { background-color: rgb(193,159,148); }
div.DivClassName
{
background-color: #C19F94;
}
.BgClassName
{
background-color: #C19F94;
}
</style>
border-color css
<style>
span { border-color: #C19F94; }
span { border-color: rgb(193,159,148); }
td.TdClassName
{
border-color: #C19F94;
}
.TagClassName
{
border-color: #C19F94;
}
</style>