Shades of Quicksand #C39D88
Tints of Quicksand #C39D88
RGB
CMYK
RGB Variations
Color information
#C39D88 (or 0xC39D88) is known color: Quicksand. HEX triplet: C3, 9D and 88. RGB value is (195,157,136). Sum of RGB (Red+Green+Blue) = 195+157+136=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D88 is #3C6277. Grayscale: #A6A6A6. Windows color (decimal): -3957368 or 8953283. OLE color: 8953283.
HSL color Cylindrical-coordinate representation of color #C39D88: hue angle of 21.36º 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 #C39D88 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 136 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.24 |
| HSL | 21.36º | 0.33% | 0.65% | - |
| HSV(B) | 21.36º | 0.3% | 0.76% | - |
| XYZ | 39.01 | 37.49 | 28.47 | - |
| YUV | 165.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 136 | 0 | 0.19 | 0.30 | 0.24 | 21.36 | 0.33 | 0.65 |
| Hex | C3 | 9D | 88 | 0 | 13 | 1E | 18 | 15 | 21 | 41 |
| Octal | 303 | 235 | 210 | 0 | 23 | 36 | 30 | 25 | 41 | 101 |
| Binary | 11000011 | 10011101 | 10001000 | 0 | 10011 | 11110 | 11000 | 10101 | 100001 | 1000001 |
Color Harmonies of #C39D88
Complementary color
Monochromatic Colors of #C39D88
Black with #C39D88
Text Example
Text Example
White with #C39D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D88; }
p { color: rgb(195,157,136); }
H1.HeaderClassName
{
color: #C39D88;
}
.AnyTagClassName
{
color: #C39D88;
}
</style>
background-color css
<style>
a { background-color: #C39D88; }
a { background-color: rgb(195,157,136); }
div.DivClassName
{
background-color: #C39D88;
}
.BgClassName
{
background-color: #C39D88;
}
</style>
border-color css
<style>
span { border-color: #C39D88; }
span { border-color: rgb(195,157,136); }
td.TdClassName
{
border-color: #C39D88;
}
.TagClassName
{
border-color: #C39D88;
}
</style>