Shades of Quicksand #C29E96
Tints of Quicksand #C29E96
RGB
CMYK
RGB Variations
Color information
#C29E96 (or 0xC29E96) is known color: Quicksand. HEX triplet: C2, 9E and 96. RGB value is (194,158,150). Sum of RGB (Red+Green+Blue) = 194+158+150=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E96 is #3D6169. Grayscale: #A7A7A7. Windows color (decimal): -4022634 or 9871042. OLE color: 9871042.
HSL color Cylindrical-coordinate representation of color #C29E96: hue angle of 10.91º 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 #C29E96 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 150 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 10.91º | 0.27% | 0.67% | - |
| HSV(B) | 10.91º | 0.23% | 0.76% | - |
| XYZ | 39.98 | 38.13 | 34.11 | - |
| YUV | 167.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 150 | 0 | 0.19 | 0.23 | 0.24 | 10.91 | 0.27 | 0.67 |
| Hex | C2 | 9E | 96 | 0 | 13 | 17 | 18 | B | 1B | 43 |
| Octal | 302 | 236 | 226 | 0 | 23 | 27 | 30 | 13 | 33 | 103 |
| Binary | 11000010 | 10011110 | 10010110 | 0 | 10011 | 10111 | 11000 | 1011 | 11011 | 1000011 |
Color Harmonies of #C29E96
Complementary color
Monochromatic Colors of #C29E96
Black with #C29E96
Text Example
Text Example
White with #C29E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E96; }
p { color: rgb(194,158,150); }
H1.HeaderClassName
{
color: #C29E96;
}
.AnyTagClassName
{
color: #C29E96;
}
</style>
background-color css
<style>
a { background-color: #C29E96; }
a { background-color: rgb(194,158,150); }
div.DivClassName
{
background-color: #C29E96;
}
.BgClassName
{
background-color: #C29E96;
}
</style>
border-color css
<style>
span { border-color: #C29E96; }
span { border-color: rgb(194,158,150); }
td.TdClassName
{
border-color: #C29E96;
}
.TagClassName
{
border-color: #C29E96;
}
</style>