Shades of Quicksand #C19C88
Tints of Quicksand #C19C88
RGB
CMYK
RGB Variations
Color information
#C19C88 (or 0xC19C88) is known color: Quicksand. HEX triplet: C1, 9C and 88. RGB value is (193,156,136). Sum of RGB (Red+Green+Blue) = 193+156+136=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C88 is #3E6377. Grayscale: #A4A4A4. Windows color (decimal): -4088696 or 8953025. OLE color: 8953025.
HSL color Cylindrical-coordinate representation of color #C19C88: hue angle of 21.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19C88 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 136 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.24 |
| HSL | 21.05º | 0.31% | 0.65% | - |
| HSV(B) | 21.05º | 0.3% | 0.76% | - |
| XYZ | 38.32 | 36.89 | 28.39 | - |
| YUV | 164.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 136 | 0 | 0.19 | 0.30 | 0.24 | 21.05 | 0.31 | 0.65 |
| Hex | C1 | 9C | 88 | 0 | 13 | 1E | 18 | 15 | 1F | 41 |
| Octal | 301 | 234 | 210 | 0 | 23 | 36 | 30 | 25 | 37 | 101 |
| Binary | 11000001 | 10011100 | 10001000 | 0 | 10011 | 11110 | 11000 | 10101 | 11111 | 1000001 |
Color Harmonies of #C19C88
Complementary color
Monochromatic Colors of #C19C88
Black with #C19C88
Text Example
Text Example
White with #C19C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C88; }
p { color: rgb(193,156,136); }
H1.HeaderClassName
{
color: #C19C88;
}
.AnyTagClassName
{
color: #C19C88;
}
</style>
background-color css
<style>
a { background-color: #C19C88; }
a { background-color: rgb(193,156,136); }
div.DivClassName
{
background-color: #C19C88;
}
.BgClassName
{
background-color: #C19C88;
}
</style>
border-color css
<style>
span { border-color: #C19C88; }
span { border-color: rgb(193,156,136); }
td.TdClassName
{
border-color: #C19C88;
}
.TagClassName
{
border-color: #C19C88;
}
</style>