Shades of Quicksand #C29E95
Tints of Quicksand #C29E95
RGB
CMYK
RGB Variations
Color information
#C29E95 (or 0xC29E95) is known color: Quicksand. HEX triplet: C2, 9E and 95. RGB value is (194,158,149). Sum of RGB (Red+Green+Blue) = 194+158+149=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E95 is #3D616A. Grayscale: #A7A7A7. Windows color (decimal): -4022635 or 9805506. OLE color: 9805506.
HSL color Cylindrical-coordinate representation of color #C29E95: hue angle of 12º 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 #C29E95 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 149 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 12º | 0.27% | 0.67% | - |
| HSV(B) | 12º | 0.23% | 0.76% | - |
| XYZ | 39.9 | 38.09 | 33.68 | - |
| YUV | 167.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 149 | 0 | 0.19 | 0.23 | 0.24 | 12 | 0.27 | 0.67 |
| Hex | C2 | 9E | 95 | 0 | 13 | 17 | 18 | C | 1B | 43 |
| Octal | 302 | 236 | 225 | 0 | 23 | 27 | 30 | 14 | 33 | 103 |
| Binary | 11000010 | 10011110 | 10010101 | 0 | 10011 | 10111 | 11000 | 1100 | 11011 | 1000011 |
Color Harmonies of #C29E95
Complementary color
Monochromatic Colors of #C29E95
Black with #C29E95
Text Example
Text Example
White with #C29E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E95; }
p { color: rgb(194,158,149); }
H1.HeaderClassName
{
color: #C29E95;
}
.AnyTagClassName
{
color: #C29E95;
}
</style>
background-color css
<style>
a { background-color: #C29E95; }
a { background-color: rgb(194,158,149); }
div.DivClassName
{
background-color: #C29E95;
}
.BgClassName
{
background-color: #C29E95;
}
</style>
border-color css
<style>
span { border-color: #C29E95; }
span { border-color: rgb(194,158,149); }
td.TdClassName
{
border-color: #C29E95;
}
.TagClassName
{
border-color: #C29E95;
}
</style>