Shades of Quicksand #C99885
Tints of Quicksand #C99885
RGB
CMYK
RGB Variations
Color information
#C99885 (or 0xC99885) is known color: Quicksand. HEX triplet: C9, 98 and 85. RGB value is (201,152,133). Sum of RGB (Red+Green+Blue) = 201+152+133=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99885 is #36677A. Grayscale: #A4A4A4. Windows color (decimal): -3565435 or 8755401. OLE color: 8755401.
HSL color Cylindrical-coordinate representation of color #C99885: hue angle of 16.76º 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 #C99885 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 133 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.21 |
| HSL | 16.76º | 0.39% | 0.65% | - |
| HSV(B) | 16.76º | 0.34% | 0.79% | - |
| XYZ | 39.55 | 36.57 | 27.16 | - |
| YUV | 164.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 133 | 0 | 0.24 | 0.34 | 0.21 | 16.76 | 0.39 | 0.65 |
| Hex | C9 | 98 | 85 | 0 | 18 | 22 | 15 | 11 | 27 | 41 |
| Octal | 311 | 230 | 205 | 0 | 30 | 42 | 25 | 21 | 47 | 101 |
| Binary | 11001001 | 10011000 | 10000101 | 0 | 11000 | 100010 | 10101 | 10001 | 100111 | 1000001 |
Color Harmonies of #C99885
Complementary color
Monochromatic Colors of #C99885
Black with #C99885
Text Example
Text Example
White with #C99885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99885; }
p { color: rgb(201,152,133); }
H1.HeaderClassName
{
color: #C99885;
}
.AnyTagClassName
{
color: #C99885;
}
</style>
background-color css
<style>
a { background-color: #C99885; }
a { background-color: rgb(201,152,133); }
div.DivClassName
{
background-color: #C99885;
}
.BgClassName
{
background-color: #C99885;
}
</style>
border-color css
<style>
span { border-color: #C99885; }
span { border-color: rgb(201,152,133); }
td.TdClassName
{
border-color: #C99885;
}
.TagClassName
{
border-color: #C99885;
}
</style>