Shades of Quicksand #C2968D
Tints of Quicksand #C2968D
RGB
CMYK
RGB Variations
Color information
#C2968D (or 0xC2968D) is known color: Quicksand. HEX triplet: C2, 96 and 8D. RGB value is (194,150,141). Sum of RGB (Red+Green+Blue) = 194+150+141=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968D is #3D6972. Grayscale: #A2A2A2. Windows color (decimal): -4024691 or 9279170. OLE color: 9279170.
HSL color Cylindrical-coordinate representation of color #C2968D: hue angle of 10.19º 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 #C2968D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 141 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 10.19º | 0.3% | 0.66% | - |
| HSV(B) | 10.19º | 0.27% | 0.76% | - |
| XYZ | 37.96 | 35.21 | 29.99 | - |
| YUV | 162.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 141 | 0 | 0.23 | 0.27 | 0.24 | 10.19 | 0.3 | 0.66 |
| Hex | C2 | 96 | 8D | 0 | 17 | 1B | 18 | A | 1E | 42 |
| Octal | 302 | 226 | 215 | 0 | 27 | 33 | 30 | 12 | 36 | 102 |
| Binary | 11000010 | 10010110 | 10001101 | 0 | 10111 | 11011 | 11000 | 1010 | 11110 | 1000010 |
Color Harmonies of #C2968D
Complementary color
Monochromatic Colors of #C2968D
Black with #C2968D
Text Example
Text Example
White with #C2968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2968D; }
p { color: rgb(194,150,141); }
H1.HeaderClassName
{
color: #C2968D;
}
.AnyTagClassName
{
color: #C2968D;
}
</style>
background-color css
<style>
a { background-color: #C2968D; }
a { background-color: rgb(194,150,141); }
div.DivClassName
{
background-color: #C2968D;
}
.BgClassName
{
background-color: #C2968D;
}
</style>
border-color css
<style>
span { border-color: #C2968D; }
span { border-color: rgb(194,150,141); }
td.TdClassName
{
border-color: #C2968D;
}
.TagClassName
{
border-color: #C2968D;
}
</style>