Shades of Quicksand #C9968D
Tints of Quicksand #C9968D
RGB
CMYK
RGB Variations
Color information
#C9968D (or 0xC9968D) is known color: Quicksand. HEX triplet: C9, 96 and 8D. RGB value is (201,150,141). Sum of RGB (Red+Green+Blue) = 201+150+141=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9968D is #366972. Grayscale: #A4A4A4. Windows color (decimal): -3565939 or 9279177. OLE color: 9279177.
HSL color Cylindrical-coordinate representation of color #C9968D: hue angle of 9º 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 #C9968D is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 141 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.21 |
| HSL | 9º | 0.36% | 0.67% | - |
| HSV(B) | 9º | 0.3% | 0.79% | - |
| XYZ | 39.8 | 36.15 | 30.08 | - |
| YUV | 164.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 141 | 0 | 0.25 | 0.30 | 0.21 | 9 | 0.36 | 0.67 |
| Hex | C9 | 96 | 8D | 0 | 19 | 1E | 15 | 9 | 24 | 43 |
| Octal | 311 | 226 | 215 | 0 | 31 | 36 | 25 | 11 | 44 | 103 |
| Binary | 11001001 | 10010110 | 10001101 | 0 | 11001 | 11110 | 10101 | 1001 | 100100 | 1000011 |
Color Harmonies of #C9968D
Complementary color
Monochromatic Colors of #C9968D
Black with #C9968D
Text Example
Text Example
White with #C9968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9968D; }
p { color: rgb(201,150,141); }
H1.HeaderClassName
{
color: #C9968D;
}
.AnyTagClassName
{
color: #C9968D;
}
</style>
background-color css
<style>
a { background-color: #C9968D; }
a { background-color: rgb(201,150,141); }
div.DivClassName
{
background-color: #C9968D;
}
.BgClassName
{
background-color: #C9968D;
}
</style>
border-color css
<style>
span { border-color: #C9968D; }
span { border-color: rgb(201,150,141); }
td.TdClassName
{
border-color: #C9968D;
}
.TagClassName
{
border-color: #C9968D;
}
</style>