Shades of Quicksand #C09E94
Tints of Quicksand #C09E94
RGB
CMYK
RGB Variations
Color information
#C09E94 (or 0xC09E94) is known color: Quicksand. HEX triplet: C0, 9E and 94. RGB value is (192,158,148). Sum of RGB (Red+Green+Blue) = 192+158+148=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E94 is #3F616B. Grayscale: #A7A7A7. Windows color (decimal): -4153708 or 9739968. OLE color: 9739968.
HSL color Cylindrical-coordinate representation of color #C09E94: hue angle of 13.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09E94 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 148 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.25 |
| HSL | 13.64º | 0.26% | 0.67% | - |
| HSV(B) | 13.64º | 0.23% | 0.75% | - |
| XYZ | 39.31 | 37.8 | 33.24 | - |
| YUV | 167.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 148 | 0 | 0.18 | 0.23 | 0.25 | 13.64 | 0.26 | 0.67 |
| Hex | C0 | 9E | 94 | 0 | 12 | 17 | 19 | E | 1A | 43 |
| Octal | 300 | 236 | 224 | 0 | 22 | 27 | 31 | 16 | 32 | 103 |
| Binary | 11000000 | 10011110 | 10010100 | 0 | 10010 | 10111 | 11001 | 1110 | 11010 | 1000011 |
Color Harmonies of #C09E94
Complementary color
Monochromatic Colors of #C09E94
Black with #C09E94
Text Example
Text Example
White with #C09E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E94; }
p { color: rgb(192,158,148); }
H1.HeaderClassName
{
color: #C09E94;
}
.AnyTagClassName
{
color: #C09E94;
}
</style>
background-color css
<style>
a { background-color: #C09E94; }
a { background-color: rgb(192,158,148); }
div.DivClassName
{
background-color: #C09E94;
}
.BgClassName
{
background-color: #C09E94;
}
</style>
border-color css
<style>
span { border-color: #C09E94; }
span { border-color: rgb(192,158,148); }
td.TdClassName
{
border-color: #C09E94;
}
.TagClassName
{
border-color: #C09E94;
}
</style>