Shades of Quicksand #C69986
Tints of Quicksand #C69986
RGB
CMYK
RGB Variations
Color information
#C69986 (or 0xC69986) is known color: Quicksand. HEX triplet: C6, 99 and 86. RGB value is (198,153,134). Sum of RGB (Red+Green+Blue) = 198+153+134=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69986 is #396679. Grayscale: #A4A4A4. Windows color (decimal): -3761786 or 8821190. OLE color: 8821190.
HSL color Cylindrical-coordinate representation of color #C69986: hue angle of 17.81º 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 #C69986 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 134 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.22 |
| HSL | 17.81º | 0.36% | 0.65% | - |
| HSV(B) | 17.81º | 0.32% | 0.78% | - |
| XYZ | 38.98 | 36.51 | 27.55 | - |
| YUV | 164.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 134 | 0 | 0.23 | 0.32 | 0.22 | 17.81 | 0.36 | 0.65 |
| Hex | C6 | 99 | 86 | 0 | 17 | 20 | 16 | 12 | 24 | 41 |
| Octal | 306 | 231 | 206 | 0 | 27 | 40 | 26 | 22 | 44 | 101 |
| Binary | 11000110 | 10011001 | 10000110 | 0 | 10111 | 100000 | 10110 | 10010 | 100100 | 1000001 |
Color Harmonies of #C69986
Complementary color
Monochromatic Colors of #C69986
Black with #C69986
Text Example
Text Example
White with #C69986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69986; }
p { color: rgb(198,153,134); }
H1.HeaderClassName
{
color: #C69986;
}
.AnyTagClassName
{
color: #C69986;
}
</style>
background-color css
<style>
a { background-color: #C69986; }
a { background-color: rgb(198,153,134); }
div.DivClassName
{
background-color: #C69986;
}
.BgClassName
{
background-color: #C69986;
}
</style>
border-color css
<style>
span { border-color: #C69986; }
span { border-color: rgb(198,153,134); }
td.TdClassName
{
border-color: #C69986;
}
.TagClassName
{
border-color: #C69986;
}
</style>