Shades of Quicksand #C09386
Tints of Quicksand #C09386
RGB
CMYK
RGB Variations
Color information
#C09386 (or 0xC09386) is known color: Quicksand. HEX triplet: C0, 93 and 86. RGB value is (192,147,134). Sum of RGB (Red+Green+Blue) = 192+147+134=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09386 is #3F6C79. Grayscale: #9F9F9F. Windows color (decimal): -4156538 or 8819648. OLE color: 8819648.
HSL color Cylindrical-coordinate representation of color #C09386: hue angle of 13.45º 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 #C09386 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 134 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.25 |
| HSL | 13.45º | 0.32% | 0.64% | - |
| HSV(B) | 13.45º | 0.3% | 0.75% | - |
| XYZ | 36.48 | 33.8 | 27.15 | - |
| YUV | 158.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 134 | 0 | 0.23 | 0.30 | 0.25 | 13.45 | 0.32 | 0.64 |
| Hex | C0 | 93 | 86 | 0 | 17 | 1E | 19 | D | 20 | 40 |
| Octal | 300 | 223 | 206 | 0 | 27 | 36 | 31 | 15 | 40 | 100 |
| Binary | 11000000 | 10010011 | 10000110 | 0 | 10111 | 11110 | 11001 | 1101 | 100000 | 1000000 |
Color Harmonies of #C09386
Complementary color
Monochromatic Colors of #C09386
Black with #C09386
Text Example
Text Example
White with #C09386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09386; }
p { color: rgb(192,147,134); }
H1.HeaderClassName
{
color: #C09386;
}
.AnyTagClassName
{
color: #C09386;
}
</style>
background-color css
<style>
a { background-color: #C09386; }
a { background-color: rgb(192,147,134); }
div.DivClassName
{
background-color: #C09386;
}
.BgClassName
{
background-color: #C09386;
}
</style>
border-color css
<style>
span { border-color: #C09386; }
span { border-color: rgb(192,147,134); }
td.TdClassName
{
border-color: #C09386;
}
.TagClassName
{
border-color: #C09386;
}
</style>