Shades of Quicksand #C29B8D
Tints of Quicksand #C29B8D
RGB
CMYK
RGB Variations
Color information
#C29B8D (or 0xC29B8D) is known color: Quicksand. HEX triplet: C2, 9B and 8D. RGB value is (194,155,141). Sum of RGB (Red+Green+Blue) = 194+155+141=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B8D is #3D6472. Grayscale: #A5A5A5. Windows color (decimal): -4023411 or 9280450. OLE color: 9280450.
HSL color Cylindrical-coordinate representation of color #C29B8D: hue angle of 15.85º 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 #C29B8D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 141 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.24 |
| HSL | 15.85º | 0.3% | 0.66% | - |
| HSV(B) | 15.85º | 0.27% | 0.76% | - |
| XYZ | 38.78 | 36.84 | 30.27 | - |
| YUV | 165.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 141 | 0 | 0.20 | 0.27 | 0.24 | 15.85 | 0.3 | 0.66 |
| Hex | C2 | 9B | 8D | 0 | 14 | 1B | 18 | 10 | 1E | 42 |
| Octal | 302 | 233 | 215 | 0 | 24 | 33 | 30 | 20 | 36 | 102 |
| Binary | 11000010 | 10011011 | 10001101 | 0 | 10100 | 11011 | 11000 | 10000 | 11110 | 1000010 |
Color Harmonies of #C29B8D
Complementary color
Monochromatic Colors of #C29B8D
Black with #C29B8D
Text Example
Text Example
White with #C29B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B8D; }
p { color: rgb(194,155,141); }
H1.HeaderClassName
{
color: #C29B8D;
}
.AnyTagClassName
{
color: #C29B8D;
}
</style>
background-color css
<style>
a { background-color: #C29B8D; }
a { background-color: rgb(194,155,141); }
div.DivClassName
{
background-color: #C29B8D;
}
.BgClassName
{
background-color: #C29B8D;
}
</style>
border-color css
<style>
span { border-color: #C29B8D; }
span { border-color: rgb(194,155,141); }
td.TdClassName
{
border-color: #C29B8D;
}
.TagClassName
{
border-color: #C29B8D;
}
</style>