Shades of Quicksand #C29F95
Tints of Quicksand #C29F95
RGB
CMYK
RGB Variations
Color information
#C29F95 (or 0xC29F95) is known color: Quicksand. HEX triplet: C2, 9F and 95. RGB value is (194,159,149). Sum of RGB (Red+Green+Blue) = 194+159+149=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F95 is #3D606A. Grayscale: #A8A8A8. Windows color (decimal): -4022379 or 9805762. OLE color: 9805762.
HSL color Cylindrical-coordinate representation of color #C29F95: hue angle of 13.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 #C29F95 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 149 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.24 |
| HSL | 13.33º | 0.27% | 0.67% | - |
| HSV(B) | 13.33º | 0.23% | 0.76% | - |
| XYZ | 40.07 | 38.44 | 33.74 | - |
| YUV | 168.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 149 | 0 | 0.18 | 0.23 | 0.24 | 13.33 | 0.27 | 0.67 |
| Hex | C2 | 9F | 95 | 0 | 12 | 17 | 18 | D | 1B | 43 |
| Octal | 302 | 237 | 225 | 0 | 22 | 27 | 30 | 15 | 33 | 103 |
| Binary | 11000010 | 10011111 | 10010101 | 0 | 10010 | 10111 | 11000 | 1101 | 11011 | 1000011 |
Color Harmonies of #C29F95
Complementary color
Monochromatic Colors of #C29F95
Black with #C29F95
Text Example
Text Example
White with #C29F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F95; }
p { color: rgb(194,159,149); }
H1.HeaderClassName
{
color: #C29F95;
}
.AnyTagClassName
{
color: #C29F95;
}
</style>
background-color css
<style>
a { background-color: #C29F95; }
a { background-color: rgb(194,159,149); }
div.DivClassName
{
background-color: #C29F95;
}
.BgClassName
{
background-color: #C29F95;
}
</style>
border-color css
<style>
span { border-color: #C29F95; }
span { border-color: rgb(194,159,149); }
td.TdClassName
{
border-color: #C29F95;
}
.TagClassName
{
border-color: #C29F95;
}
</style>