Shades of Quicksand #C69B86
Tints of Quicksand #C69B86
RGB
CMYK
RGB Variations
Color information
#C69B86 (or 0xC69B86) is known color: Quicksand. HEX triplet: C6, 9B and 86. RGB value is (198,155,134). Sum of RGB (Red+Green+Blue) = 198+155+134=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B86 is #396479. Grayscale: #A5A5A5. Windows color (decimal): -3761274 or 8821702. OLE color: 8821702.
HSL color Cylindrical-coordinate representation of color #C69B86: hue angle of 19.69º 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 #C69B86 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 134 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.22 |
| HSL | 19.69º | 0.36% | 0.65% | - |
| HSV(B) | 19.69º | 0.32% | 0.78% | - |
| XYZ | 39.31 | 37.17 | 27.66 | - |
| YUV | 165.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 134 | 0 | 0.22 | 0.32 | 0.22 | 19.69 | 0.36 | 0.65 |
| Hex | C6 | 9B | 86 | 0 | 16 | 20 | 16 | 14 | 24 | 41 |
| Octal | 306 | 233 | 206 | 0 | 26 | 40 | 26 | 24 | 44 | 101 |
| Binary | 11000110 | 10011011 | 10000110 | 0 | 10110 | 100000 | 10110 | 10100 | 100100 | 1000001 |
Color Harmonies of #C69B86
Complementary color
Monochromatic Colors of #C69B86
Black with #C69B86
Text Example
Text Example
White with #C69B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B86; }
p { color: rgb(198,155,134); }
H1.HeaderClassName
{
color: #C69B86;
}
.AnyTagClassName
{
color: #C69B86;
}
</style>
background-color css
<style>
a { background-color: #C69B86; }
a { background-color: rgb(198,155,134); }
div.DivClassName
{
background-color: #C69B86;
}
.BgClassName
{
background-color: #C69B86;
}
</style>
border-color css
<style>
span { border-color: #C69B86; }
span { border-color: rgb(198,155,134); }
td.TdClassName
{
border-color: #C69B86;
}
.TagClassName
{
border-color: #C69B86;
}
</style>