Shades of Quicksand #C99681
Tints of Quicksand #C99681
RGB
CMYK
RGB Variations
Color information
#C99681 (or 0xC99681) is known color: Quicksand. HEX triplet: C9, 96 and 81. RGB value is (201,150,129). Sum of RGB (Red+Green+Blue) = 201+150+129=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99681 is #36697E. Grayscale: #A2A2A2. Windows color (decimal): -3565951 or 8492745. OLE color: 8492745.
HSL color Cylindrical-coordinate representation of color #C99681: hue angle of 17.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99681 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 129 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.21 |
| HSL | 17.5º | 0.4% | 0.65% | - |
| HSV(B) | 17.5º | 0.36% | 0.79% | - |
| XYZ | 38.96 | 35.82 | 25.63 | - |
| YUV | 162.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 129 | 0 | 0.25 | 0.36 | 0.21 | 17.5 | 0.4 | 0.65 |
| Hex | C9 | 96 | 81 | 0 | 19 | 24 | 15 | 12 | 28 | 41 |
| Octal | 311 | 226 | 201 | 0 | 31 | 44 | 25 | 22 | 50 | 101 |
| Binary | 11001001 | 10010110 | 10000001 | 0 | 11001 | 100100 | 10101 | 10010 | 101000 | 1000001 |
Color Harmonies of #C99681
Complementary color
Monochromatic Colors of #C99681
Black with #C99681
Text Example
Text Example
White with #C99681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99681; }
p { color: rgb(201,150,129); }
H1.HeaderClassName
{
color: #C99681;
}
.AnyTagClassName
{
color: #C99681;
}
</style>
background-color css
<style>
a { background-color: #C99681; }
a { background-color: rgb(201,150,129); }
div.DivClassName
{
background-color: #C99681;
}
.BgClassName
{
background-color: #C99681;
}
</style>
border-color css
<style>
span { border-color: #C99681; }
span { border-color: rgb(201,150,129); }
td.TdClassName
{
border-color: #C99681;
}
.TagClassName
{
border-color: #C99681;
}
</style>