Shades of Quicksand #C0968D
Tints of Quicksand #C0968D
RGB
CMYK
RGB Variations
Color information
#C0968D (or 0xC0968D) is known color: Quicksand. HEX triplet: C0, 96 and 8D. RGB value is (192,150,141). Sum of RGB (Red+Green+Blue) = 192+150+141=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968D is #3F6972. Grayscale: #A1A1A1. Windows color (decimal): -4155763 or 9279168. OLE color: 9279168.
HSL color Cylindrical-coordinate representation of color #C0968D: hue angle of 10.59º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0968D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 141 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.25 |
| HSL | 10.59º | 0.29% | 0.65% | - |
| HSV(B) | 10.59º | 0.27% | 0.75% | - |
| XYZ | 37.45 | 34.94 | 29.97 | - |
| YUV | 161.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 141 | 0 | 0.22 | 0.27 | 0.25 | 10.59 | 0.29 | 0.65 |
| Hex | C0 | 96 | 8D | 0 | 16 | 1B | 19 | B | 1D | 41 |
| Octal | 300 | 226 | 215 | 0 | 26 | 33 | 31 | 13 | 35 | 101 |
| Binary | 11000000 | 10010110 | 10001101 | 0 | 10110 | 11011 | 11001 | 1011 | 11101 | 1000001 |
Color Harmonies of #C0968D
Complementary color
Monochromatic Colors of #C0968D
Black with #C0968D
Text Example
Text Example
White with #C0968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0968D; }
p { color: rgb(192,150,141); }
H1.HeaderClassName
{
color: #C0968D;
}
.AnyTagClassName
{
color: #C0968D;
}
</style>
background-color css
<style>
a { background-color: #C0968D; }
a { background-color: rgb(192,150,141); }
div.DivClassName
{
background-color: #C0968D;
}
.BgClassName
{
background-color: #C0968D;
}
</style>
border-color css
<style>
span { border-color: #C0968D; }
span { border-color: rgb(192,150,141); }
td.TdClassName
{
border-color: #C0968D;
}
.TagClassName
{
border-color: #C0968D;
}
</style>