Shades of Quicksand #C99587
Tints of Quicksand #C99587
RGB
CMYK
RGB Variations
Color information
#C99587 (or 0xC99587) is known color: Quicksand. HEX triplet: C9, 95 and 87. RGB value is (201,149,135). Sum of RGB (Red+Green+Blue) = 201+149+135=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99587 is #366A78. Grayscale: #A3A3A3. Windows color (decimal): -3566201 or 8885705. OLE color: 8885705.
HSL color Cylindrical-coordinate representation of color #C99587: hue angle of 12.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99587 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 135 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.21 |
| HSL | 12.73º | 0.38% | 0.66% | - |
| HSV(B) | 12.73º | 0.33% | 0.79% | - |
| XYZ | 39.21 | 35.66 | 27.74 | - |
| YUV | 162.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 135 | 0 | 0.26 | 0.33 | 0.21 | 12.73 | 0.38 | 0.66 |
| Hex | C9 | 95 | 87 | 0 | 1A | 21 | 15 | D | 26 | 42 |
| Octal | 311 | 225 | 207 | 0 | 32 | 41 | 25 | 15 | 46 | 102 |
| Binary | 11001001 | 10010101 | 10000111 | 0 | 11010 | 100001 | 10101 | 1101 | 100110 | 1000010 |
Color Harmonies of #C99587
Complementary color
Monochromatic Colors of #C99587
Black with #C99587
Text Example
Text Example
White with #C99587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99587; }
p { color: rgb(201,149,135); }
H1.HeaderClassName
{
color: #C99587;
}
.AnyTagClassName
{
color: #C99587;
}
</style>
background-color css
<style>
a { background-color: #C99587; }
a { background-color: rgb(201,149,135); }
div.DivClassName
{
background-color: #C99587;
}
.BgClassName
{
background-color: #C99587;
}
</style>
border-color css
<style>
span { border-color: #C99587; }
span { border-color: rgb(201,149,135); }
td.TdClassName
{
border-color: #C99587;
}
.TagClassName
{
border-color: #C99587;
}
</style>