Shades of Quicksand #C19C94
Tints of Quicksand #C19C94
RGB
CMYK
RGB Variations
Color information
#C19C94 (or 0xC19C94) is known color: Quicksand. HEX triplet: C1, 9C and 94. RGB value is (193,156,148). Sum of RGB (Red+Green+Blue) = 193+156+148=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C94 is #3E636B. Grayscale: #A6A6A6. Windows color (decimal): -4088684 or 9739457. OLE color: 9739457.
HSL color Cylindrical-coordinate representation of color #C19C94: hue angle of 10.67º degrees, saturation: 0.27, 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 #C19C94 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 148 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 10.67º | 0.27% | 0.67% | - |
| HSV(B) | 10.67º | 0.23% | 0.76% | - |
| XYZ | 39.23 | 37.25 | 33.14 | - |
| YUV | 166.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 148 | 0 | 0.19 | 0.23 | 0.24 | 10.67 | 0.27 | 0.67 |
| Hex | C1 | 9C | 94 | 0 | 13 | 17 | 18 | B | 1B | 43 |
| Octal | 301 | 234 | 224 | 0 | 23 | 27 | 30 | 13 | 33 | 103 |
| Binary | 11000001 | 10011100 | 10010100 | 0 | 10011 | 10111 | 11000 | 1011 | 11011 | 1000011 |
Color Harmonies of #C19C94
Complementary color
Monochromatic Colors of #C19C94
Black with #C19C94
Text Example
Text Example
White with #C19C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C94; }
p { color: rgb(193,156,148); }
H1.HeaderClassName
{
color: #C19C94;
}
.AnyTagClassName
{
color: #C19C94;
}
</style>
background-color css
<style>
a { background-color: #C19C94; }
a { background-color: rgb(193,156,148); }
div.DivClassName
{
background-color: #C19C94;
}
.BgClassName
{
background-color: #C19C94;
}
</style>
border-color css
<style>
span { border-color: #C19C94; }
span { border-color: rgb(193,156,148); }
td.TdClassName
{
border-color: #C19C94;
}
.TagClassName
{
border-color: #C19C94;
}
</style>