Shades of Quicksand #C6948A
Tints of Quicksand #C6948A
RGB
CMYK
RGB Variations
Color information
#C6948A (or 0xC6948A) is known color: Quicksand. HEX triplet: C6, 94 and 8A. RGB value is (198,148,138). Sum of RGB (Red+Green+Blue) = 198+148+138=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6948A is #396B75. Grayscale: #A1A1A1. Windows color (decimal): -3763062 or 9082054. OLE color: 9082054.
HSL color Cylindrical-coordinate representation of color #C6948A: hue angle of 10º 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 #C6948A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 138 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.22 |
| HSL | 10º | 0.34% | 0.66% | - |
| HSV(B) | 10º | 0.3% | 0.78% | - |
| XYZ | 38.47 | 35.02 | 28.78 | - |
| YUV | 161.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 138 | 0 | 0.25 | 0.30 | 0.22 | 10 | 0.34 | 0.66 |
| Hex | C6 | 94 | 8A | 0 | 19 | 1E | 16 | A | 22 | 42 |
| Octal | 306 | 224 | 212 | 0 | 31 | 36 | 26 | 12 | 42 | 102 |
| Binary | 11000110 | 10010100 | 10001010 | 0 | 11001 | 11110 | 10110 | 1010 | 100010 | 1000010 |
Color Harmonies of #C6948A
Complementary color
Monochromatic Colors of #C6948A
Black with #C6948A
Text Example
Text Example
White with #C6948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6948A; }
p { color: rgb(198,148,138); }
H1.HeaderClassName
{
color: #C6948A;
}
.AnyTagClassName
{
color: #C6948A;
}
</style>
background-color css
<style>
a { background-color: #C6948A; }
a { background-color: rgb(198,148,138); }
div.DivClassName
{
background-color: #C6948A;
}
.BgClassName
{
background-color: #C6948A;
}
</style>
border-color css
<style>
span { border-color: #C6948A; }
span { border-color: rgb(198,148,138); }
td.TdClassName
{
border-color: #C6948A;
}
.TagClassName
{
border-color: #C6948A;
}
</style>