Shades of Quicksand #C39385
Tints of Quicksand #C39385
RGB
CMYK
RGB Variations
Color information
#C39385 (or 0xC39385) is known color: Quicksand. HEX triplet: C3, 93 and 85. RGB value is (195,147,133). Sum of RGB (Red+Green+Blue) = 195+147+133=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39385 is #3C6C7A. Grayscale: #9F9F9F. Windows color (decimal): -3959931 or 8754115. OLE color: 8754115.
HSL color Cylindrical-coordinate representation of color #C39385: hue angle of 13.55º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C39385 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 133 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.24 |
| HSL | 13.55º | 0.34% | 0.64% | - |
| HSV(B) | 13.55º | 0.32% | 0.76% | - |
| XYZ | 37.17 | 34.16 | 26.83 | - |
| YUV | 159.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 133 | 0 | 0.25 | 0.32 | 0.24 | 13.55 | 0.34 | 0.64 |
| Hex | C3 | 93 | 85 | 0 | 19 | 20 | 18 | E | 22 | 40 |
| Octal | 303 | 223 | 205 | 0 | 31 | 40 | 30 | 16 | 42 | 100 |
| Binary | 11000011 | 10010011 | 10000101 | 0 | 11001 | 100000 | 11000 | 1110 | 100010 | 1000000 |
Color Harmonies of #C39385
Complementary color
Monochromatic Colors of #C39385
Black with #C39385
Text Example
Text Example
White with #C39385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39385; }
p { color: rgb(195,147,133); }
H1.HeaderClassName
{
color: #C39385;
}
.AnyTagClassName
{
color: #C39385;
}
</style>
background-color css
<style>
a { background-color: #C39385; }
a { background-color: rgb(195,147,133); }
div.DivClassName
{
background-color: #C39385;
}
.BgClassName
{
background-color: #C39385;
}
</style>
border-color css
<style>
span { border-color: #C39385; }
span { border-color: rgb(195,147,133); }
td.TdClassName
{
border-color: #C39385;
}
.TagClassName
{
border-color: #C39385;
}
</style>