Shades of Quicksand #C09F93
Tints of Quicksand #C09F93
RGB
CMYK
RGB Variations
Color information
#C09F93 (or 0xC09F93) is known color: Quicksand. HEX triplet: C0, 9F and 93. RGB value is (192,159,147). Sum of RGB (Red+Green+Blue) = 192+159+147=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F93 is #3F606C. Grayscale: #A7A7A7. Windows color (decimal): -4153453 or 9674688. OLE color: 9674688.
HSL color Cylindrical-coordinate representation of color #C09F93: hue angle of 16º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09F93 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 147 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.25 |
| HSL | 16º | 0.26% | 0.66% | - |
| HSV(B) | 16º | 0.23% | 0.75% | - |
| XYZ | 39.4 | 38.11 | 32.88 | - |
| YUV | 167.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 147 | 0 | 0.17 | 0.23 | 0.25 | 16 | 0.26 | 0.66 |
| Hex | C0 | 9F | 93 | 0 | 11 | 17 | 19 | 10 | 1A | 42 |
| Octal | 300 | 237 | 223 | 0 | 21 | 27 | 31 | 20 | 32 | 102 |
| Binary | 11000000 | 10011111 | 10010011 | 0 | 10001 | 10111 | 11001 | 10000 | 11010 | 1000010 |
Color Harmonies of #C09F93
Complementary color
Monochromatic Colors of #C09F93
Black with #C09F93
Text Example
Text Example
White with #C09F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F93; }
p { color: rgb(192,159,147); }
H1.HeaderClassName
{
color: #C09F93;
}
.AnyTagClassName
{
color: #C09F93;
}
</style>
background-color css
<style>
a { background-color: #C09F93; }
a { background-color: rgb(192,159,147); }
div.DivClassName
{
background-color: #C09F93;
}
.BgClassName
{
background-color: #C09F93;
}
</style>
border-color css
<style>
span { border-color: #C09F93; }
span { border-color: rgb(192,159,147); }
td.TdClassName
{
border-color: #C09F93;
}
.TagClassName
{
border-color: #C09F93;
}
</style>