Shades of Quicksand #C09E90
Tints of Quicksand #C09E90
RGB
CMYK
RGB Variations
Color information
#C09E90 (or 0xC09E90) is known color: Quicksand. HEX triplet: C0, 9E and 90. RGB value is (192,158,144). Sum of RGB (Red+Green+Blue) = 192+158+144=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E90 is #3F616F. Grayscale: #A6A6A6. Windows color (decimal): -4153712 or 9477824. OLE color: 9477824.
HSL color Cylindrical-coordinate representation of color #C09E90: hue angle of 17.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09E90 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 144 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.25 |
| HSL | 17.5º | 0.28% | 0.66% | - |
| HSV(B) | 17.5º | 0.25% | 0.75% | - |
| XYZ | 39 | 37.67 | 31.6 | - |
| YUV | 166.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 144 | 0 | 0.18 | 0.25 | 0.25 | 17.5 | 0.28 | 0.66 |
| Hex | C0 | 9E | 90 | 0 | 12 | 19 | 19 | 12 | 1C | 42 |
| Octal | 300 | 236 | 220 | 0 | 22 | 31 | 31 | 22 | 34 | 102 |
| Binary | 11000000 | 10011110 | 10010000 | 0 | 10010 | 11001 | 11001 | 10010 | 11100 | 1000010 |
Color Harmonies of #C09E90
Complementary color
Monochromatic Colors of #C09E90
Black with #C09E90
Text Example
Text Example
White with #C09E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E90; }
p { color: rgb(192,158,144); }
H1.HeaderClassName
{
color: #C09E90;
}
.AnyTagClassName
{
color: #C09E90;
}
</style>
background-color css
<style>
a { background-color: #C09E90; }
a { background-color: rgb(192,158,144); }
div.DivClassName
{
background-color: #C09E90;
}
.BgClassName
{
background-color: #C09E90;
}
</style>
border-color css
<style>
span { border-color: #C09E90; }
span { border-color: rgb(192,158,144); }
td.TdClassName
{
border-color: #C09E90;
}
.TagClassName
{
border-color: #C09E90;
}
</style>