Shades of Quicksand #C2988E
Tints of Quicksand #C2988E
RGB
CMYK
RGB Variations
Color information
#C2988E (or 0xC2988E) is known color: Quicksand. HEX triplet: C2, 98 and 8E. RGB value is (194,152,142). Sum of RGB (Red+Green+Blue) = 194+152+142=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2988E is #3D6771. Grayscale: #A3A3A3. Windows color (decimal): -4024178 or 9345218. OLE color: 9345218.
HSL color Cylindrical-coordinate representation of color #C2988E: hue angle of 11.54º 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 #C2988E is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 142 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.24 |
| HSL | 11.54º | 0.3% | 0.66% | - |
| HSV(B) | 11.54º | 0.27% | 0.76% | - |
| XYZ | 38.36 | 35.88 | 30.49 | - |
| YUV | 163.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 142 | 0 | 0.22 | 0.27 | 0.24 | 11.54 | 0.3 | 0.66 |
| Hex | C2 | 98 | 8E | 0 | 16 | 1B | 18 | C | 1E | 42 |
| Octal | 302 | 230 | 216 | 0 | 26 | 33 | 30 | 14 | 36 | 102 |
| Binary | 11000010 | 10011000 | 10001110 | 0 | 10110 | 11011 | 11000 | 1100 | 11110 | 1000010 |
Color Harmonies of #C2988E
Complementary color
Monochromatic Colors of #C2988E
Black with #C2988E
Text Example
Text Example
White with #C2988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2988E; }
p { color: rgb(194,152,142); }
H1.HeaderClassName
{
color: #C2988E;
}
.AnyTagClassName
{
color: #C2988E;
}
</style>
background-color css
<style>
a { background-color: #C2988E; }
a { background-color: rgb(194,152,142); }
div.DivClassName
{
background-color: #C2988E;
}
.BgClassName
{
background-color: #C2988E;
}
</style>
border-color css
<style>
span { border-color: #C2988E; }
span { border-color: rgb(194,152,142); }
td.TdClassName
{
border-color: #C2988E;
}
.TagClassName
{
border-color: #C2988E;
}
</style>