Shades of Quicksand #C09A8E
Tints of Quicksand #C09A8E
RGB
CMYK
RGB Variations
Color information
#C09A8E (or 0xC09A8E) is known color: Quicksand. HEX triplet: C0, 9A and 8E. RGB value is (192,154,142). Sum of RGB (Red+Green+Blue) = 192+154+142=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A8E is #3F6571. Grayscale: #A4A4A4. Windows color (decimal): -4154738 or 9345728. OLE color: 9345728.
HSL color Cylindrical-coordinate representation of color #C09A8E: hue angle of 14.4º 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 #C09A8E is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 142 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.25 |
| HSL | 14.4º | 0.28% | 0.65% | - |
| HSV(B) | 14.4º | 0.26% | 0.75% | - |
| XYZ | 38.18 | 36.27 | 30.58 | - |
| YUV | 163.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 142 | 0 | 0.20 | 0.26 | 0.25 | 14.4 | 0.28 | 0.65 |
| Hex | C0 | 9A | 8E | 0 | 14 | 1A | 19 | E | 1C | 41 |
| Octal | 300 | 232 | 216 | 0 | 24 | 32 | 31 | 16 | 34 | 101 |
| Binary | 11000000 | 10011010 | 10001110 | 0 | 10100 | 11010 | 11001 | 1110 | 11100 | 1000001 |
Color Harmonies of #C09A8E
Complementary color
Monochromatic Colors of #C09A8E
Black with #C09A8E
Text Example
Text Example
White with #C09A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A8E; }
p { color: rgb(192,154,142); }
H1.HeaderClassName
{
color: #C09A8E;
}
.AnyTagClassName
{
color: #C09A8E;
}
</style>
background-color css
<style>
a { background-color: #C09A8E; }
a { background-color: rgb(192,154,142); }
div.DivClassName
{
background-color: #C09A8E;
}
.BgClassName
{
background-color: #C09A8E;
}
</style>
border-color css
<style>
span { border-color: #C09A8E; }
span { border-color: rgb(192,154,142); }
td.TdClassName
{
border-color: #C09A8E;
}
.TagClassName
{
border-color: #C09A8E;
}
</style>