Shades of Quicksand #C29C88
Tints of Quicksand #C29C88
RGB
CMYK
RGB Variations
Color information
#C29C88 (or 0xC29C88) is known color: Quicksand. HEX triplet: C2, 9C and 88. RGB value is (194,156,136). Sum of RGB (Red+Green+Blue) = 194+156+136=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C88 is #3D6377. Grayscale: #A5A5A5. Windows color (decimal): -4023160 or 8953026. OLE color: 8953026.
HSL color Cylindrical-coordinate representation of color #C29C88: hue angle of 20.69º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29C88 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 136 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.24 |
| HSL | 20.69º | 0.32% | 0.65% | - |
| HSV(B) | 20.69º | 0.3% | 0.76% | - |
| XYZ | 38.58 | 37.02 | 28.41 | - |
| YUV | 165.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 136 | 0 | 0.20 | 0.30 | 0.24 | 20.69 | 0.32 | 0.65 |
| Hex | C2 | 9C | 88 | 0 | 14 | 1E | 18 | 15 | 20 | 41 |
| Octal | 302 | 234 | 210 | 0 | 24 | 36 | 30 | 25 | 40 | 101 |
| Binary | 11000010 | 10011100 | 10001000 | 0 | 10100 | 11110 | 11000 | 10101 | 100000 | 1000001 |
Color Harmonies of #C29C88
Complementary color
Monochromatic Colors of #C29C88
Black with #C29C88
Text Example
Text Example
White with #C29C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C88; }
p { color: rgb(194,156,136); }
H1.HeaderClassName
{
color: #C29C88;
}
.AnyTagClassName
{
color: #C29C88;
}
</style>
background-color css
<style>
a { background-color: #C29C88; }
a { background-color: rgb(194,156,136); }
div.DivClassName
{
background-color: #C29C88;
}
.BgClassName
{
background-color: #C29C88;
}
</style>
border-color css
<style>
span { border-color: #C29C88; }
span { border-color: rgb(194,156,136); }
td.TdClassName
{
border-color: #C29C88;
}
.TagClassName
{
border-color: #C29C88;
}
</style>