Shades of Quicksand #C99588
Tints of Quicksand #C99588
RGB
CMYK
RGB Variations
Color information
#C99588 (or 0xC99588) is known color: Quicksand. HEX triplet: C9, 95 and 88. RGB value is (201,149,136). Sum of RGB (Red+Green+Blue) = 201+149+136=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99588 is #366A77. Grayscale: #A3A3A3. Windows color (decimal): -3566200 or 8951241. OLE color: 8951241.
HSL color Cylindrical-coordinate representation of color #C99588: hue angle of 12º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99588 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 136 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.21 |
| HSL | 12º | 0.38% | 0.66% | - |
| HSV(B) | 12º | 0.32% | 0.79% | - |
| XYZ | 39.28 | 35.69 | 28.11 | - |
| YUV | 163.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 136 | 0 | 0.26 | 0.32 | 0.21 | 12 | 0.38 | 0.66 |
| Hex | C9 | 95 | 88 | 0 | 1A | 20 | 15 | C | 26 | 42 |
| Octal | 311 | 225 | 210 | 0 | 32 | 40 | 25 | 14 | 46 | 102 |
| Binary | 11001001 | 10010101 | 10001000 | 0 | 11010 | 100000 | 10101 | 1100 | 100110 | 1000010 |
Color Harmonies of #C99588
Complementary color
Monochromatic Colors of #C99588
Black with #C99588
Text Example
Text Example
White with #C99588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99588; }
p { color: rgb(201,149,136); }
H1.HeaderClassName
{
color: #C99588;
}
.AnyTagClassName
{
color: #C99588;
}
</style>
background-color css
<style>
a { background-color: #C99588; }
a { background-color: rgb(201,149,136); }
div.DivClassName
{
background-color: #C99588;
}
.BgClassName
{
background-color: #C99588;
}
</style>
border-color css
<style>
span { border-color: #C99588; }
span { border-color: rgb(201,149,136); }
td.TdClassName
{
border-color: #C99588;
}
.TagClassName
{
border-color: #C99588;
}
</style>