Shades of Quicksand #C19B97
Tints of Quicksand #C19B97
RGB
CMYK
RGB Variations
Color information
#C19B97 (or 0xC19B97) is known color: Quicksand. HEX triplet: C1, 9B and 97. RGB value is (193,155,151). Sum of RGB (Red+Green+Blue) = 193+155+151=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B97 is #3E6468. Grayscale: #A5A5A5. Windows color (decimal): -4088937 or 9935809. OLE color: 9935809.
HSL color Cylindrical-coordinate representation of color #C19B97: hue angle of 5.71º degrees, saturation: 0.25, 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 #C19B97 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 151 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.24 |
| HSL | 5.71º | 0.25% | 0.67% | - |
| HSV(B) | 5.71º | 0.22% | 0.76% | - |
| XYZ | 39.3 | 37.01 | 34.35 | - |
| YUV | 165.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 151 | 0 | 0.20 | 0.22 | 0.24 | 5.71 | 0.25 | 0.67 |
| Hex | C1 | 9B | 97 | 0 | 14 | 16 | 18 | 6 | 19 | 43 |
| Octal | 301 | 233 | 227 | 0 | 24 | 26 | 30 | 6 | 31 | 103 |
| Binary | 11000001 | 10011011 | 10010111 | 0 | 10100 | 10110 | 11000 | 110 | 11001 | 1000011 |
Color Harmonies of #C19B97
Complementary color
Monochromatic Colors of #C19B97
Black with #C19B97
Text Example
Text Example
White with #C19B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B97; }
p { color: rgb(193,155,151); }
H1.HeaderClassName
{
color: #C19B97;
}
.AnyTagClassName
{
color: #C19B97;
}
</style>
background-color css
<style>
a { background-color: #C19B97; }
a { background-color: rgb(193,155,151); }
div.DivClassName
{
background-color: #C19B97;
}
.BgClassName
{
background-color: #C19B97;
}
</style>
border-color css
<style>
span { border-color: #C19B97; }
span { border-color: rgb(193,155,151); }
td.TdClassName
{
border-color: #C19B97;
}
.TagClassName
{
border-color: #C19B97;
}
</style>