Shades of Quicksand #C29994
Tints of Quicksand #C29994
RGB
CMYK
RGB Variations
Color information
#C29994 (or 0xC29994) is known color: Quicksand. HEX triplet: C2, 99 and 94. RGB value is (194,153,148). Sum of RGB (Red+Green+Blue) = 194+153+148=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C29994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29994 is #3D666B. Grayscale: #A4A4A4. Windows color (decimal): -4023916 or 9738690. OLE color: 9738690.
HSL color Cylindrical-coordinate representation of color #C29994: hue angle of 6.52º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29994 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 148 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.24 |
| HSL | 6.52º | 0.27% | 0.67% | - |
| HSV(B) | 6.52º | 0.24% | 0.76% | - |
| XYZ | 38.98 | 36.39 | 32.99 | - |
| YUV | 164.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 148 | 0 | 0.21 | 0.24 | 0.24 | 6.52 | 0.27 | 0.67 |
| Hex | C2 | 99 | 94 | 0 | 15 | 18 | 18 | 7 | 1B | 43 |
| Octal | 302 | 231 | 224 | 0 | 25 | 30 | 30 | 7 | 33 | 103 |
| Binary | 11000010 | 10011001 | 10010100 | 0 | 10101 | 11000 | 11000 | 111 | 11011 | 1000011 |
Color Harmonies of #C29994
Complementary color
Monochromatic Colors of #C29994
Black with #C29994
Text Example
Text Example
White with #C29994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29994; }
p { color: rgb(194,153,148); }
H1.HeaderClassName
{
color: #C29994;
}
.AnyTagClassName
{
color: #C29994;
}
</style>
background-color css
<style>
a { background-color: #C29994; }
a { background-color: rgb(194,153,148); }
div.DivClassName
{
background-color: #C29994;
}
.BgClassName
{
background-color: #C29994;
}
</style>
border-color css
<style>
span { border-color: #C29994; }
span { border-color: rgb(194,153,148); }
td.TdClassName
{
border-color: #C29994;
}
.TagClassName
{
border-color: #C29994;
}
</style>