Shades of Quicksand #C29688
Tints of Quicksand #C29688
RGB
CMYK
RGB Variations
Color information
#C29688 (or 0xC29688) is known color: Quicksand. HEX triplet: C2, 96 and 88. RGB value is (194,150,136). Sum of RGB (Red+Green+Blue) = 194+150+136=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29688 is #3D6977. Grayscale: #A1A1A1. Windows color (decimal): -4024696 or 8951490. OLE color: 8951490.
HSL color Cylindrical-coordinate representation of color #C29688: hue angle of 14.48º 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 #C29688 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 136 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.24 |
| HSL | 14.48º | 0.32% | 0.65% | - |
| HSV(B) | 14.48º | 0.3% | 0.76% | - |
| XYZ | 37.6 | 35.06 | 28.08 | - |
| YUV | 161.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 136 | 0 | 0.23 | 0.30 | 0.24 | 14.48 | 0.32 | 0.65 |
| Hex | C2 | 96 | 88 | 0 | 17 | 1E | 18 | E | 20 | 41 |
| Octal | 302 | 226 | 210 | 0 | 27 | 36 | 30 | 16 | 40 | 101 |
| Binary | 11000010 | 10010110 | 10001000 | 0 | 10111 | 11110 | 11000 | 1110 | 100000 | 1000001 |
Color Harmonies of #C29688
Complementary color
Monochromatic Colors of #C29688
Black with #C29688
Text Example
Text Example
White with #C29688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29688; }
p { color: rgb(194,150,136); }
H1.HeaderClassName
{
color: #C29688;
}
.AnyTagClassName
{
color: #C29688;
}
</style>
background-color css
<style>
a { background-color: #C29688; }
a { background-color: rgb(194,150,136); }
div.DivClassName
{
background-color: #C29688;
}
.BgClassName
{
background-color: #C29688;
}
</style>
border-color css
<style>
span { border-color: #C29688; }
span { border-color: rgb(194,150,136); }
td.TdClassName
{
border-color: #C29688;
}
.TagClassName
{
border-color: #C29688;
}
</style>