Shades of Quicksand #C19C95
Tints of Quicksand #C19C95
RGB
CMYK
RGB Variations
Color information
#C19C95 (or 0xC19C95) is known color: Quicksand. HEX triplet: C1, 9C and 95. RGB value is (193,156,149). Sum of RGB (Red+Green+Blue) = 193+156+149=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C95 is #3E636A. Grayscale: #A6A6A6. Windows color (decimal): -4088683 or 9804993. OLE color: 9804993.
HSL color Cylindrical-coordinate representation of color #C19C95: hue angle of 9.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19C95 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 149 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 9.55º | 0.26% | 0.67% | - |
| HSV(B) | 9.55º | 0.23% | 0.76% | - |
| XYZ | 39.31 | 37.28 | 33.56 | - |
| YUV | 166.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 149 | 0 | 0.19 | 0.23 | 0.24 | 9.55 | 0.26 | 0.67 |
| Hex | C1 | 9C | 95 | 0 | 13 | 17 | 18 | A | 1A | 43 |
| Octal | 301 | 234 | 225 | 0 | 23 | 27 | 30 | 12 | 32 | 103 |
| Binary | 11000001 | 10011100 | 10010101 | 0 | 10011 | 10111 | 11000 | 1010 | 11010 | 1000011 |
Color Harmonies of #C19C95
Complementary color
Monochromatic Colors of #C19C95
Black with #C19C95
Text Example
Text Example
White with #C19C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C95; }
p { color: rgb(193,156,149); }
H1.HeaderClassName
{
color: #C19C95;
}
.AnyTagClassName
{
color: #C19C95;
}
</style>
background-color css
<style>
a { background-color: #C19C95; }
a { background-color: rgb(193,156,149); }
div.DivClassName
{
background-color: #C19C95;
}
.BgClassName
{
background-color: #C19C95;
}
</style>
border-color css
<style>
span { border-color: #C19C95; }
span { border-color: rgb(193,156,149); }
td.TdClassName
{
border-color: #C19C95;
}
.TagClassName
{
border-color: #C19C95;
}
</style>