Shades of Quicksand #C69D88
Tints of Quicksand #C69D88
RGB
CMYK
RGB Variations
Color information
#C69D88 (or 0xC69D88) is known color: Quicksand. HEX triplet: C6, 9D and 88. RGB value is (198,157,136). Sum of RGB (Red+Green+Blue) = 198+157+136=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D88 is #396277. Grayscale: #A6A6A6. Windows color (decimal): -3760760 or 8953286. OLE color: 8953286.
HSL color Cylindrical-coordinate representation of color #C69D88: hue angle of 20.32º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69D88 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 136 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.22 |
| HSL | 20.32º | 0.35% | 0.65% | - |
| HSV(B) | 20.32º | 0.31% | 0.78% | - |
| XYZ | 39.79 | 37.9 | 28.51 | - |
| YUV | 166.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 136 | 0 | 0.21 | 0.31 | 0.22 | 20.32 | 0.35 | 0.65 |
| Hex | C6 | 9D | 88 | 0 | 15 | 1F | 16 | 14 | 23 | 41 |
| Octal | 306 | 235 | 210 | 0 | 25 | 37 | 26 | 24 | 43 | 101 |
| Binary | 11000110 | 10011101 | 10001000 | 0 | 10101 | 11111 | 10110 | 10100 | 100011 | 1000001 |
Color Harmonies of #C69D88
Complementary color
Monochromatic Colors of #C69D88
Black with #C69D88
Text Example
Text Example
White with #C69D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D88; }
p { color: rgb(198,157,136); }
H1.HeaderClassName
{
color: #C69D88;
}
.AnyTagClassName
{
color: #C69D88;
}
</style>
background-color css
<style>
a { background-color: #C69D88; }
a { background-color: rgb(198,157,136); }
div.DivClassName
{
background-color: #C69D88;
}
.BgClassName
{
background-color: #C69D88;
}
</style>
border-color css
<style>
span { border-color: #C69D88; }
span { border-color: rgb(198,157,136); }
td.TdClassName
{
border-color: #C69D88;
}
.TagClassName
{
border-color: #C69D88;
}
</style>