Shades of Quicksand #C09A87
Tints of Quicksand #C09A87
RGB
CMYK
RGB Variations
Color information
#C09A87 (or 0xC09A87) is known color: Quicksand. HEX triplet: C0, 9A and 87. RGB value is (192,154,135). Sum of RGB (Red+Green+Blue) = 192+154+135=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A87 is #3F6578. Grayscale: #A3A3A3. Windows color (decimal): -4154745 or 8886976. OLE color: 8886976.
HSL color Cylindrical-coordinate representation of color #C09A87: hue angle of 20º 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 #C09A87 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 135 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.25 |
| HSL | 20º | 0.31% | 0.64% | - |
| HSV(B) | 20º | 0.3% | 0.75% | - |
| XYZ | 37.67 | 36.07 | 27.9 | - |
| YUV | 163.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 135 | 0 | 0.20 | 0.30 | 0.25 | 20 | 0.31 | 0.64 |
| Hex | C0 | 9A | 87 | 0 | 14 | 1E | 19 | 14 | 1F | 40 |
| Octal | 300 | 232 | 207 | 0 | 24 | 36 | 31 | 24 | 37 | 100 |
| Binary | 11000000 | 10011010 | 10000111 | 0 | 10100 | 11110 | 11001 | 10100 | 11111 | 1000000 |
Color Harmonies of #C09A87
Complementary color
Monochromatic Colors of #C09A87
Black with #C09A87
Text Example
Text Example
White with #C09A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A87; }
p { color: rgb(192,154,135); }
H1.HeaderClassName
{
color: #C09A87;
}
.AnyTagClassName
{
color: #C09A87;
}
</style>
background-color css
<style>
a { background-color: #C09A87; }
a { background-color: rgb(192,154,135); }
div.DivClassName
{
background-color: #C09A87;
}
.BgClassName
{
background-color: #C09A87;
}
</style>
border-color css
<style>
span { border-color: #C09A87; }
span { border-color: rgb(192,154,135); }
td.TdClassName
{
border-color: #C09A87;
}
.TagClassName
{
border-color: #C09A87;
}
</style>