Shades of Quicksand #C29F96
Tints of Quicksand #C29F96
RGB
CMYK
RGB Variations
Color information
#C29F96 (or 0xC29F96) is known color: Quicksand. HEX triplet: C2, 9F and 96. RGB value is (194,159,150). Sum of RGB (Red+Green+Blue) = 194+159+150=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F96 is #3D6069. Grayscale: #A8A8A8. Windows color (decimal): -4022378 or 9871298. OLE color: 9871298.
HSL color Cylindrical-coordinate representation of color #C29F96: hue angle of 12.27º 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 #C29F96 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 150 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.24 |
| HSL | 12.27º | 0.27% | 0.67% | - |
| HSV(B) | 12.27º | 0.23% | 0.76% | - |
| XYZ | 40.15 | 38.47 | 34.16 | - |
| YUV | 168.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 150 | 0 | 0.18 | 0.23 | 0.24 | 12.27 | 0.27 | 0.67 |
| Hex | C2 | 9F | 96 | 0 | 12 | 17 | 18 | C | 1B | 43 |
| Octal | 302 | 237 | 226 | 0 | 22 | 27 | 30 | 14 | 33 | 103 |
| Binary | 11000010 | 10011111 | 10010110 | 0 | 10010 | 10111 | 11000 | 1100 | 11011 | 1000011 |
Color Harmonies of #C29F96
Complementary color
Monochromatic Colors of #C29F96
Black with #C29F96
Text Example
Text Example
White with #C29F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F96; }
p { color: rgb(194,159,150); }
H1.HeaderClassName
{
color: #C29F96;
}
.AnyTagClassName
{
color: #C29F96;
}
</style>
background-color css
<style>
a { background-color: #C29F96; }
a { background-color: rgb(194,159,150); }
div.DivClassName
{
background-color: #C29F96;
}
.BgClassName
{
background-color: #C29F96;
}
</style>
border-color css
<style>
span { border-color: #C29F96; }
span { border-color: rgb(194,159,150); }
td.TdClassName
{
border-color: #C29F96;
}
.TagClassName
{
border-color: #C29F96;
}
</style>