Shades of Quicksand #C39F91
Tints of Quicksand #C39F91
RGB
CMYK
RGB Variations
Color information
#C39F91 (or 0xC39F91) is known color: Quicksand. HEX triplet: C3, 9F and 91. RGB value is (195,159,145). Sum of RGB (Red+Green+Blue) = 195+159+145=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39F91 is #3C606E. Grayscale: #A8A8A8. Windows color (decimal): -3956847 or 9543619. OLE color: 9543619.
HSL color Cylindrical-coordinate representation of color #C39F91: hue angle of 16.8º 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 #C39F91 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 145 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.24 |
| HSL | 16.8º | 0.29% | 0.67% | - |
| HSV(B) | 16.8º | 0.26% | 0.76% | - |
| XYZ | 40.01 | 38.44 | 32.1 | - |
| YUV | 168.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 145 | 0 | 0.18 | 0.26 | 0.24 | 16.8 | 0.29 | 0.67 |
| Hex | C3 | 9F | 91 | 0 | 12 | 1A | 18 | 11 | 1D | 43 |
| Octal | 303 | 237 | 221 | 0 | 22 | 32 | 30 | 21 | 35 | 103 |
| Binary | 11000011 | 10011111 | 10010001 | 0 | 10010 | 11010 | 11000 | 10001 | 11101 | 1000011 |
Color Harmonies of #C39F91
Complementary color
Monochromatic Colors of #C39F91
Black with #C39F91
Text Example
Text Example
White with #C39F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F91; }
p { color: rgb(195,159,145); }
H1.HeaderClassName
{
color: #C39F91;
}
.AnyTagClassName
{
color: #C39F91;
}
</style>
background-color css
<style>
a { background-color: #C39F91; }
a { background-color: rgb(195,159,145); }
div.DivClassName
{
background-color: #C39F91;
}
.BgClassName
{
background-color: #C39F91;
}
</style>
border-color css
<style>
span { border-color: #C39F91; }
span { border-color: rgb(195,159,145); }
td.TdClassName
{
border-color: #C39F91;
}
.TagClassName
{
border-color: #C39F91;
}
</style>