Shades of Quicksand #C29E94
Tints of Quicksand #C29E94
RGB
CMYK
RGB Variations
Color information
#C29E94 (or 0xC29E94) is known color: Quicksand. HEX triplet: C2, 9E and 94. RGB value is (194,158,148). Sum of RGB (Red+Green+Blue) = 194+158+148=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E94 is #3D616B. Grayscale: #A7A7A7. Windows color (decimal): -4022636 or 9739970. OLE color: 9739970.
HSL color Cylindrical-coordinate representation of color #C29E94: hue angle of 13.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29E94 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 148 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.24 |
| HSL | 13.04º | 0.27% | 0.67% | - |
| HSV(B) | 13.04º | 0.24% | 0.76% | - |
| XYZ | 39.82 | 38.06 | 33.26 | - |
| YUV | 167.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 148 | 0 | 0.19 | 0.24 | 0.24 | 13.04 | 0.27 | 0.67 |
| Hex | C2 | 9E | 94 | 0 | 13 | 18 | 18 | D | 1B | 43 |
| Octal | 302 | 236 | 224 | 0 | 23 | 30 | 30 | 15 | 33 | 103 |
| Binary | 11000010 | 10011110 | 10010100 | 0 | 10011 | 11000 | 11000 | 1101 | 11011 | 1000011 |
Color Harmonies of #C29E94
Complementary color
Monochromatic Colors of #C29E94
Black with #C29E94
Text Example
Text Example
White with #C29E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E94; }
p { color: rgb(194,158,148); }
H1.HeaderClassName
{
color: #C29E94;
}
.AnyTagClassName
{
color: #C29E94;
}
</style>
background-color css
<style>
a { background-color: #C29E94; }
a { background-color: rgb(194,158,148); }
div.DivClassName
{
background-color: #C29E94;
}
.BgClassName
{
background-color: #C29E94;
}
</style>
border-color css
<style>
span { border-color: #C29E94; }
span { border-color: rgb(194,158,148); }
td.TdClassName
{
border-color: #C29E94;
}
.TagClassName
{
border-color: #C29E94;
}
</style>