Shades of Quicksand #C9968C
Tints of Quicksand #C9968C
RGB
CMYK
RGB Variations
Color information
#C9968C (or 0xC9968C) is known color: Quicksand. HEX triplet: C9, 96 and 8C. RGB value is (201,150,140). Sum of RGB (Red+Green+Blue) = 201+150+140=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9968C is #366973. Grayscale: #A4A4A4. Windows color (decimal): -3565940 or 9213641. OLE color: 9213641.
HSL color Cylindrical-coordinate representation of color #C9968C: hue angle of 9.84º 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 #C9968C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 140 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.21 |
| HSL | 9.84º | 0.36% | 0.67% | - |
| HSV(B) | 9.84º | 0.3% | 0.79% | - |
| XYZ | 39.73 | 36.12 | 29.69 | - |
| YUV | 164.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 140 | 0 | 0.25 | 0.30 | 0.21 | 9.84 | 0.36 | 0.67 |
| Hex | C9 | 96 | 8C | 0 | 19 | 1E | 15 | A | 24 | 43 |
| Octal | 311 | 226 | 214 | 0 | 31 | 36 | 25 | 12 | 44 | 103 |
| Binary | 11001001 | 10010110 | 10001100 | 0 | 11001 | 11110 | 10101 | 1010 | 100100 | 1000011 |
Color Harmonies of #C9968C
Complementary color
Monochromatic Colors of #C9968C
Black with #C9968C
Text Example
Text Example
White with #C9968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9968C; }
p { color: rgb(201,150,140); }
H1.HeaderClassName
{
color: #C9968C;
}
.AnyTagClassName
{
color: #C9968C;
}
</style>
background-color css
<style>
a { background-color: #C9968C; }
a { background-color: rgb(201,150,140); }
div.DivClassName
{
background-color: #C9968C;
}
.BgClassName
{
background-color: #C9968C;
}
</style>
border-color css
<style>
span { border-color: #C9968C; }
span { border-color: rgb(201,150,140); }
td.TdClassName
{
border-color: #C9968C;
}
.TagClassName
{
border-color: #C9968C;
}
</style>