Shades of Quicksand #C09C88
Tints of Quicksand #C09C88
RGB
CMYK
RGB Variations
Color information
#C09C88 (or 0xC09C88) is known color: Quicksand. HEX triplet: C0, 9C and 88. RGB value is (192,156,136). Sum of RGB (Red+Green+Blue) = 192+156+136=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C88 is #3F6377. Grayscale: #A4A4A4. Windows color (decimal): -4154232 or 8953024. OLE color: 8953024.
HSL color Cylindrical-coordinate representation of color #C09C88: hue angle of 21.43º 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 #C09C88 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 136 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.25 |
| HSL | 21.43º | 0.31% | 0.64% | - |
| HSV(B) | 21.43º | 0.29% | 0.75% | - |
| XYZ | 38.07 | 36.76 | 28.38 | - |
| YUV | 164.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 136 | 0 | 0.19 | 0.29 | 0.25 | 21.43 | 0.31 | 0.64 |
| Hex | C0 | 9C | 88 | 0 | 13 | 1D | 19 | 15 | 1F | 40 |
| Octal | 300 | 234 | 210 | 0 | 23 | 35 | 31 | 25 | 37 | 100 |
| Binary | 11000000 | 10011100 | 10001000 | 0 | 10011 | 11101 | 11001 | 10101 | 11111 | 1000000 |
Color Harmonies of #C09C88
Complementary color
Monochromatic Colors of #C09C88
Black with #C09C88
Text Example
Text Example
White with #C09C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C88; }
p { color: rgb(192,156,136); }
H1.HeaderClassName
{
color: #C09C88;
}
.AnyTagClassName
{
color: #C09C88;
}
</style>
background-color css
<style>
a { background-color: #C09C88; }
a { background-color: rgb(192,156,136); }
div.DivClassName
{
background-color: #C09C88;
}
.BgClassName
{
background-color: #C09C88;
}
</style>
border-color css
<style>
span { border-color: #C09C88; }
span { border-color: rgb(192,156,136); }
td.TdClassName
{
border-color: #C09C88;
}
.TagClassName
{
border-color: #C09C88;
}
</style>