Shades of Quicksand #C2958D
Tints of Quicksand #C2958D
RGB
CMYK
RGB Variations
Color information
#C2958D (or 0xC2958D) is known color: Quicksand. HEX triplet: C2, 95 and 8D. RGB value is (194,149,141). Sum of RGB (Red+Green+Blue) = 194+149+141=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2958D is #3D6A72. Grayscale: #A1A1A1. Windows color (decimal): -4024947 or 9278914. OLE color: 9278914.
HSL color Cylindrical-coordinate representation of color #C2958D: hue angle of 9.06º degrees, saturation: 0.3, 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 #C2958D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 141 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 9.06º | 0.3% | 0.66% | - |
| HSV(B) | 9.06º | 0.27% | 0.76% | - |
| XYZ | 37.8 | 34.89 | 29.94 | - |
| YUV | 161.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 141 | 0 | 0.23 | 0.27 | 0.24 | 9.06 | 0.3 | 0.66 |
| Hex | C2 | 95 | 8D | 0 | 17 | 1B | 18 | 9 | 1E | 42 |
| Octal | 302 | 225 | 215 | 0 | 27 | 33 | 30 | 11 | 36 | 102 |
| Binary | 11000010 | 10010101 | 10001101 | 0 | 10111 | 11011 | 11000 | 1001 | 11110 | 1000010 |
Color Harmonies of #C2958D
Complementary color
Monochromatic Colors of #C2958D
Black with #C2958D
Text Example
Text Example
White with #C2958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2958D; }
p { color: rgb(194,149,141); }
H1.HeaderClassName
{
color: #C2958D;
}
.AnyTagClassName
{
color: #C2958D;
}
</style>
background-color css
<style>
a { background-color: #C2958D; }
a { background-color: rgb(194,149,141); }
div.DivClassName
{
background-color: #C2958D;
}
.BgClassName
{
background-color: #C2958D;
}
</style>
border-color css
<style>
span { border-color: #C2958D; }
span { border-color: rgb(194,149,141); }
td.TdClassName
{
border-color: #C2958D;
}
.TagClassName
{
border-color: #C2958D;
}
</style>