Shades of Quicksand #C29B95
Tints of Quicksand #C29B95
RGB
CMYK
RGB Variations
Color information
#C29B95 (or 0xC29B95) is known color: Quicksand. HEX triplet: C2, 9B and 95. RGB value is (194,155,149). Sum of RGB (Red+Green+Blue) = 194+155+149=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B95 is #3D646A. Grayscale: #A6A6A6. Windows color (decimal): -4023403 or 9804738. OLE color: 9804738.
HSL color Cylindrical-coordinate representation of color #C29B95: hue angle of 8º 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 #C29B95 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 149 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.24 |
| HSL | 8º | 0.27% | 0.67% | - |
| HSV(B) | 8º | 0.23% | 0.76% | - |
| XYZ | 39.39 | 37.08 | 33.52 | - |
| YUV | 165.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 149 | 0 | 0.20 | 0.23 | 0.24 | 8 | 0.27 | 0.67 |
| Hex | C2 | 9B | 95 | 0 | 14 | 17 | 18 | 8 | 1B | 43 |
| Octal | 302 | 233 | 225 | 0 | 24 | 27 | 30 | 10 | 33 | 103 |
| Binary | 11000010 | 10011011 | 10010101 | 0 | 10100 | 10111 | 11000 | 1000 | 11011 | 1000011 |
Color Harmonies of #C29B95
Complementary color
Monochromatic Colors of #C29B95
Black with #C29B95
Text Example
Text Example
White with #C29B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B95; }
p { color: rgb(194,155,149); }
H1.HeaderClassName
{
color: #C29B95;
}
.AnyTagClassName
{
color: #C29B95;
}
</style>
background-color css
<style>
a { background-color: #C29B95; }
a { background-color: rgb(194,155,149); }
div.DivClassName
{
background-color: #C29B95;
}
.BgClassName
{
background-color: #C29B95;
}
</style>
border-color css
<style>
span { border-color: #C29B95; }
span { border-color: rgb(194,155,149); }
td.TdClassName
{
border-color: #C29B95;
}
.TagClassName
{
border-color: #C29B95;
}
</style>