Shades of Quicksand #C09B87
Tints of Quicksand #C09B87
RGB
CMYK
RGB Variations
Color information
#C09B87 (or 0xC09B87) is known color: Quicksand. HEX triplet: C0, 9B and 87. RGB value is (192,155,135). Sum of RGB (Red+Green+Blue) = 192+155+135=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B87 is #3F6478. Grayscale: #A3A3A3. Windows color (decimal): -4154489 or 8887232. OLE color: 8887232.
HSL color Cylindrical-coordinate representation of color #C09B87: hue angle of 21.05º 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 #C09B87 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 135 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.25 |
| HSL | 21.05º | 0.31% | 0.64% | - |
| HSV(B) | 21.05º | 0.3% | 0.75% | - |
| XYZ | 37.83 | 36.4 | 27.95 | - |
| YUV | 163.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 135 | 0 | 0.19 | 0.30 | 0.25 | 21.05 | 0.31 | 0.64 |
| Hex | C0 | 9B | 87 | 0 | 13 | 1E | 19 | 15 | 1F | 40 |
| Octal | 300 | 233 | 207 | 0 | 23 | 36 | 31 | 25 | 37 | 100 |
| Binary | 11000000 | 10011011 | 10000111 | 0 | 10011 | 11110 | 11001 | 10101 | 11111 | 1000000 |
Color Harmonies of #C09B87
Complementary color
Monochromatic Colors of #C09B87
Black with #C09B87
Text Example
Text Example
White with #C09B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B87; }
p { color: rgb(192,155,135); }
H1.HeaderClassName
{
color: #C09B87;
}
.AnyTagClassName
{
color: #C09B87;
}
</style>
background-color css
<style>
a { background-color: #C09B87; }
a { background-color: rgb(192,155,135); }
div.DivClassName
{
background-color: #C09B87;
}
.BgClassName
{
background-color: #C09B87;
}
</style>
border-color css
<style>
span { border-color: #C09B87; }
span { border-color: rgb(192,155,135); }
td.TdClassName
{
border-color: #C09B87;
}
.TagClassName
{
border-color: #C09B87;
}
</style>