Shades of Quicksand #C09986
Tints of Quicksand #C09986
RGB
CMYK
RGB Variations
Color information
#C09986 (or 0xC09986) is known color: Quicksand. HEX triplet: C0, 99 and 86. RGB value is (192,153,134). Sum of RGB (Red+Green+Blue) = 192+153+134=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C09986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09986 is #3F6679. Grayscale: #A2A2A2. Windows color (decimal): -4155002 or 8821184. OLE color: 8821184.
HSL color Cylindrical-coordinate representation of color #C09986: hue angle of 19.66º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09986 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 134 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.25 |
| HSL | 19.66º | 0.32% | 0.64% | - |
| HSV(B) | 19.66º | 0.3% | 0.75% | - |
| XYZ | 37.43 | 35.71 | 27.47 | - |
| YUV | 162.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 134 | 0 | 0.20 | 0.30 | 0.25 | 19.66 | 0.32 | 0.64 |
| Hex | C0 | 99 | 86 | 0 | 14 | 1E | 19 | 14 | 20 | 40 |
| Octal | 300 | 231 | 206 | 0 | 24 | 36 | 31 | 24 | 40 | 100 |
| Binary | 11000000 | 10011001 | 10000110 | 0 | 10100 | 11110 | 11001 | 10100 | 100000 | 1000000 |
Color Harmonies of #C09986
Complementary color
Monochromatic Colors of #C09986
Black with #C09986
Text Example
Text Example
White with #C09986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09986; }
p { color: rgb(192,153,134); }
H1.HeaderClassName
{
color: #C09986;
}
.AnyTagClassName
{
color: #C09986;
}
</style>
background-color css
<style>
a { background-color: #C09986; }
a { background-color: rgb(192,153,134); }
div.DivClassName
{
background-color: #C09986;
}
.BgClassName
{
background-color: #C09986;
}
</style>
border-color css
<style>
span { border-color: #C09986; }
span { border-color: rgb(192,153,134); }
td.TdClassName
{
border-color: #C09986;
}
.TagClassName
{
border-color: #C09986;
}
</style>