Shades of Quicksand #C29C95
Tints of Quicksand #C29C95
RGB
CMYK
RGB Variations
Color information
#C29C95 (or 0xC29C95) is known color: Quicksand. HEX triplet: C2, 9C and 95. RGB value is (194,156,149). Sum of RGB (Red+Green+Blue) = 194+156+149=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C95 is #3D636A. Grayscale: #A6A6A6. Windows color (decimal): -4023147 or 9804994. OLE color: 9804994.
HSL color Cylindrical-coordinate representation of color #C29C95: hue angle of 9.33º 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 #C29C95 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 149 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.24 |
| HSL | 9.33º | 0.27% | 0.67% | - |
| HSV(B) | 9.33º | 0.23% | 0.76% | - |
| XYZ | 39.56 | 37.42 | 33.57 | - |
| YUV | 166.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 149 | 0 | 0.20 | 0.23 | 0.24 | 9.33 | 0.27 | 0.67 |
| Hex | C2 | 9C | 95 | 0 | 14 | 17 | 18 | 9 | 1B | 43 |
| Octal | 302 | 234 | 225 | 0 | 24 | 27 | 30 | 11 | 33 | 103 |
| Binary | 11000010 | 10011100 | 10010101 | 0 | 10100 | 10111 | 11000 | 1001 | 11011 | 1000011 |
Color Harmonies of #C29C95
Complementary color
Monochromatic Colors of #C29C95
Black with #C29C95
Text Example
Text Example
White with #C29C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C95; }
p { color: rgb(194,156,149); }
H1.HeaderClassName
{
color: #C29C95;
}
.AnyTagClassName
{
color: #C29C95;
}
</style>
background-color css
<style>
a { background-color: #C29C95; }
a { background-color: rgb(194,156,149); }
div.DivClassName
{
background-color: #C29C95;
}
.BgClassName
{
background-color: #C29C95;
}
</style>
border-color css
<style>
span { border-color: #C29C95; }
span { border-color: rgb(194,156,149); }
td.TdClassName
{
border-color: #C29C95;
}
.TagClassName
{
border-color: #C29C95;
}
</style>