Shades of Quicksand #C99386
Tints of Quicksand #C99386
RGB
CMYK
RGB Variations
Color information
#C99386 (or 0xC99386) is known color: Quicksand. HEX triplet: C9, 93 and 86. RGB value is (201,147,134). Sum of RGB (Red+Green+Blue) = 201+147+134=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99386 is #366C79. Grayscale: #A1A1A1. Windows color (decimal): -3566714 or 8819657. OLE color: 8819657.
HSL color Cylindrical-coordinate representation of color #C99386: hue angle of 11.64º 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 #C99386 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 134 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.21 |
| HSL | 11.64º | 0.38% | 0.66% | - |
| HSV(B) | 11.64º | 0.33% | 0.79% | - |
| XYZ | 38.82 | 35.01 | 27.26 | - |
| YUV | 161.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 134 | 0 | 0.27 | 0.33 | 0.21 | 11.64 | 0.38 | 0.66 |
| Hex | C9 | 93 | 86 | 0 | 1B | 21 | 15 | C | 26 | 42 |
| Octal | 311 | 223 | 206 | 0 | 33 | 41 | 25 | 14 | 46 | 102 |
| Binary | 11001001 | 10010011 | 10000110 | 0 | 11011 | 100001 | 10101 | 1100 | 100110 | 1000010 |
Color Harmonies of #C99386
Complementary color
Monochromatic Colors of #C99386
Black with #C99386
Text Example
Text Example
White with #C99386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99386; }
p { color: rgb(201,147,134); }
H1.HeaderClassName
{
color: #C99386;
}
.AnyTagClassName
{
color: #C99386;
}
</style>
background-color css
<style>
a { background-color: #C99386; }
a { background-color: rgb(201,147,134); }
div.DivClassName
{
background-color: #C99386;
}
.BgClassName
{
background-color: #C99386;
}
</style>
border-color css
<style>
span { border-color: #C99386; }
span { border-color: rgb(201,147,134); }
td.TdClassName
{
border-color: #C99386;
}
.TagClassName
{
border-color: #C99386;
}
</style>