Shades of Quicksand #C09987
Tints of Quicksand #C09987
RGB
CMYK
RGB Variations
Color information
#C09987 (or 0xC09987) is known color: Quicksand. HEX triplet: C0, 99 and 87. RGB value is (192,153,135). Sum of RGB (Red+Green+Blue) = 192+153+135=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C09987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09987 is #3F6678. Grayscale: #A2A2A2. Windows color (decimal): -4155001 or 8886720. OLE color: 8886720.
HSL color Cylindrical-coordinate representation of color #C09987: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09987 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 135 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.25 |
| HSL | 18.95º | 0.31% | 0.64% | - |
| HSV(B) | 18.95º | 0.3% | 0.75% | - |
| XYZ | 37.5 | 35.74 | 27.84 | - |
| YUV | 162.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 135 | 0 | 0.20 | 0.30 | 0.25 | 18.95 | 0.31 | 0.64 |
| Hex | C0 | 99 | 87 | 0 | 14 | 1E | 19 | 13 | 1F | 40 |
| Octal | 300 | 231 | 207 | 0 | 24 | 36 | 31 | 23 | 37 | 100 |
| Binary | 11000000 | 10011001 | 10000111 | 0 | 10100 | 11110 | 11001 | 10011 | 11111 | 1000000 |
Color Harmonies of #C09987
Complementary color
Monochromatic Colors of #C09987
Black with #C09987
Text Example
Text Example
White with #C09987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09987; }
p { color: rgb(192,153,135); }
H1.HeaderClassName
{
color: #C09987;
}
.AnyTagClassName
{
color: #C09987;
}
</style>
background-color css
<style>
a { background-color: #C09987; }
a { background-color: rgb(192,153,135); }
div.DivClassName
{
background-color: #C09987;
}
.BgClassName
{
background-color: #C09987;
}
</style>
border-color css
<style>
span { border-color: #C09987; }
span { border-color: rgb(192,153,135); }
td.TdClassName
{
border-color: #C09987;
}
.TagClassName
{
border-color: #C09987;
}
</style>