Shades of Quicksand #C69C86
Tints of Quicksand #C69C86
RGB
CMYK
RGB Variations
Color information
#C69C86 (or 0xC69C86) is known color: Quicksand. HEX triplet: C6, 9C and 86. RGB value is (198,156,134). Sum of RGB (Red+Green+Blue) = 198+156+134=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C86 is #396379. Grayscale: #A6A6A6. Windows color (decimal): -3761018 or 8821958. OLE color: 8821958.
HSL color Cylindrical-coordinate representation of color #C69C86: hue angle of 20.62º 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 #C69C86 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 134 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.22 |
| HSL | 20.63º | 0.36% | 0.65% | - |
| HSV(B) | 20.63º | 0.32% | 0.78% | - |
| XYZ | 39.48 | 37.5 | 27.71 | - |
| YUV | 166.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 134 | 0 | 0.21 | 0.32 | 0.22 | 20.63 | 0.36 | 0.65 |
| Hex | C6 | 9C | 86 | 0 | 15 | 20 | 16 | 15 | 24 | 41 |
| Octal | 306 | 234 | 206 | 0 | 25 | 40 | 26 | 25 | 44 | 101 |
| Binary | 11000110 | 10011100 | 10000110 | 0 | 10101 | 100000 | 10110 | 10101 | 100100 | 1000001 |
Color Harmonies of #C69C86
Complementary color
Monochromatic Colors of #C69C86
Black with #C69C86
Text Example
Text Example
White with #C69C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C86; }
p { color: rgb(198,156,134); }
H1.HeaderClassName
{
color: #C69C86;
}
.AnyTagClassName
{
color: #C69C86;
}
</style>
background-color css
<style>
a { background-color: #C69C86; }
a { background-color: rgb(198,156,134); }
div.DivClassName
{
background-color: #C69C86;
}
.BgClassName
{
background-color: #C69C86;
}
</style>
border-color css
<style>
span { border-color: #C69C86; }
span { border-color: rgb(198,156,134); }
td.TdClassName
{
border-color: #C69C86;
}
.TagClassName
{
border-color: #C69C86;
}
</style>