Shades of Quicksand #C6968E
Tints of Quicksand #C6968E
RGB
CMYK
RGB Variations
Color information
#C6968E (or 0xC6968E) is known color: Quicksand. HEX triplet: C6, 96 and 8E. RGB value is (198,150,142). Sum of RGB (Red+Green+Blue) = 198+150+142=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6968E is #396971. Grayscale: #A3A3A3. Windows color (decimal): -3762546 or 9344710. OLE color: 9344710.
HSL color Cylindrical-coordinate representation of color #C6968E: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6968E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 142 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.22 |
| HSL | 8.57º | 0.33% | 0.67% | - |
| HSV(B) | 8.57º | 0.28% | 0.78% | - |
| XYZ | 39.08 | 35.77 | 30.44 | - |
| YUV | 163.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 142 | 0 | 0.24 | 0.28 | 0.22 | 8.57 | 0.33 | 0.67 |
| Hex | C6 | 96 | 8E | 0 | 18 | 1C | 16 | 9 | 21 | 43 |
| Octal | 306 | 226 | 216 | 0 | 30 | 34 | 26 | 11 | 41 | 103 |
| Binary | 11000110 | 10010110 | 10001110 | 0 | 11000 | 11100 | 10110 | 1001 | 100001 | 1000011 |
Color Harmonies of #C6968E
Complementary color
Monochromatic Colors of #C6968E
Black with #C6968E
Text Example
Text Example
White with #C6968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6968E; }
p { color: rgb(198,150,142); }
H1.HeaderClassName
{
color: #C6968E;
}
.AnyTagClassName
{
color: #C6968E;
}
</style>
background-color css
<style>
a { background-color: #C6968E; }
a { background-color: rgb(198,150,142); }
div.DivClassName
{
background-color: #C6968E;
}
.BgClassName
{
background-color: #C6968E;
}
</style>
border-color css
<style>
span { border-color: #C6968E; }
span { border-color: rgb(198,150,142); }
td.TdClassName
{
border-color: #C6968E;
}
.TagClassName
{
border-color: #C6968E;
}
</style>