Shades of Quicksand #C29E8D
Tints of Quicksand #C29E8D
RGB
CMYK
RGB Variations
Color information
#C29E8D (or 0xC29E8D) is known color: Quicksand. HEX triplet: C2, 9E and 8D. RGB value is (194,158,141). Sum of RGB (Red+Green+Blue) = 194+158+141=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E8D is #3D6172. Grayscale: #A6A6A6. Windows color (decimal): -4022643 or 9281218. OLE color: 9281218.
HSL color Cylindrical-coordinate representation of color #C29E8D: hue angle of 19.25º 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 #C29E8D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 141 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.24 |
| HSL | 19.25º | 0.3% | 0.66% | - |
| HSV(B) | 19.25º | 0.27% | 0.76% | - |
| XYZ | 39.28 | 37.85 | 30.43 | - |
| YUV | 166.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 141 | 0 | 0.19 | 0.27 | 0.24 | 19.25 | 0.3 | 0.66 |
| Hex | C2 | 9E | 8D | 0 | 13 | 1B | 18 | 13 | 1E | 42 |
| Octal | 302 | 236 | 215 | 0 | 23 | 33 | 30 | 23 | 36 | 102 |
| Binary | 11000010 | 10011110 | 10001101 | 0 | 10011 | 11011 | 11000 | 10011 | 11110 | 1000010 |
Color Harmonies of #C29E8D
Complementary color
Monochromatic Colors of #C29E8D
Black with #C29E8D
Text Example
Text Example
White with #C29E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E8D; }
p { color: rgb(194,158,141); }
H1.HeaderClassName
{
color: #C29E8D;
}
.AnyTagClassName
{
color: #C29E8D;
}
</style>
background-color css
<style>
a { background-color: #C29E8D; }
a { background-color: rgb(194,158,141); }
div.DivClassName
{
background-color: #C29E8D;
}
.BgClassName
{
background-color: #C29E8D;
}
</style>
border-color css
<style>
span { border-color: #C29E8D; }
span { border-color: rgb(194,158,141); }
td.TdClassName
{
border-color: #C29E8D;
}
.TagClassName
{
border-color: #C29E8D;
}
</style>