Shades of Quicksand #C99689
Tints of Quicksand #C99689
RGB
CMYK
RGB Variations
Color information
#C99689 (or 0xC99689) is known color: Quicksand. HEX triplet: C9, 96 and 89. RGB value is (201,150,137). Sum of RGB (Red+Green+Blue) = 201+150+137=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99689 is #366976. Grayscale: #A3A3A3. Windows color (decimal): -3565943 or 9017033. OLE color: 9017033.
HSL color Cylindrical-coordinate representation of color #C99689: hue angle of 12.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99689 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 137 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.21 |
| HSL | 12.19º | 0.37% | 0.66% | - |
| HSV(B) | 12.19º | 0.32% | 0.79% | - |
| XYZ | 39.51 | 36.04 | 28.54 | - |
| YUV | 163.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 137 | 0 | 0.25 | 0.32 | 0.21 | 12.19 | 0.37 | 0.66 |
| Hex | C9 | 96 | 89 | 0 | 19 | 20 | 15 | C | 25 | 42 |
| Octal | 311 | 226 | 211 | 0 | 31 | 40 | 25 | 14 | 45 | 102 |
| Binary | 11001001 | 10010110 | 10001001 | 0 | 11001 | 100000 | 10101 | 1100 | 100101 | 1000010 |
Color Harmonies of #C99689
Complementary color
Monochromatic Colors of #C99689
Black with #C99689
Text Example
Text Example
White with #C99689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99689; }
p { color: rgb(201,150,137); }
H1.HeaderClassName
{
color: #C99689;
}
.AnyTagClassName
{
color: #C99689;
}
</style>
background-color css
<style>
a { background-color: #C99689; }
a { background-color: rgb(201,150,137); }
div.DivClassName
{
background-color: #C99689;
}
.BgClassName
{
background-color: #C99689;
}
</style>
border-color css
<style>
span { border-color: #C99689; }
span { border-color: rgb(201,150,137); }
td.TdClassName
{
border-color: #C99689;
}
.TagClassName
{
border-color: #C99689;
}
</style>