Shades of Quicksand #C29D95
Tints of Quicksand #C29D95
RGB
CMYK
RGB Variations
Color information
#C29D95 (or 0xC29D95) is known color: Quicksand. HEX triplet: C2, 9D and 95. RGB value is (194,157,149). Sum of RGB (Red+Green+Blue) = 194+157+149=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D95 is #3D626A. Grayscale: #A7A7A7. Windows color (decimal): -4022891 or 9805250. OLE color: 9805250.
HSL color Cylindrical-coordinate representation of color #C29D95: hue angle of 10.67º 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 #C29D95 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 149 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.24 |
| HSL | 10.67º | 0.27% | 0.67% | - |
| HSV(B) | 10.67º | 0.23% | 0.76% | - |
| XYZ | 39.73 | 37.75 | 33.63 | - |
| YUV | 167.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 149 | 0 | 0.19 | 0.23 | 0.24 | 10.67 | 0.27 | 0.67 |
| Hex | C2 | 9D | 95 | 0 | 13 | 17 | 18 | B | 1B | 43 |
| Octal | 302 | 235 | 225 | 0 | 23 | 27 | 30 | 13 | 33 | 103 |
| Binary | 11000010 | 10011101 | 10010101 | 0 | 10011 | 10111 | 11000 | 1011 | 11011 | 1000011 |
Color Harmonies of #C29D95
Complementary color
Monochromatic Colors of #C29D95
Black with #C29D95
Text Example
Text Example
White with #C29D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D95; }
p { color: rgb(194,157,149); }
H1.HeaderClassName
{
color: #C29D95;
}
.AnyTagClassName
{
color: #C29D95;
}
</style>
background-color css
<style>
a { background-color: #C29D95; }
a { background-color: rgb(194,157,149); }
div.DivClassName
{
background-color: #C29D95;
}
.BgClassName
{
background-color: #C29D95;
}
</style>
border-color css
<style>
span { border-color: #C29D95; }
span { border-color: rgb(194,157,149); }
td.TdClassName
{
border-color: #C29D95;
}
.TagClassName
{
border-color: #C29D95;
}
</style>