Shades of Quicksand #C39688
Tints of Quicksand #C39688
RGB
CMYK
RGB Variations
Color information
#C39688 (or 0xC39688) is known color: Quicksand. HEX triplet: C3, 96 and 88. RGB value is (195,150,136). Sum of RGB (Red+Green+Blue) = 195+150+136=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C39688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39688 is #3C6977. Grayscale: #A1A1A1. Windows color (decimal): -3959160 or 8951491. OLE color: 8951491.
HSL color Cylindrical-coordinate representation of color #C39688: hue angle of 14.24º 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 #C39688 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 136 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.24 |
| HSL | 14.24º | 0.33% | 0.65% | - |
| HSV(B) | 14.24º | 0.3% | 0.76% | - |
| XYZ | 37.86 | 35.19 | 28.09 | - |
| YUV | 161.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 136 | 0 | 0.23 | 0.30 | 0.24 | 14.24 | 0.33 | 0.65 |
| Hex | C3 | 96 | 88 | 0 | 17 | 1E | 18 | E | 21 | 41 |
| Octal | 303 | 226 | 210 | 0 | 27 | 36 | 30 | 16 | 41 | 101 |
| Binary | 11000011 | 10010110 | 10001000 | 0 | 10111 | 11110 | 11000 | 1110 | 100001 | 1000001 |
Color Harmonies of #C39688
Complementary color
Monochromatic Colors of #C39688
Black with #C39688
Text Example
Text Example
White with #C39688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39688; }
p { color: rgb(195,150,136); }
H1.HeaderClassName
{
color: #C39688;
}
.AnyTagClassName
{
color: #C39688;
}
</style>
background-color css
<style>
a { background-color: #C39688; }
a { background-color: rgb(195,150,136); }
div.DivClassName
{
background-color: #C39688;
}
.BgClassName
{
background-color: #C39688;
}
</style>
border-color css
<style>
span { border-color: #C39688; }
span { border-color: rgb(195,150,136); }
td.TdClassName
{
border-color: #C39688;
}
.TagClassName
{
border-color: #C39688;
}
</style>