Shades of Quicksand #C3958E
Tints of Quicksand #C3958E
RGB
CMYK
RGB Variations
Color information
#C3958E (or 0xC3958E) is known color: Quicksand. HEX triplet: C3, 95 and 8E. RGB value is (195,149,142). Sum of RGB (Red+Green+Blue) = 195+149+142=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958E is #3C6A71. Grayscale: #A2A2A2. Windows color (decimal): -3959410 or 9344451. OLE color: 9344451.
HSL color Cylindrical-coordinate representation of color #C3958E: hue angle of 7.92º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3958E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 142 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.24 |
| HSL | 7.92º | 0.31% | 0.66% | - |
| HSV(B) | 7.92º | 0.27% | 0.76% | - |
| XYZ | 38.14 | 35.05 | 30.35 | - |
| YUV | 161.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 142 | 0 | 0.24 | 0.27 | 0.24 | 7.92 | 0.31 | 0.66 |
| Hex | C3 | 95 | 8E | 0 | 18 | 1B | 18 | 8 | 1F | 42 |
| Octal | 303 | 225 | 216 | 0 | 30 | 33 | 30 | 10 | 37 | 102 |
| Binary | 11000011 | 10010101 | 10001110 | 0 | 11000 | 11011 | 11000 | 1000 | 11111 | 1000010 |
Color Harmonies of #C3958E
Complementary color
Monochromatic Colors of #C3958E
Black with #C3958E
Text Example
Text Example
White with #C3958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3958E; }
p { color: rgb(195,149,142); }
H1.HeaderClassName
{
color: #C3958E;
}
.AnyTagClassName
{
color: #C3958E;
}
</style>
background-color css
<style>
a { background-color: #C3958E; }
a { background-color: rgb(195,149,142); }
div.DivClassName
{
background-color: #C3958E;
}
.BgClassName
{
background-color: #C3958E;
}
</style>
border-color css
<style>
span { border-color: #C3958E; }
span { border-color: rgb(195,149,142); }
td.TdClassName
{
border-color: #C3958E;
}
.TagClassName
{
border-color: #C3958E;
}
</style>