Shades of Quicksand #C99385
Tints of Quicksand #C99385
RGB
CMYK
RGB Variations
Color information
#C99385 (or 0xC99385) is known color: Quicksand. HEX triplet: C9, 93 and 85. RGB value is (201,147,133). Sum of RGB (Red+Green+Blue) = 201+147+133=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99385 is #366C7A. Grayscale: #A1A1A1. Windows color (decimal): -3566715 or 8754121. OLE color: 8754121.
HSL color Cylindrical-coordinate representation of color #C99385: hue angle of 12.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99385 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 133 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.21 |
| HSL | 12.35º | 0.39% | 0.65% | - |
| HSV(B) | 12.35º | 0.34% | 0.79% | - |
| XYZ | 38.75 | 34.98 | 26.9 | - |
| YUV | 161.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 133 | 0 | 0.27 | 0.34 | 0.21 | 12.35 | 0.39 | 0.65 |
| Hex | C9 | 93 | 85 | 0 | 1B | 22 | 15 | C | 27 | 41 |
| Octal | 311 | 223 | 205 | 0 | 33 | 42 | 25 | 14 | 47 | 101 |
| Binary | 11001001 | 10010011 | 10000101 | 0 | 11011 | 100010 | 10101 | 1100 | 100111 | 1000001 |
Color Harmonies of #C99385
Complementary color
Monochromatic Colors of #C99385
Black with #C99385
Text Example
Text Example
White with #C99385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99385; }
p { color: rgb(201,147,133); }
H1.HeaderClassName
{
color: #C99385;
}
.AnyTagClassName
{
color: #C99385;
}
</style>
background-color css
<style>
a { background-color: #C99385; }
a { background-color: rgb(201,147,133); }
div.DivClassName
{
background-color: #C99385;
}
.BgClassName
{
background-color: #C99385;
}
</style>
border-color css
<style>
span { border-color: #C99385; }
span { border-color: rgb(201,147,133); }
td.TdClassName
{
border-color: #C99385;
}
.TagClassName
{
border-color: #C99385;
}
</style>