Shades of Quicksand #C39F93
Tints of Quicksand #C39F93
RGB
CMYK
RGB Variations
Color information
#C39F93 (or 0xC39F93) is known color: Quicksand. HEX triplet: C3, 9F and 93. RGB value is (195,159,147). Sum of RGB (Red+Green+Blue) = 195+159+147=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39F93 is #3C606C. Grayscale: #A8A8A8. Windows color (decimal): -3956845 or 9674691. OLE color: 9674691.
HSL color Cylindrical-coordinate representation of color #C39F93: hue angle of 15º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39F93 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 147 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.24 |
| HSL | 15º | 0.29% | 0.67% | - |
| HSV(B) | 15º | 0.25% | 0.76% | - |
| XYZ | 40.17 | 38.5 | 32.92 | - |
| YUV | 168.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 147 | 0 | 0.18 | 0.25 | 0.24 | 15 | 0.29 | 0.67 |
| Hex | C3 | 9F | 93 | 0 | 12 | 19 | 18 | F | 1D | 43 |
| Octal | 303 | 237 | 223 | 0 | 22 | 31 | 30 | 17 | 35 | 103 |
| Binary | 11000011 | 10011111 | 10010011 | 0 | 10010 | 11001 | 11000 | 1111 | 11101 | 1000011 |
Color Harmonies of #C39F93
Complementary color
Monochromatic Colors of #C39F93
Black with #C39F93
Text Example
Text Example
White with #C39F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F93; }
p { color: rgb(195,159,147); }
H1.HeaderClassName
{
color: #C39F93;
}
.AnyTagClassName
{
color: #C39F93;
}
</style>
background-color css
<style>
a { background-color: #C39F93; }
a { background-color: rgb(195,159,147); }
div.DivClassName
{
background-color: #C39F93;
}
.BgClassName
{
background-color: #C39F93;
}
</style>
border-color css
<style>
span { border-color: #C39F93; }
span { border-color: rgb(195,159,147); }
td.TdClassName
{
border-color: #C39F93;
}
.TagClassName
{
border-color: #C39F93;
}
</style>