Shades of Quicksand #C39A85
Tints of Quicksand #C39A85
RGB
CMYK
RGB Variations
Color information
#C39A85 (or 0xC39A85) is known color: Quicksand. HEX triplet: C3, 9A and 85. RGB value is (195,154,133). Sum of RGB (Red+Green+Blue) = 195+154+133=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A85 is #3C657A. Grayscale: #A3A3A3. Windows color (decimal): -3958139 or 8755907. OLE color: 8755907.
HSL color Cylindrical-coordinate representation of color #C39A85: hue angle of 20.32º 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 #C39A85 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 133 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.24 |
| HSL | 20.32º | 0.34% | 0.64% | - |
| HSV(B) | 20.32º | 0.32% | 0.76% | - |
| XYZ | 38.29 | 36.41 | 27.2 | - |
| YUV | 163.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 133 | 0 | 0.21 | 0.32 | 0.24 | 20.32 | 0.34 | 0.64 |
| Hex | C3 | 9A | 85 | 0 | 15 | 20 | 18 | 14 | 22 | 40 |
| Octal | 303 | 232 | 205 | 0 | 25 | 40 | 30 | 24 | 42 | 100 |
| Binary | 11000011 | 10011010 | 10000101 | 0 | 10101 | 100000 | 11000 | 10100 | 100010 | 1000000 |
Color Harmonies of #C39A85
Complementary color
Monochromatic Colors of #C39A85
Black with #C39A85
Text Example
Text Example
White with #C39A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A85; }
p { color: rgb(195,154,133); }
H1.HeaderClassName
{
color: #C39A85;
}
.AnyTagClassName
{
color: #C39A85;
}
</style>
background-color css
<style>
a { background-color: #C39A85; }
a { background-color: rgb(195,154,133); }
div.DivClassName
{
background-color: #C39A85;
}
.BgClassName
{
background-color: #C39A85;
}
</style>
border-color css
<style>
span { border-color: #C39A85; }
span { border-color: rgb(195,154,133); }
td.TdClassName
{
border-color: #C39A85;
}
.TagClassName
{
border-color: #C39A85;
}
</style>