Shades of Quicksand #C1A495
Tints of Quicksand #C1A495
RGB
CMYK
RGB Variations
Color information
#C1A495 (or 0xC1A495) is known color: Quicksand. HEX triplet: C1, A4 and 95. RGB value is (193,164,149). Sum of RGB (Red+Green+Blue) = 193+164+149=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A495 is #3E5B6A. Grayscale: #ABABAB. Windows color (decimal): -4086635 or 9807041. OLE color: 9807041.
HSL color Cylindrical-coordinate representation of color #C1A495: hue angle of 20.45º degrees, saturation: 0.26, 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 #C1A495 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 149 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.24 |
| HSL | 20.45º | 0.26% | 0.67% | - |
| HSV(B) | 20.45º | 0.23% | 0.76% | - |
| XYZ | 40.69 | 40.06 | 34.02 | - |
| YUV | 170.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 149 | 0 | 0.15 | 0.23 | 0.24 | 20.45 | 0.26 | 0.67 |
| Hex | C1 | A4 | 95 | 0 | F | 17 | 18 | 14 | 1A | 43 |
| Octal | 301 | 244 | 225 | 0 | 17 | 27 | 30 | 24 | 32 | 103 |
| Binary | 11000001 | 10100100 | 10010101 | 0 | 1111 | 10111 | 11000 | 10100 | 11010 | 1000011 |
Color Harmonies of #C1A495
Complementary color
Monochromatic Colors of #C1A495
Black with #C1A495
Text Example
Text Example
White with #C1A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A495; }
p { color: rgb(193,164,149); }
H1.HeaderClassName
{
color: #C1A495;
}
.AnyTagClassName
{
color: #C1A495;
}
</style>
background-color css
<style>
a { background-color: #C1A495; }
a { background-color: rgb(193,164,149); }
div.DivClassName
{
background-color: #C1A495;
}
.BgClassName
{
background-color: #C1A495;
}
</style>
border-color css
<style>
span { border-color: #C1A495; }
span { border-color: rgb(193,164,149); }
td.TdClassName
{
border-color: #C1A495;
}
.TagClassName
{
border-color: #C1A495;
}
</style>