Shades of Quicksand #C19B96
Tints of Quicksand #C19B96
RGB
CMYK
RGB Variations
Color information
#C19B96 (or 0xC19B96) is known color: Quicksand. HEX triplet: C1, 9B and 96. RGB value is (193,155,150). Sum of RGB (Red+Green+Blue) = 193+155+150=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B96 is #3E6469. Grayscale: #A5A5A5. Windows color (decimal): -4088938 or 9870273. OLE color: 9870273.
HSL color Cylindrical-coordinate representation of color #C19B96: hue angle of 6.98º 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 #C19B96 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 150 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.24 |
| HSL | 6.98º | 0.26% | 0.67% | - |
| HSV(B) | 6.98º | 0.22% | 0.76% | - |
| XYZ | 39.22 | 36.98 | 33.93 | - |
| YUV | 165.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 150 | 0 | 0.20 | 0.22 | 0.24 | 6.98 | 0.26 | 0.67 |
| Hex | C1 | 9B | 96 | 0 | 14 | 16 | 18 | 7 | 1A | 43 |
| Octal | 301 | 233 | 226 | 0 | 24 | 26 | 30 | 7 | 32 | 103 |
| Binary | 11000001 | 10011011 | 10010110 | 0 | 10100 | 10110 | 11000 | 111 | 11010 | 1000011 |
Color Harmonies of #C19B96
Complementary color
Monochromatic Colors of #C19B96
Black with #C19B96
Text Example
Text Example
White with #C19B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B96; }
p { color: rgb(193,155,150); }
H1.HeaderClassName
{
color: #C19B96;
}
.AnyTagClassName
{
color: #C19B96;
}
</style>
background-color css
<style>
a { background-color: #C19B96; }
a { background-color: rgb(193,155,150); }
div.DivClassName
{
background-color: #C19B96;
}
.BgClassName
{
background-color: #C19B96;
}
</style>
border-color css
<style>
span { border-color: #C19B96; }
span { border-color: rgb(193,155,150); }
td.TdClassName
{
border-color: #C19B96;
}
.TagClassName
{
border-color: #C19B96;
}
</style>