Shades of Quicksand #C19C97
Tints of Quicksand #C19C97
RGB
CMYK
RGB Variations
Color information
#C19C97 (or 0xC19C97) is known color: Quicksand. HEX triplet: C1, 9C and 97. RGB value is (193,156,151). Sum of RGB (Red+Green+Blue) = 193+156+151=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C97 is #3E6368. Grayscale: #A6A6A6. Windows color (decimal): -4088681 or 9936065. OLE color: 9936065.
HSL color Cylindrical-coordinate representation of color #C19C97: hue angle of 7.14º 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 #C19C97 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 151 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.24 |
| HSL | 7.14º | 0.25% | 0.67% | - |
| HSV(B) | 7.14º | 0.22% | 0.76% | - |
| XYZ | 39.47 | 37.35 | 34.41 | - |
| YUV | 166.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 151 | 0 | 0.19 | 0.22 | 0.24 | 7.14 | 0.25 | 0.67 |
| Hex | C1 | 9C | 97 | 0 | 13 | 16 | 18 | 7 | 19 | 43 |
| Octal | 301 | 234 | 227 | 0 | 23 | 26 | 30 | 7 | 31 | 103 |
| Binary | 11000001 | 10011100 | 10010111 | 0 | 10011 | 10110 | 11000 | 111 | 11001 | 1000011 |
Color Harmonies of #C19C97
Complementary color
Monochromatic Colors of #C19C97
Black with #C19C97
Text Example
Text Example
White with #C19C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C97; }
p { color: rgb(193,156,151); }
H1.HeaderClassName
{
color: #C19C97;
}
.AnyTagClassName
{
color: #C19C97;
}
</style>
background-color css
<style>
a { background-color: #C19C97; }
a { background-color: rgb(193,156,151); }
div.DivClassName
{
background-color: #C19C97;
}
.BgClassName
{
background-color: #C19C97;
}
</style>
border-color css
<style>
span { border-color: #C19C97; }
span { border-color: rgb(193,156,151); }
td.TdClassName
{
border-color: #C19C97;
}
.TagClassName
{
border-color: #C19C97;
}
</style>