Shades of Quicksand #C09887
Tints of Quicksand #C09887
RGB
CMYK
RGB Variations
Color information
#C09887 (or 0xC09887) is known color: Quicksand. HEX triplet: C0, 98 and 87. RGB value is (192,152,135). Sum of RGB (Red+Green+Blue) = 192+152+135=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C09887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09887 is #3F6778. Grayscale: #A2A2A2. Windows color (decimal): -4155257 or 8886464. OLE color: 8886464.
HSL color Cylindrical-coordinate representation of color #C09887: hue angle of 17.89º 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 #C09887 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 135 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.25 |
| HSL | 17.89º | 0.31% | 0.64% | - |
| HSV(B) | 17.89º | 0.3% | 0.75% | - |
| XYZ | 37.34 | 35.41 | 27.79 | - |
| YUV | 162.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 135 | 0 | 0.21 | 0.30 | 0.25 | 17.89 | 0.31 | 0.64 |
| Hex | C0 | 98 | 87 | 0 | 15 | 1E | 19 | 12 | 1F | 40 |
| Octal | 300 | 230 | 207 | 0 | 25 | 36 | 31 | 22 | 37 | 100 |
| Binary | 11000000 | 10011000 | 10000111 | 0 | 10101 | 11110 | 11001 | 10010 | 11111 | 1000000 |
Color Harmonies of #C09887
Complementary color
Monochromatic Colors of #C09887
Black with #C09887
Text Example
Text Example
White with #C09887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09887; }
p { color: rgb(192,152,135); }
H1.HeaderClassName
{
color: #C09887;
}
.AnyTagClassName
{
color: #C09887;
}
</style>
background-color css
<style>
a { background-color: #C09887; }
a { background-color: rgb(192,152,135); }
div.DivClassName
{
background-color: #C09887;
}
.BgClassName
{
background-color: #C09887;
}
</style>
border-color css
<style>
span { border-color: #C09887; }
span { border-color: rgb(192,152,135); }
td.TdClassName
{
border-color: #C09887;
}
.TagClassName
{
border-color: #C09887;
}
</style>