Shades of Quicksand #C39D91
Tints of Quicksand #C39D91
RGB
CMYK
RGB Variations
Color information
#C39D91 (or 0xC39D91) is known color: Quicksand. HEX triplet: C3, 9D and 91. RGB value is (195,157,145). Sum of RGB (Red+Green+Blue) = 195+157+145=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D91 is #3C626E. Grayscale: #A7A7A7. Windows color (decimal): -3957359 or 9543107. OLE color: 9543107.
HSL color Cylindrical-coordinate representation of color #C39D91: hue angle of 14.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39D91 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 145 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.24 |
| HSL | 14.4º | 0.29% | 0.67% | - |
| HSV(B) | 14.4º | 0.26% | 0.76% | - |
| XYZ | 39.67 | 37.76 | 31.99 | - |
| YUV | 166.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 145 | 0 | 0.19 | 0.26 | 0.24 | 14.4 | 0.29 | 0.67 |
| Hex | C3 | 9D | 91 | 0 | 13 | 1A | 18 | E | 1D | 43 |
| Octal | 303 | 235 | 221 | 0 | 23 | 32 | 30 | 16 | 35 | 103 |
| Binary | 11000011 | 10011101 | 10010001 | 0 | 10011 | 11010 | 11000 | 1110 | 11101 | 1000011 |
Color Harmonies of #C39D91
Complementary color
Monochromatic Colors of #C39D91
Black with #C39D91
Text Example
Text Example
White with #C39D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D91; }
p { color: rgb(195,157,145); }
H1.HeaderClassName
{
color: #C39D91;
}
.AnyTagClassName
{
color: #C39D91;
}
</style>
background-color css
<style>
a { background-color: #C39D91; }
a { background-color: rgb(195,157,145); }
div.DivClassName
{
background-color: #C39D91;
}
.BgClassName
{
background-color: #C39D91;
}
</style>
border-color css
<style>
span { border-color: #C39D91; }
span { border-color: rgb(195,157,145); }
td.TdClassName
{
border-color: #C39D91;
}
.TagClassName
{
border-color: #C39D91;
}
</style>