Shades of Quicksand #C39686
Tints of Quicksand #C39686
RGB
CMYK
RGB Variations
Color information
#C39686 (or 0xC39686) is known color: Quicksand. HEX triplet: C3, 96 and 86. RGB value is (195,150,134). Sum of RGB (Red+Green+Blue) = 195+150+134=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C39686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39686 is #3C6979. Grayscale: #A1A1A1. Windows color (decimal): -3959162 or 8820419. OLE color: 8820419.
HSL color Cylindrical-coordinate representation of color #C39686: hue angle of 15.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C39686 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 134 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.24 |
| HSL | 15.74º | 0.34% | 0.65% | - |
| HSV(B) | 15.74º | 0.31% | 0.76% | - |
| XYZ | 37.72 | 35.14 | 27.35 | - |
| YUV | 161.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 134 | 0 | 0.23 | 0.31 | 0.24 | 15.74 | 0.34 | 0.65 |
| Hex | C3 | 96 | 86 | 0 | 17 | 1F | 18 | 10 | 22 | 41 |
| Octal | 303 | 226 | 206 | 0 | 27 | 37 | 30 | 20 | 42 | 101 |
| Binary | 11000011 | 10010110 | 10000110 | 0 | 10111 | 11111 | 11000 | 10000 | 100010 | 1000001 |
Color Harmonies of #C39686
Complementary color
Monochromatic Colors of #C39686
Black with #C39686
Text Example
Text Example
White with #C39686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39686; }
p { color: rgb(195,150,134); }
H1.HeaderClassName
{
color: #C39686;
}
.AnyTagClassName
{
color: #C39686;
}
</style>
background-color css
<style>
a { background-color: #C39686; }
a { background-color: rgb(195,150,134); }
div.DivClassName
{
background-color: #C39686;
}
.BgClassName
{
background-color: #C39686;
}
</style>
border-color css
<style>
span { border-color: #C39686; }
span { border-color: rgb(195,150,134); }
td.TdClassName
{
border-color: #C39686;
}
.TagClassName
{
border-color: #C39686;
}
</style>