Shades of Quicksand #C09994
Tints of Quicksand #C09994
RGB
CMYK
RGB Variations
Color information
#C09994 (or 0xC09994) is known color: Quicksand. HEX triplet: C0, 99 and 94. RGB value is (192,153,148). Sum of RGB (Red+Green+Blue) = 192+153+148=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09994 is #3F666B. Grayscale: #A4A4A4. Windows color (decimal): -4154988 or 9738688. OLE color: 9738688.
HSL color Cylindrical-coordinate representation of color #C09994: hue angle of 6.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09994 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 148 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.25 |
| HSL | 6.82º | 0.26% | 0.67% | - |
| HSV(B) | 6.82º | 0.23% | 0.75% | - |
| XYZ | 38.47 | 36.13 | 32.96 | - |
| YUV | 164.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 148 | 0 | 0.20 | 0.23 | 0.25 | 6.82 | 0.26 | 0.67 |
| Hex | C0 | 99 | 94 | 0 | 14 | 17 | 19 | 7 | 1A | 43 |
| Octal | 300 | 231 | 224 | 0 | 24 | 27 | 31 | 7 | 32 | 103 |
| Binary | 11000000 | 10011001 | 10010100 | 0 | 10100 | 10111 | 11001 | 111 | 11010 | 1000011 |
Color Harmonies of #C09994
Complementary color
Monochromatic Colors of #C09994
Black with #C09994
Text Example
Text Example
White with #C09994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09994; }
p { color: rgb(192,153,148); }
H1.HeaderClassName
{
color: #C09994;
}
.AnyTagClassName
{
color: #C09994;
}
</style>
background-color css
<style>
a { background-color: #C09994; }
a { background-color: rgb(192,153,148); }
div.DivClassName
{
background-color: #C09994;
}
.BgClassName
{
background-color: #C09994;
}
</style>
border-color css
<style>
span { border-color: #C09994; }
span { border-color: rgb(192,153,148); }
td.TdClassName
{
border-color: #C09994;
}
.TagClassName
{
border-color: #C09994;
}
</style>