Shades of Quicksand #C2958E
Tints of Quicksand #C2958E
RGB
CMYK
RGB Variations
Color information
#C2958E (or 0xC2958E) is known color: Quicksand. HEX triplet: C2, 95 and 8E. RGB value is (194,149,142). Sum of RGB (Red+Green+Blue) = 194+149+142=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2958E is #3D6A71. Grayscale: #A1A1A1. Windows color (decimal): -4024946 or 9344450. OLE color: 9344450.
HSL color Cylindrical-coordinate representation of color #C2958E: hue angle of 8.08º 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 #C2958E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 142 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 8.08º | 0.3% | 0.66% | - |
| HSV(B) | 8.08º | 0.27% | 0.76% | - |
| XYZ | 37.88 | 34.92 | 30.33 | - |
| YUV | 161.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 142 | 0 | 0.23 | 0.27 | 0.24 | 8.08 | 0.3 | 0.66 |
| Hex | C2 | 95 | 8E | 0 | 17 | 1B | 18 | 8 | 1E | 42 |
| Octal | 302 | 225 | 216 | 0 | 27 | 33 | 30 | 10 | 36 | 102 |
| Binary | 11000010 | 10010101 | 10001110 | 0 | 10111 | 11011 | 11000 | 1000 | 11110 | 1000010 |
Color Harmonies of #C2958E
Complementary color
Monochromatic Colors of #C2958E
Black with #C2958E
Text Example
Text Example
White with #C2958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2958E; }
p { color: rgb(194,149,142); }
H1.HeaderClassName
{
color: #C2958E;
}
.AnyTagClassName
{
color: #C2958E;
}
</style>
background-color css
<style>
a { background-color: #C2958E; }
a { background-color: rgb(194,149,142); }
div.DivClassName
{
background-color: #C2958E;
}
.BgClassName
{
background-color: #C2958E;
}
</style>
border-color css
<style>
span { border-color: #C2958E; }
span { border-color: rgb(194,149,142); }
td.TdClassName
{
border-color: #C2958E;
}
.TagClassName
{
border-color: #C2958E;
}
</style>