Shades of Quicksand #C69686
Tints of Quicksand #C69686
RGB
CMYK
RGB Variations
Color information
#C69686 (or 0xC69686) is known color: Quicksand. HEX triplet: C6, 96 and 86. RGB value is (198,150,134). Sum of RGB (Red+Green+Blue) = 198+150+134=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C69686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69686 is #396979. Grayscale: #A2A2A2. Windows color (decimal): -3762554 or 8820422. OLE color: 8820422.
HSL color Cylindrical-coordinate representation of color #C69686: hue angle of 15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69686 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 134 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.22 |
| HSL | 15º | 0.36% | 0.65% | - |
| HSV(B) | 15º | 0.32% | 0.78% | - |
| XYZ | 38.5 | 35.54 | 27.39 | - |
| YUV | 162.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 134 | 0 | 0.24 | 0.32 | 0.22 | 15 | 0.36 | 0.65 |
| Hex | C6 | 96 | 86 | 0 | 18 | 20 | 16 | F | 24 | 41 |
| Octal | 306 | 226 | 206 | 0 | 30 | 40 | 26 | 17 | 44 | 101 |
| Binary | 11000110 | 10010110 | 10000110 | 0 | 11000 | 100000 | 10110 | 1111 | 100100 | 1000001 |
Color Harmonies of #C69686
Complementary color
Monochromatic Colors of #C69686
Black with #C69686
Text Example
Text Example
White with #C69686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69686; }
p { color: rgb(198,150,134); }
H1.HeaderClassName
{
color: #C69686;
}
.AnyTagClassName
{
color: #C69686;
}
</style>
background-color css
<style>
a { background-color: #C69686; }
a { background-color: rgb(198,150,134); }
div.DivClassName
{
background-color: #C69686;
}
.BgClassName
{
background-color: #C69686;
}
</style>
border-color css
<style>
span { border-color: #C69686; }
span { border-color: rgb(198,150,134); }
td.TdClassName
{
border-color: #C69686;
}
.TagClassName
{
border-color: #C69686;
}
</style>