Shades of Quicksand #C19C93
Tints of Quicksand #C19C93
RGB
CMYK
RGB Variations
Color information
#C19C93 (or 0xC19C93) is known color: Quicksand. HEX triplet: C1, 9C and 93. RGB value is (193,156,147). Sum of RGB (Red+Green+Blue) = 193+156+147=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C93 is #3E636C. Grayscale: #A6A6A6. Windows color (decimal): -4088685 or 9673921. OLE color: 9673921.
HSL color Cylindrical-coordinate representation of color #C19C93: hue angle of 11.74º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19C93 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 147 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.24 |
| HSL | 11.74º | 0.27% | 0.67% | - |
| HSV(B) | 11.74º | 0.24% | 0.76% | - |
| XYZ | 39.15 | 37.22 | 32.72 | - |
| YUV | 166.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 147 | 0 | 0.19 | 0.24 | 0.24 | 11.74 | 0.27 | 0.67 |
| Hex | C1 | 9C | 93 | 0 | 13 | 18 | 18 | C | 1B | 43 |
| Octal | 301 | 234 | 223 | 0 | 23 | 30 | 30 | 14 | 33 | 103 |
| Binary | 11000001 | 10011100 | 10010011 | 0 | 10011 | 11000 | 11000 | 1100 | 11011 | 1000011 |
Color Harmonies of #C19C93
Complementary color
Monochromatic Colors of #C19C93
Black with #C19C93
Text Example
Text Example
White with #C19C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C93; }
p { color: rgb(193,156,147); }
H1.HeaderClassName
{
color: #C19C93;
}
.AnyTagClassName
{
color: #C19C93;
}
</style>
background-color css
<style>
a { background-color: #C19C93; }
a { background-color: rgb(193,156,147); }
div.DivClassName
{
background-color: #C19C93;
}
.BgClassName
{
background-color: #C19C93;
}
</style>
border-color css
<style>
span { border-color: #C19C93; }
span { border-color: rgb(193,156,147); }
td.TdClassName
{
border-color: #C19C93;
}
.TagClassName
{
border-color: #C19C93;
}
</style>