Shades of Quicksand #C39989
Tints of Quicksand #C39989
RGB
CMYK
RGB Variations
Color information
#C39989 (or 0xC39989) is known color: Quicksand. HEX triplet: C3, 99 and 89. RGB value is (195,153,137). Sum of RGB (Red+Green+Blue) = 195+153+137=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C39989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39989 is #3C6676. Grayscale: #A3A3A3. Windows color (decimal): -3958391 or 9017795. OLE color: 9017795.
HSL color Cylindrical-coordinate representation of color #C39989: hue angle of 16.55º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39989 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 137 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.24 |
| HSL | 16.55º | 0.33% | 0.65% | - |
| HSV(B) | 16.55º | 0.3% | 0.76% | - |
| XYZ | 38.41 | 36.19 | 28.63 | - |
| YUV | 163.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 137 | 0 | 0.22 | 0.30 | 0.24 | 16.55 | 0.33 | 0.65 |
| Hex | C3 | 99 | 89 | 0 | 16 | 1E | 18 | 11 | 21 | 41 |
| Octal | 303 | 231 | 211 | 0 | 26 | 36 | 30 | 21 | 41 | 101 |
| Binary | 11000011 | 10011001 | 10001001 | 0 | 10110 | 11110 | 11000 | 10001 | 100001 | 1000001 |
Color Harmonies of #C39989
Complementary color
Monochromatic Colors of #C39989
Black with #C39989
Text Example
Text Example
White with #C39989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39989; }
p { color: rgb(195,153,137); }
H1.HeaderClassName
{
color: #C39989;
}
.AnyTagClassName
{
color: #C39989;
}
</style>
background-color css
<style>
a { background-color: #C39989; }
a { background-color: rgb(195,153,137); }
div.DivClassName
{
background-color: #C39989;
}
.BgClassName
{
background-color: #C39989;
}
</style>
border-color css
<style>
span { border-color: #C39989; }
span { border-color: rgb(195,153,137); }
td.TdClassName
{
border-color: #C39989;
}
.TagClassName
{
border-color: #C39989;
}
</style>