Shades of Quicksand #C99686
Tints of Quicksand #C99686
RGB
CMYK
RGB Variations
Color information
#C99686 (or 0xC99686) is known color: Quicksand. HEX triplet: C9, 96 and 86. RGB value is (201,150,134). Sum of RGB (Red+Green+Blue) = 201+150+134=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99686 is #366979. Grayscale: #A3A3A3. Windows color (decimal): -3565946 or 8820425. OLE color: 8820425.
HSL color Cylindrical-coordinate representation of color #C99686: hue angle of 14.33º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99686 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 134 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.21 |
| HSL | 14.33º | 0.38% | 0.66% | - |
| HSV(B) | 14.33º | 0.33% | 0.79% | - |
| XYZ | 39.3 | 35.95 | 27.42 | - |
| YUV | 163.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 134 | 0 | 0.25 | 0.33 | 0.21 | 14.33 | 0.38 | 0.66 |
| Hex | C9 | 96 | 86 | 0 | 19 | 21 | 15 | E | 26 | 42 |
| Octal | 311 | 226 | 206 | 0 | 31 | 41 | 25 | 16 | 46 | 102 |
| Binary | 11001001 | 10010110 | 10000110 | 0 | 11001 | 100001 | 10101 | 1110 | 100110 | 1000010 |
Color Harmonies of #C99686
Complementary color
Monochromatic Colors of #C99686
Black with #C99686
Text Example
Text Example
White with #C99686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99686; }
p { color: rgb(201,150,134); }
H1.HeaderClassName
{
color: #C99686;
}
.AnyTagClassName
{
color: #C99686;
}
</style>
background-color css
<style>
a { background-color: #C99686; }
a { background-color: rgb(201,150,134); }
div.DivClassName
{
background-color: #C99686;
}
.BgClassName
{
background-color: #C99686;
}
</style>
border-color css
<style>
span { border-color: #C99686; }
span { border-color: rgb(201,150,134); }
td.TdClassName
{
border-color: #C99686;
}
.TagClassName
{
border-color: #C99686;
}
</style>