Shades of Quicksand #C2968E
Tints of Quicksand #C2968E
RGB
CMYK
RGB Variations
Color information
#C2968E (or 0xC2968E) is known color: Quicksand. HEX triplet: C2, 96 and 8E. RGB value is (194,150,142). Sum of RGB (Red+Green+Blue) = 194+150+142=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968E is #3D6971. Grayscale: #A2A2A2. Windows color (decimal): -4024690 or 9344706. OLE color: 9344706.
HSL color Cylindrical-coordinate representation of color #C2968E: hue angle of 9.23º 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 #C2968E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 142 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 9.23º | 0.3% | 0.66% | - |
| HSV(B) | 9.23º | 0.27% | 0.76% | - |
| XYZ | 38.04 | 35.24 | 30.39 | - |
| YUV | 162.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 142 | 0 | 0.23 | 0.27 | 0.24 | 9.23 | 0.3 | 0.66 |
| Hex | C2 | 96 | 8E | 0 | 17 | 1B | 18 | 9 | 1E | 42 |
| Octal | 302 | 226 | 216 | 0 | 27 | 33 | 30 | 11 | 36 | 102 |
| Binary | 11000010 | 10010110 | 10001110 | 0 | 10111 | 11011 | 11000 | 1001 | 11110 | 1000010 |
Color Harmonies of #C2968E
Complementary color
Monochromatic Colors of #C2968E
Black with #C2968E
Text Example
Text Example
White with #C2968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2968E; }
p { color: rgb(194,150,142); }
H1.HeaderClassName
{
color: #C2968E;
}
.AnyTagClassName
{
color: #C2968E;
}
</style>
background-color css
<style>
a { background-color: #C2968E; }
a { background-color: rgb(194,150,142); }
div.DivClassName
{
background-color: #C2968E;
}
.BgClassName
{
background-color: #C2968E;
}
</style>
border-color css
<style>
span { border-color: #C2968E; }
span { border-color: rgb(194,150,142); }
td.TdClassName
{
border-color: #C2968E;
}
.TagClassName
{
border-color: #C2968E;
}
</style>