Shades of Quicksand #C09487
Tints of Quicksand #C09487
RGB
CMYK
RGB Variations
Color information
#C09487 (or 0xC09487) is known color: Quicksand. HEX triplet: C0, 94 and 87. RGB value is (192,148,135). Sum of RGB (Red+Green+Blue) = 192+148+135=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09487 is #3F6B78. Grayscale: #9F9F9F. Windows color (decimal): -4156281 or 8885440. OLE color: 8885440.
HSL color Cylindrical-coordinate representation of color #C09487: hue angle of 13.68º 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 #C09487 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 135 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.25 |
| HSL | 13.68º | 0.31% | 0.64% | - |
| HSV(B) | 13.68º | 0.3% | 0.75% | - |
| XYZ | 36.7 | 34.14 | 27.58 | - |
| YUV | 159.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 135 | 0 | 0.23 | 0.30 | 0.25 | 13.68 | 0.31 | 0.64 |
| Hex | C0 | 94 | 87 | 0 | 17 | 1E | 19 | E | 1F | 40 |
| Octal | 300 | 224 | 207 | 0 | 27 | 36 | 31 | 16 | 37 | 100 |
| Binary | 11000000 | 10010100 | 10000111 | 0 | 10111 | 11110 | 11001 | 1110 | 11111 | 1000000 |
Color Harmonies of #C09487
Complementary color
Monochromatic Colors of #C09487
Black with #C09487
Text Example
Text Example
White with #C09487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09487; }
p { color: rgb(192,148,135); }
H1.HeaderClassName
{
color: #C09487;
}
.AnyTagClassName
{
color: #C09487;
}
</style>
background-color css
<style>
a { background-color: #C09487; }
a { background-color: rgb(192,148,135); }
div.DivClassName
{
background-color: #C09487;
}
.BgClassName
{
background-color: #C09487;
}
</style>
border-color css
<style>
span { border-color: #C09487; }
span { border-color: rgb(192,148,135); }
td.TdClassName
{
border-color: #C09487;
}
.TagClassName
{
border-color: #C09487;
}
</style>