Shades of Quicksand #C0968B
Tints of Quicksand #C0968B
RGB
CMYK
RGB Variations
Color information
#C0968B (or 0xC0968B) is known color: Quicksand. HEX triplet: C0, 96 and 8B. RGB value is (192,150,139). Sum of RGB (Red+Green+Blue) = 192+150+139=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968B is #3F6974. Grayscale: #A1A1A1. Windows color (decimal): -4155765 or 9148096. OLE color: 9148096.
HSL color Cylindrical-coordinate representation of color #C0968B: hue angle of 12.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0968B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 139 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.25 |
| HSL | 12.45º | 0.3% | 0.65% | - |
| HSV(B) | 12.45º | 0.28% | 0.75% | - |
| XYZ | 37.3 | 34.88 | 29.19 | - |
| YUV | 161.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 139 | 0 | 0.22 | 0.28 | 0.25 | 12.45 | 0.3 | 0.65 |
| Hex | C0 | 96 | 8B | 0 | 16 | 1C | 19 | C | 1E | 41 |
| Octal | 300 | 226 | 213 | 0 | 26 | 34 | 31 | 14 | 36 | 101 |
| Binary | 11000000 | 10010110 | 10001011 | 0 | 10110 | 11100 | 11001 | 1100 | 11110 | 1000001 |
Color Harmonies of #C0968B
Complementary color
Monochromatic Colors of #C0968B
Black with #C0968B
Text Example
Text Example
White with #C0968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0968B; }
p { color: rgb(192,150,139); }
H1.HeaderClassName
{
color: #C0968B;
}
.AnyTagClassName
{
color: #C0968B;
}
</style>
background-color css
<style>
a { background-color: #C0968B; }
a { background-color: rgb(192,150,139); }
div.DivClassName
{
background-color: #C0968B;
}
.BgClassName
{
background-color: #C0968B;
}
</style>
border-color css
<style>
span { border-color: #C0968B; }
span { border-color: rgb(192,150,139); }
td.TdClassName
{
border-color: #C0968B;
}
.TagClassName
{
border-color: #C0968B;
}
</style>