Shades of Quicksand #C29A95
Tints of Quicksand #C29A95
RGB
CMYK
RGB Variations
Color information
#C29A95 (or 0xC29A95) is known color: Quicksand. HEX triplet: C2, 9A and 95. RGB value is (194,154,149). Sum of RGB (Red+Green+Blue) = 194+154+149=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A95 is #3D656A. Grayscale: #A5A5A5. Windows color (decimal): -4023659 or 9804482. OLE color: 9804482.
HSL color Cylindrical-coordinate representation of color #C29A95: hue angle of 6.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 #C29A95 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 149 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.24 |
| HSL | 6.67º | 0.27% | 0.67% | - |
| HSV(B) | 6.67º | 0.23% | 0.76% | - |
| XYZ | 39.23 | 36.75 | 33.46 | - |
| YUV | 165.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 149 | 0 | 0.21 | 0.23 | 0.24 | 6.67 | 0.27 | 0.67 |
| Hex | C2 | 9A | 95 | 0 | 15 | 17 | 18 | 7 | 1B | 43 |
| Octal | 302 | 232 | 225 | 0 | 25 | 27 | 30 | 7 | 33 | 103 |
| Binary | 11000010 | 10011010 | 10010101 | 0 | 10101 | 10111 | 11000 | 111 | 11011 | 1000011 |
Color Harmonies of #C29A95
Complementary color
Monochromatic Colors of #C29A95
Black with #C29A95
Text Example
Text Example
White with #C29A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A95; }
p { color: rgb(194,154,149); }
H1.HeaderClassName
{
color: #C29A95;
}
.AnyTagClassName
{
color: #C29A95;
}
</style>
background-color css
<style>
a { background-color: #C29A95; }
a { background-color: rgb(194,154,149); }
div.DivClassName
{
background-color: #C29A95;
}
.BgClassName
{
background-color: #C29A95;
}
</style>
border-color css
<style>
span { border-color: #C29A95; }
span { border-color: rgb(194,154,149); }
td.TdClassName
{
border-color: #C29A95;
}
.TagClassName
{
border-color: #C29A95;
}
</style>