Shades of Quicksand #C19E94
Tints of Quicksand #C19E94
RGB
CMYK
RGB Variations
Color information
#C19E94 (or 0xC19E94) is known color: Quicksand. HEX triplet: C1, 9E and 94. RGB value is (193,158,148). Sum of RGB (Red+Green+Blue) = 193+158+148=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E94 is #3E616B. Grayscale: #A7A7A7. Windows color (decimal): -4088172 or 9739969. OLE color: 9739969.
HSL color Cylindrical-coordinate representation of color #C19E94: hue angle of 13.33º 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 #C19E94 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 148 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.24 |
| HSL | 13.33º | 0.27% | 0.67% | - |
| HSV(B) | 13.33º | 0.23% | 0.76% | - |
| XYZ | 39.56 | 37.93 | 33.25 | - |
| YUV | 167.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 148 | 0 | 0.18 | 0.23 | 0.24 | 13.33 | 0.27 | 0.67 |
| Hex | C1 | 9E | 94 | 0 | 12 | 17 | 18 | D | 1B | 43 |
| Octal | 301 | 236 | 224 | 0 | 22 | 27 | 30 | 15 | 33 | 103 |
| Binary | 11000001 | 10011110 | 10010100 | 0 | 10010 | 10111 | 11000 | 1101 | 11011 | 1000011 |
Color Harmonies of #C19E94
Complementary color
Monochromatic Colors of #C19E94
Black with #C19E94
Text Example
Text Example
White with #C19E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E94; }
p { color: rgb(193,158,148); }
H1.HeaderClassName
{
color: #C19E94;
}
.AnyTagClassName
{
color: #C19E94;
}
</style>
background-color css
<style>
a { background-color: #C19E94; }
a { background-color: rgb(193,158,148); }
div.DivClassName
{
background-color: #C19E94;
}
.BgClassName
{
background-color: #C19E94;
}
</style>
border-color css
<style>
span { border-color: #C19E94; }
span { border-color: rgb(193,158,148); }
td.TdClassName
{
border-color: #C19E94;
}
.TagClassName
{
border-color: #C19E94;
}
</style>