Shades of Quicksand #C19E97
Tints of Quicksand #C19E97
RGB
CMYK
RGB Variations
Color information
#C19E97 (or 0xC19E97) is known color: Quicksand. HEX triplet: C1, 9E and 97. RGB value is (193,158,151). Sum of RGB (Red+Green+Blue) = 193+158+151=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E97 is #3E6168. Grayscale: #A7A7A7. Windows color (decimal): -4088169 or 9936577. OLE color: 9936577.
HSL color Cylindrical-coordinate representation of color #C19E97: hue angle of 10º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19E97 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 151 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.24 |
| HSL | 10º | 0.25% | 0.67% | - |
| HSV(B) | 10º | 0.22% | 0.76% | - |
| XYZ | 39.81 | 38.03 | 34.52 | - |
| YUV | 167.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 151 | 0 | 0.18 | 0.22 | 0.24 | 10 | 0.25 | 0.67 |
| Hex | C1 | 9E | 97 | 0 | 12 | 16 | 18 | A | 19 | 43 |
| Octal | 301 | 236 | 227 | 0 | 22 | 26 | 30 | 12 | 31 | 103 |
| Binary | 11000001 | 10011110 | 10010111 | 0 | 10010 | 10110 | 11000 | 1010 | 11001 | 1000011 |
Color Harmonies of #C19E97
Complementary color
Monochromatic Colors of #C19E97
Black with #C19E97
Text Example
Text Example
White with #C19E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E97; }
p { color: rgb(193,158,151); }
H1.HeaderClassName
{
color: #C19E97;
}
.AnyTagClassName
{
color: #C19E97;
}
</style>
background-color css
<style>
a { background-color: #C19E97; }
a { background-color: rgb(193,158,151); }
div.DivClassName
{
background-color: #C19E97;
}
.BgClassName
{
background-color: #C19E97;
}
</style>
border-color css
<style>
span { border-color: #C19E97; }
span { border-color: rgb(193,158,151); }
td.TdClassName
{
border-color: #C19E97;
}
.TagClassName
{
border-color: #C19E97;
}
</style>