Shades of Quicksand #C19D90
Tints of Quicksand #C19D90
RGB
CMYK
RGB Variations
Color information
#C19D90 (or 0xC19D90) is known color: Quicksand. HEX triplet: C1, 9D and 90. RGB value is (193,157,144). Sum of RGB (Red+Green+Blue) = 193+157+144=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D90 is #3E626F. Grayscale: #A6A6A6. Windows color (decimal): -4088432 or 9477569. OLE color: 9477569.
HSL color Cylindrical-coordinate representation of color #C19D90: hue angle of 15.92º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19D90 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 144 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.24 |
| HSL | 15.92º | 0.28% | 0.66% | - |
| HSV(B) | 15.92º | 0.25% | 0.76% | - |
| XYZ | 39.08 | 37.47 | 31.56 | - |
| YUV | 166.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 144 | 0 | 0.19 | 0.25 | 0.24 | 15.92 | 0.28 | 0.66 |
| Hex | C1 | 9D | 90 | 0 | 13 | 19 | 18 | 10 | 1C | 42 |
| Octal | 301 | 235 | 220 | 0 | 23 | 31 | 30 | 20 | 34 | 102 |
| Binary | 11000001 | 10011101 | 10010000 | 0 | 10011 | 11001 | 11000 | 10000 | 11100 | 1000010 |
Color Harmonies of #C19D90
Complementary color
Monochromatic Colors of #C19D90
Black with #C19D90
Text Example
Text Example
White with #C19D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D90; }
p { color: rgb(193,157,144); }
H1.HeaderClassName
{
color: #C19D90;
}
.AnyTagClassName
{
color: #C19D90;
}
</style>
background-color css
<style>
a { background-color: #C19D90; }
a { background-color: rgb(193,157,144); }
div.DivClassName
{
background-color: #C19D90;
}
.BgClassName
{
background-color: #C19D90;
}
</style>
border-color css
<style>
span { border-color: #C19D90; }
span { border-color: rgb(193,157,144); }
td.TdClassName
{
border-color: #C19D90;
}
.TagClassName
{
border-color: #C19D90;
}
</style>