Shades of Quicksand #C69688
Tints of Quicksand #C69688
RGB
CMYK
RGB Variations
Color information
#C69688 (or 0xC69688) is known color: Quicksand. HEX triplet: C6, 96 and 88. RGB value is (198,150,136). Sum of RGB (Red+Green+Blue) = 198+150+136=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C69688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69688 is #396977. Grayscale: #A2A2A2. Windows color (decimal): -3762552 or 8951494. OLE color: 8951494.
HSL color Cylindrical-coordinate representation of color #C69688: hue angle of 13.55º 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 #C69688 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 136 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.22 |
| HSL | 13.55º | 0.35% | 0.65% | - |
| HSV(B) | 13.55º | 0.31% | 0.78% | - |
| XYZ | 38.64 | 35.6 | 28.13 | - |
| YUV | 162.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 136 | 0 | 0.24 | 0.31 | 0.22 | 13.55 | 0.35 | 0.65 |
| Hex | C6 | 96 | 88 | 0 | 18 | 1F | 16 | E | 23 | 41 |
| Octal | 306 | 226 | 210 | 0 | 30 | 37 | 26 | 16 | 43 | 101 |
| Binary | 11000110 | 10010110 | 10001000 | 0 | 11000 | 11111 | 10110 | 1110 | 100011 | 1000001 |
Color Harmonies of #C69688
Complementary color
Monochromatic Colors of #C69688
Black with #C69688
Text Example
Text Example
White with #C69688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69688; }
p { color: rgb(198,150,136); }
H1.HeaderClassName
{
color: #C69688;
}
.AnyTagClassName
{
color: #C69688;
}
</style>
background-color css
<style>
a { background-color: #C69688; }
a { background-color: rgb(198,150,136); }
div.DivClassName
{
background-color: #C69688;
}
.BgClassName
{
background-color: #C69688;
}
</style>
border-color css
<style>
span { border-color: #C69688; }
span { border-color: rgb(198,150,136); }
td.TdClassName
{
border-color: #C69688;
}
.TagClassName
{
border-color: #C69688;
}
</style>