Shades of Quicksand #C19D93
Tints of Quicksand #C19D93
RGB
CMYK
RGB Variations
Color information
#C19D93 (or 0xC19D93) is known color: Quicksand. HEX triplet: C1, 9D and 93. RGB value is (193,157,147). Sum of RGB (Red+Green+Blue) = 193+157+147=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D93 is #3E626C. Grayscale: #A6A6A6. Windows color (decimal): -4088429 or 9674177. OLE color: 9674177.
HSL color Cylindrical-coordinate representation of color #C19D93: hue angle of 13.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19D93 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 147 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.24 |
| HSL | 13.04º | 0.27% | 0.67% | - |
| HSV(B) | 13.04º | 0.24% | 0.76% | - |
| XYZ | 39.32 | 37.56 | 32.78 | - |
| YUV | 166.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 147 | 0 | 0.19 | 0.24 | 0.24 | 13.04 | 0.27 | 0.67 |
| Hex | C1 | 9D | 93 | 0 | 13 | 18 | 18 | D | 1B | 43 |
| Octal | 301 | 235 | 223 | 0 | 23 | 30 | 30 | 15 | 33 | 103 |
| Binary | 11000001 | 10011101 | 10010011 | 0 | 10011 | 11000 | 11000 | 1101 | 11011 | 1000011 |
Color Harmonies of #C19D93
Complementary color
Monochromatic Colors of #C19D93
Black with #C19D93
Text Example
Text Example
White with #C19D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D93; }
p { color: rgb(193,157,147); }
H1.HeaderClassName
{
color: #C19D93;
}
.AnyTagClassName
{
color: #C19D93;
}
</style>
background-color css
<style>
a { background-color: #C19D93; }
a { background-color: rgb(193,157,147); }
div.DivClassName
{
background-color: #C19D93;
}
.BgClassName
{
background-color: #C19D93;
}
</style>
border-color css
<style>
span { border-color: #C19D93; }
span { border-color: rgb(193,157,147); }
td.TdClassName
{
border-color: #C19D93;
}
.TagClassName
{
border-color: #C19D93;
}
</style>