Shades of Quicksand #C1968D
Tints of Quicksand #C1968D
RGB
CMYK
RGB Variations
Color information
#C1968D (or 0xC1968D) is known color: Quicksand. HEX triplet: C1, 96 and 8D. RGB value is (193,150,141). Sum of RGB (Red+Green+Blue) = 193+150+141=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1968D is #3E6972. Grayscale: #A1A1A1. Windows color (decimal): -4090227 or 9279169. OLE color: 9279169.
HSL color Cylindrical-coordinate representation of color #C1968D: hue angle of 10.38º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1968D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 141 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.24 |
| HSL | 10.38º | 0.3% | 0.65% | - |
| HSV(B) | 10.38º | 0.27% | 0.76% | - |
| XYZ | 37.71 | 35.07 | 29.98 | - |
| YUV | 161.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 141 | 0 | 0.22 | 0.27 | 0.24 | 10.38 | 0.3 | 0.65 |
| Hex | C1 | 96 | 8D | 0 | 16 | 1B | 18 | A | 1E | 41 |
| Octal | 301 | 226 | 215 | 0 | 26 | 33 | 30 | 12 | 36 | 101 |
| Binary | 11000001 | 10010110 | 10001101 | 0 | 10110 | 11011 | 11000 | 1010 | 11110 | 1000001 |
Color Harmonies of #C1968D
Complementary color
Monochromatic Colors of #C1968D
Black with #C1968D
Text Example
Text Example
White with #C1968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1968D; }
p { color: rgb(193,150,141); }
H1.HeaderClassName
{
color: #C1968D;
}
.AnyTagClassName
{
color: #C1968D;
}
</style>
background-color css
<style>
a { background-color: #C1968D; }
a { background-color: rgb(193,150,141); }
div.DivClassName
{
background-color: #C1968D;
}
.BgClassName
{
background-color: #C1968D;
}
</style>
border-color css
<style>
span { border-color: #C1968D; }
span { border-color: rgb(193,150,141); }
td.TdClassName
{
border-color: #C1968D;
}
.TagClassName
{
border-color: #C1968D;
}
</style>