Shades of Quicksand #C09A88
Tints of Quicksand #C09A88
RGB
CMYK
RGB Variations
Color information
#C09A88 (or 0xC09A88) is known color: Quicksand. HEX triplet: C0, 9A and 88. RGB value is (192,154,136). Sum of RGB (Red+Green+Blue) = 192+154+136=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A88 is #3F6577. Grayscale: #A3A3A3. Windows color (decimal): -4154744 or 8952512. OLE color: 8952512.
HSL color Cylindrical-coordinate representation of color #C09A88: hue angle of 19.29º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09A88 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 136 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.25 |
| HSL | 19.29º | 0.31% | 0.64% | - |
| HSV(B) | 19.29º | 0.29% | 0.75% | - |
| XYZ | 37.74 | 36.1 | 28.27 | - |
| YUV | 163.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 136 | 0 | 0.20 | 0.29 | 0.25 | 19.29 | 0.31 | 0.64 |
| Hex | C0 | 9A | 88 | 0 | 14 | 1D | 19 | 13 | 1F | 40 |
| Octal | 300 | 232 | 210 | 0 | 24 | 35 | 31 | 23 | 37 | 100 |
| Binary | 11000000 | 10011010 | 10001000 | 0 | 10100 | 11101 | 11001 | 10011 | 11111 | 1000000 |
Color Harmonies of #C09A88
Complementary color
Monochromatic Colors of #C09A88
Black with #C09A88
Text Example
Text Example
White with #C09A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A88; }
p { color: rgb(192,154,136); }
H1.HeaderClassName
{
color: #C09A88;
}
.AnyTagClassName
{
color: #C09A88;
}
</style>
background-color css
<style>
a { background-color: #C09A88; }
a { background-color: rgb(192,154,136); }
div.DivClassName
{
background-color: #C09A88;
}
.BgClassName
{
background-color: #C09A88;
}
</style>
border-color css
<style>
span { border-color: #C09A88; }
span { border-color: rgb(192,154,136); }
td.TdClassName
{
border-color: #C09A88;
}
.TagClassName
{
border-color: #C09A88;
}
</style>