Shades of Quicksand #C1A394
Tints of Quicksand #C1A394
RGB
CMYK
RGB Variations
Color information
#C1A394 (or 0xC1A394) is known color: Quicksand. HEX triplet: C1, A3 and 94. RGB value is (193,163,148). Sum of RGB (Red+Green+Blue) = 193+163+148=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A394 is #3E5C6B. Grayscale: #AAAAAA. Windows color (decimal): -4086892 or 9741249. OLE color: 9741249.
HSL color Cylindrical-coordinate representation of color #C1A394: hue angle of 20º 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 #C1A394 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 148 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.24 |
| HSL | 20º | 0.27% | 0.67% | - |
| HSV(B) | 20º | 0.23% | 0.76% | - |
| XYZ | 40.43 | 39.67 | 33.54 | - |
| YUV | 170.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 148 | 0 | 0.16 | 0.23 | 0.24 | 20 | 0.27 | 0.67 |
| Hex | C1 | A3 | 94 | 0 | 10 | 17 | 18 | 14 | 1B | 43 |
| Octal | 301 | 243 | 224 | 0 | 20 | 27 | 30 | 24 | 33 | 103 |
| Binary | 11000001 | 10100011 | 10010100 | 0 | 10000 | 10111 | 11000 | 10100 | 11011 | 1000011 |
Color Harmonies of #C1A394
Complementary color
Monochromatic Colors of #C1A394
Black with #C1A394
Text Example
Text Example
White with #C1A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A394; }
p { color: rgb(193,163,148); }
H1.HeaderClassName
{
color: #C1A394;
}
.AnyTagClassName
{
color: #C1A394;
}
</style>
background-color css
<style>
a { background-color: #C1A394; }
a { background-color: rgb(193,163,148); }
div.DivClassName
{
background-color: #C1A394;
}
.BgClassName
{
background-color: #C1A394;
}
</style>
border-color css
<style>
span { border-color: #C1A394; }
span { border-color: rgb(193,163,148); }
td.TdClassName
{
border-color: #C1A394;
}
.TagClassName
{
border-color: #C1A394;
}
</style>