Shades of Quicksand #C1A192
Tints of Quicksand #C1A192
RGB
CMYK
RGB Variations
Color information
#C1A192 (or 0xC1A192) is known color: Quicksand. HEX triplet: C1, A1 and 92. RGB value is (193,161,146). Sum of RGB (Red+Green+Blue) = 193+161+146=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A192 is #3E5E6D. Grayscale: #A8A8A8. Windows color (decimal): -4087406 or 9609665. OLE color: 9609665.
HSL color Cylindrical-coordinate representation of color #C1A192: hue angle of 19.15º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A192 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 146 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.24 |
| HSL | 19.15º | 0.27% | 0.66% | - |
| HSV(B) | 19.15º | 0.24% | 0.76% | - |
| XYZ | 39.93 | 38.9 | 32.6 | - |
| YUV | 168.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 146 | 0 | 0.17 | 0.24 | 0.24 | 19.15 | 0.27 | 0.66 |
| Hex | C1 | A1 | 92 | 0 | 11 | 18 | 18 | 13 | 1B | 42 |
| Octal | 301 | 241 | 222 | 0 | 21 | 30 | 30 | 23 | 33 | 102 |
| Binary | 11000001 | 10100001 | 10010010 | 0 | 10001 | 11000 | 11000 | 10011 | 11011 | 1000010 |
Color Harmonies of #C1A192
Complementary color
Monochromatic Colors of #C1A192
Black with #C1A192
Text Example
Text Example
White with #C1A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A192; }
p { color: rgb(193,161,146); }
H1.HeaderClassName
{
color: #C1A192;
}
.AnyTagClassName
{
color: #C1A192;
}
</style>
background-color css
<style>
a { background-color: #C1A192; }
a { background-color: rgb(193,161,146); }
div.DivClassName
{
background-color: #C1A192;
}
.BgClassName
{
background-color: #C1A192;
}
</style>
border-color css
<style>
span { border-color: #C1A192; }
span { border-color: rgb(193,161,146); }
td.TdClassName
{
border-color: #C1A192;
}
.TagClassName
{
border-color: #C1A192;
}
</style>