Shades of Quicksand #C6968A
Tints of Quicksand #C6968A
RGB
CMYK
RGB Variations
Color information
#C6968A (or 0xC6968A) is known color: Quicksand. HEX triplet: C6, 96 and 8A. RGB value is (198,150,138). Sum of RGB (Red+Green+Blue) = 198+150+138=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6968A is #396975. Grayscale: #A3A3A3. Windows color (decimal): -3762550 or 9082566. OLE color: 9082566.
HSL color Cylindrical-coordinate representation of color #C6968A: hue angle of 12º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6968A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 138 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.22 |
| HSL | 12º | 0.34% | 0.66% | - |
| HSV(B) | 12º | 0.3% | 0.78% | - |
| XYZ | 38.78 | 35.65 | 28.88 | - |
| YUV | 162.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 138 | 0 | 0.24 | 0.30 | 0.22 | 12 | 0.34 | 0.66 |
| Hex | C6 | 96 | 8A | 0 | 18 | 1E | 16 | C | 22 | 42 |
| Octal | 306 | 226 | 212 | 0 | 30 | 36 | 26 | 14 | 42 | 102 |
| Binary | 11000110 | 10010110 | 10001010 | 0 | 11000 | 11110 | 10110 | 1100 | 100010 | 1000010 |
Color Harmonies of #C6968A
Complementary color
Monochromatic Colors of #C6968A
Black with #C6968A
Text Example
Text Example
White with #C6968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6968A; }
p { color: rgb(198,150,138); }
H1.HeaderClassName
{
color: #C6968A;
}
.AnyTagClassName
{
color: #C6968A;
}
</style>
background-color css
<style>
a { background-color: #C6968A; }
a { background-color: rgb(198,150,138); }
div.DivClassName
{
background-color: #C6968A;
}
.BgClassName
{
background-color: #C6968A;
}
</style>
border-color css
<style>
span { border-color: #C6968A; }
span { border-color: rgb(198,150,138); }
td.TdClassName
{
border-color: #C6968A;
}
.TagClassName
{
border-color: #C6968A;
}
</style>