Shades of Quicksand #C09E8E
Tints of Quicksand #C09E8E
RGB
CMYK
RGB Variations
Color information
#C09E8E (or 0xC09E8E) is known color: Quicksand. HEX triplet: C0, 9E and 8E. RGB value is (192,158,142). Sum of RGB (Red+Green+Blue) = 192+158+142=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E8E is #3F6171. Grayscale: #A6A6A6. Windows color (decimal): -4153714 or 9346752. OLE color: 9346752.
HSL color Cylindrical-coordinate representation of color #C09E8E: hue angle of 19.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09E8E is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 142 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.25 |
| HSL | 19.2º | 0.28% | 0.65% | - |
| HSV(B) | 19.2º | 0.26% | 0.75% | - |
| XYZ | 38.85 | 37.61 | 30.8 | - |
| YUV | 166.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 142 | 0 | 0.18 | 0.26 | 0.25 | 19.2 | 0.28 | 0.65 |
| Hex | C0 | 9E | 8E | 0 | 12 | 1A | 19 | 13 | 1C | 41 |
| Octal | 300 | 236 | 216 | 0 | 22 | 32 | 31 | 23 | 34 | 101 |
| Binary | 11000000 | 10011110 | 10001110 | 0 | 10010 | 11010 | 11001 | 10011 | 11100 | 1000001 |
Color Harmonies of #C09E8E
Complementary color
Monochromatic Colors of #C09E8E
Black with #C09E8E
Text Example
Text Example
White with #C09E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E8E; }
p { color: rgb(192,158,142); }
H1.HeaderClassName
{
color: #C09E8E;
}
.AnyTagClassName
{
color: #C09E8E;
}
</style>
background-color css
<style>
a { background-color: #C09E8E; }
a { background-color: rgb(192,158,142); }
div.DivClassName
{
background-color: #C09E8E;
}
.BgClassName
{
background-color: #C09E8E;
}
</style>
border-color css
<style>
span { border-color: #C09E8E; }
span { border-color: rgb(192,158,142); }
td.TdClassName
{
border-color: #C09E8E;
}
.TagClassName
{
border-color: #C09E8E;
}
</style>