Shades of Quicksand #C3958D
Tints of Quicksand #C3958D
RGB
CMYK
RGB Variations
Color information
#C3958D (or 0xC3958D) is known color: Quicksand. HEX triplet: C3, 95 and 8D. RGB value is (195,149,141). Sum of RGB (Red+Green+Blue) = 195+149+141=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958D is #3C6A72. Grayscale: #A1A1A1. Windows color (decimal): -3959411 or 9278915. OLE color: 9278915.
HSL color Cylindrical-coordinate representation of color #C3958D: hue angle of 8.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3958D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 141 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 8.89º | 0.31% | 0.66% | - |
| HSV(B) | 8.89º | 0.28% | 0.76% | - |
| XYZ | 38.06 | 35.02 | 29.95 | - |
| YUV | 161.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 141 | 0 | 0.24 | 0.28 | 0.24 | 8.89 | 0.31 | 0.66 |
| Hex | C3 | 95 | 8D | 0 | 18 | 1C | 18 | 9 | 1F | 42 |
| Octal | 303 | 225 | 215 | 0 | 30 | 34 | 30 | 11 | 37 | 102 |
| Binary | 11000011 | 10010101 | 10001101 | 0 | 11000 | 11100 | 11000 | 1001 | 11111 | 1000010 |
Color Harmonies of #C3958D
Complementary color
Monochromatic Colors of #C3958D
Black with #C3958D
Text Example
Text Example
White with #C3958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3958D; }
p { color: rgb(195,149,141); }
H1.HeaderClassName
{
color: #C3958D;
}
.AnyTagClassName
{
color: #C3958D;
}
</style>
background-color css
<style>
a { background-color: #C3958D; }
a { background-color: rgb(195,149,141); }
div.DivClassName
{
background-color: #C3958D;
}
.BgClassName
{
background-color: #C3958D;
}
</style>
border-color css
<style>
span { border-color: #C3958D; }
span { border-color: rgb(195,149,141); }
td.TdClassName
{
border-color: #C3958D;
}
.TagClassName
{
border-color: #C3958D;
}
</style>