Shades of Quicksand #C29D96
Tints of Quicksand #C29D96
RGB
CMYK
RGB Variations
Color information
#C29D96 (or 0xC29D96) is known color: Quicksand. HEX triplet: C2, 9D and 96. RGB value is (194,157,150). Sum of RGB (Red+Green+Blue) = 194+157+150=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D96 is #3D6269. Grayscale: #A7A7A7. Windows color (decimal): -4022890 or 9870786. OLE color: 9870786.
HSL color Cylindrical-coordinate representation of color #C29D96: hue angle of 9.55º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29D96 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 150 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 9.55º | 0.27% | 0.67% | - |
| HSV(B) | 9.55º | 0.23% | 0.76% | - |
| XYZ | 39.81 | 37.79 | 34.05 | - |
| YUV | 167.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 150 | 0 | 0.19 | 0.23 | 0.24 | 9.55 | 0.27 | 0.67 |
| Hex | C2 | 9D | 96 | 0 | 13 | 17 | 18 | A | 1B | 43 |
| Octal | 302 | 235 | 226 | 0 | 23 | 27 | 30 | 12 | 33 | 103 |
| Binary | 11000010 | 10011101 | 10010110 | 0 | 10011 | 10111 | 11000 | 1010 | 11011 | 1000011 |
Color Harmonies of #C29D96
Complementary color
Monochromatic Colors of #C29D96
Black with #C29D96
Text Example
Text Example
White with #C29D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D96; }
p { color: rgb(194,157,150); }
H1.HeaderClassName
{
color: #C29D96;
}
.AnyTagClassName
{
color: #C29D96;
}
</style>
background-color css
<style>
a { background-color: #C29D96; }
a { background-color: rgb(194,157,150); }
div.DivClassName
{
background-color: #C29D96;
}
.BgClassName
{
background-color: #C29D96;
}
</style>
border-color css
<style>
span { border-color: #C29D96; }
span { border-color: rgb(194,157,150); }
td.TdClassName
{
border-color: #C29D96;
}
.TagClassName
{
border-color: #C29D96;
}
</style>