Shades of Quicksand #C19F96
Tints of Quicksand #C19F96
RGB
CMYK
RGB Variations
Color information
#C19F96 (or 0xC19F96) is known color: Quicksand. HEX triplet: C1, 9F and 96. RGB value is (193,159,150). Sum of RGB (Red+Green+Blue) = 193+159+150=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F96 is #3E6069. Grayscale: #A8A8A8. Windows color (decimal): -4087914 or 9871297. OLE color: 9871297.
HSL color Cylindrical-coordinate representation of color #C19F96: hue angle of 12.56º degrees, saturation: 0.26, 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 #C19F96 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 150 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.24 |
| HSL | 12.56º | 0.26% | 0.67% | - |
| HSV(B) | 12.56º | 0.22% | 0.76% | - |
| XYZ | 39.9 | 38.34 | 34.15 | - |
| YUV | 168.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 150 | 0 | 0.18 | 0.22 | 0.24 | 12.56 | 0.26 | 0.67 |
| Hex | C1 | 9F | 96 | 0 | 12 | 16 | 18 | D | 1A | 43 |
| Octal | 301 | 237 | 226 | 0 | 22 | 26 | 30 | 15 | 32 | 103 |
| Binary | 11000001 | 10011111 | 10010110 | 0 | 10010 | 10110 | 11000 | 1101 | 11010 | 1000011 |
Color Harmonies of #C19F96
Complementary color
Monochromatic Colors of #C19F96
Black with #C19F96
Text Example
Text Example
White with #C19F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F96; }
p { color: rgb(193,159,150); }
H1.HeaderClassName
{
color: #C19F96;
}
.AnyTagClassName
{
color: #C19F96;
}
</style>
background-color css
<style>
a { background-color: #C19F96; }
a { background-color: rgb(193,159,150); }
div.DivClassName
{
background-color: #C19F96;
}
.BgClassName
{
background-color: #C19F96;
}
</style>
border-color css
<style>
span { border-color: #C19F96; }
span { border-color: rgb(193,159,150); }
td.TdClassName
{
border-color: #C19F96;
}
.TagClassName
{
border-color: #C19F96;
}
</style>