Shades of Quicksand #C09993
Tints of Quicksand #C09993
RGB
CMYK
RGB Variations
Color information
#C09993 (or 0xC09993) is known color: Quicksand. HEX triplet: C0, 99 and 93. RGB value is (192,153,147). Sum of RGB (Red+Green+Blue) = 192+153+147=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09993 is #3F666C. Grayscale: #A4A4A4. Windows color (decimal): -4154989 or 9673152. OLE color: 9673152.
HSL color Cylindrical-coordinate representation of color #C09993: hue angle of 8º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09993 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 147 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.25 |
| HSL | 8º | 0.26% | 0.66% | - |
| HSV(B) | 8º | 0.23% | 0.75% | - |
| XYZ | 38.4 | 36.1 | 32.55 | - |
| YUV | 163.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 147 | 0 | 0.20 | 0.23 | 0.25 | 8 | 0.26 | 0.66 |
| Hex | C0 | 99 | 93 | 0 | 14 | 17 | 19 | 8 | 1A | 42 |
| Octal | 300 | 231 | 223 | 0 | 24 | 27 | 31 | 10 | 32 | 102 |
| Binary | 11000000 | 10011001 | 10010011 | 0 | 10100 | 10111 | 11001 | 1000 | 11010 | 1000010 |
Color Harmonies of #C09993
Complementary color
Monochromatic Colors of #C09993
Black with #C09993
Text Example
Text Example
White with #C09993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09993; }
p { color: rgb(192,153,147); }
H1.HeaderClassName
{
color: #C09993;
}
.AnyTagClassName
{
color: #C09993;
}
</style>
background-color css
<style>
a { background-color: #C09993; }
a { background-color: rgb(192,153,147); }
div.DivClassName
{
background-color: #C09993;
}
.BgClassName
{
background-color: #C09993;
}
</style>
border-color css
<style>
span { border-color: #C09993; }
span { border-color: rgb(192,153,147); }
td.TdClassName
{
border-color: #C09993;
}
.TagClassName
{
border-color: #C09993;
}
</style>