Shades of Quicksand #C09387
Tints of Quicksand #C09387
RGB
CMYK
RGB Variations
Color information
#C09387 (or 0xC09387) is known color: Quicksand. HEX triplet: C0, 93 and 87. RGB value is (192,147,135). Sum of RGB (Red+Green+Blue) = 192+147+135=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C09387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09387 is #3F6C78. Grayscale: #9F9F9F. Windows color (decimal): -4156537 or 8885184. OLE color: 8885184.
HSL color Cylindrical-coordinate representation of color #C09387: hue angle of 12.63º 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 #C09387 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 135 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.25 |
| HSL | 12.63º | 0.31% | 0.64% | - |
| HSV(B) | 12.63º | 0.3% | 0.75% | - |
| XYZ | 36.55 | 33.82 | 27.52 | - |
| YUV | 159.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 135 | 0 | 0.23 | 0.30 | 0.25 | 12.63 | 0.31 | 0.64 |
| Hex | C0 | 93 | 87 | 0 | 17 | 1E | 19 | D | 1F | 40 |
| Octal | 300 | 223 | 207 | 0 | 27 | 36 | 31 | 15 | 37 | 100 |
| Binary | 11000000 | 10010011 | 10000111 | 0 | 10111 | 11110 | 11001 | 1101 | 11111 | 1000000 |
Color Harmonies of #C09387
Complementary color
Monochromatic Colors of #C09387
Black with #C09387
Text Example
Text Example
White with #C09387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09387; }
p { color: rgb(192,147,135); }
H1.HeaderClassName
{
color: #C09387;
}
.AnyTagClassName
{
color: #C09387;
}
</style>
background-color css
<style>
a { background-color: #C09387; }
a { background-color: rgb(192,147,135); }
div.DivClassName
{
background-color: #C09387;
}
.BgClassName
{
background-color: #C09387;
}
</style>
border-color css
<style>
span { border-color: #C09387; }
span { border-color: rgb(192,147,135); }
td.TdClassName
{
border-color: #C09387;
}
.TagClassName
{
border-color: #C09387;
}
</style>