Shades of Quicksand #C9978C
Tints of Quicksand #C9978C
RGB
CMYK
RGB Variations
Color information
#C9978C (or 0xC9978C) is known color: Quicksand. HEX triplet: C9, 97 and 8C. RGB value is (201,151,140). Sum of RGB (Red+Green+Blue) = 201+151+140=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9978C is #366873. Grayscale: #A4A4A4. Windows color (decimal): -3565684 or 9213897. OLE color: 9213897.
HSL color Cylindrical-coordinate representation of color #C9978C: hue angle of 10.82º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9978C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 140 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.21 |
| HSL | 10.82º | 0.36% | 0.67% | - |
| HSV(B) | 10.82º | 0.3% | 0.79% | - |
| XYZ | 39.89 | 36.44 | 29.74 | - |
| YUV | 164.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 140 | 0 | 0.25 | 0.30 | 0.21 | 10.82 | 0.36 | 0.67 |
| Hex | C9 | 97 | 8C | 0 | 19 | 1E | 15 | B | 24 | 43 |
| Octal | 311 | 227 | 214 | 0 | 31 | 36 | 25 | 13 | 44 | 103 |
| Binary | 11001001 | 10010111 | 10001100 | 0 | 11001 | 11110 | 10101 | 1011 | 100100 | 1000011 |
Color Harmonies of #C9978C
Complementary color
Monochromatic Colors of #C9978C
Black with #C9978C
Text Example
Text Example
White with #C9978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9978C; }
p { color: rgb(201,151,140); }
H1.HeaderClassName
{
color: #C9978C;
}
.AnyTagClassName
{
color: #C9978C;
}
</style>
background-color css
<style>
a { background-color: #C9978C; }
a { background-color: rgb(201,151,140); }
div.DivClassName
{
background-color: #C9978C;
}
.BgClassName
{
background-color: #C9978C;
}
</style>
border-color css
<style>
span { border-color: #C9978C; }
span { border-color: rgb(201,151,140); }
td.TdClassName
{
border-color: #C9978C;
}
.TagClassName
{
border-color: #C9978C;
}
</style>