Shades of Quicksand #C29F8D
Tints of Quicksand #C29F8D
RGB
CMYK
RGB Variations
Color information
#C29F8D (or 0xC29F8D) is known color: Quicksand. HEX triplet: C2, 9F and 8D. RGB value is (194,159,141). Sum of RGB (Red+Green+Blue) = 194+159+141=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F8D is #3D6072. Grayscale: #A7A7A7. Windows color (decimal): -4022387 or 9281474. OLE color: 9281474.
HSL color Cylindrical-coordinate representation of color #C29F8D: hue angle of 20.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29F8D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 141 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.24 |
| HSL | 20.38º | 0.3% | 0.66% | - |
| HSV(B) | 20.38º | 0.27% | 0.76% | - |
| XYZ | 39.45 | 38.19 | 30.49 | - |
| YUV | 167.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 141 | 0 | 0.18 | 0.27 | 0.24 | 20.38 | 0.3 | 0.66 |
| Hex | C2 | 9F | 8D | 0 | 12 | 1B | 18 | 14 | 1E | 42 |
| Octal | 302 | 237 | 215 | 0 | 22 | 33 | 30 | 24 | 36 | 102 |
| Binary | 11000010 | 10011111 | 10001101 | 0 | 10010 | 11011 | 11000 | 10100 | 11110 | 1000010 |
Color Harmonies of #C29F8D
Complementary color
Monochromatic Colors of #C29F8D
Black with #C29F8D
Text Example
Text Example
White with #C29F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F8D; }
p { color: rgb(194,159,141); }
H1.HeaderClassName
{
color: #C29F8D;
}
.AnyTagClassName
{
color: #C29F8D;
}
</style>
background-color css
<style>
a { background-color: #C29F8D; }
a { background-color: rgb(194,159,141); }
div.DivClassName
{
background-color: #C29F8D;
}
.BgClassName
{
background-color: #C29F8D;
}
</style>
border-color css
<style>
span { border-color: #C29F8D; }
span { border-color: rgb(194,159,141); }
td.TdClassName
{
border-color: #C29F8D;
}
.TagClassName
{
border-color: #C29F8D;
}
</style>