Shades of Quicksand #C2998E
Tints of Quicksand #C2998E
RGB
CMYK
RGB Variations
Color information
#C2998E (or 0xC2998E) is known color: Quicksand. HEX triplet: C2, 99 and 8E. RGB value is (194,153,142). Sum of RGB (Red+Green+Blue) = 194+153+142=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2998E is #3D6671. Grayscale: #A4A4A4. Windows color (decimal): -4023922 or 9345474. OLE color: 9345474.
HSL color Cylindrical-coordinate representation of color #C2998E: hue angle of 12.69º 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 #C2998E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 142 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.24 |
| HSL | 12.69º | 0.3% | 0.66% | - |
| HSV(B) | 12.69º | 0.27% | 0.76% | - |
| XYZ | 38.52 | 36.2 | 30.55 | - |
| YUV | 164.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 142 | 0 | 0.21 | 0.27 | 0.24 | 12.69 | 0.3 | 0.66 |
| Hex | C2 | 99 | 8E | 0 | 15 | 1B | 18 | D | 1E | 42 |
| Octal | 302 | 231 | 216 | 0 | 25 | 33 | 30 | 15 | 36 | 102 |
| Binary | 11000010 | 10011001 | 10001110 | 0 | 10101 | 11011 | 11000 | 1101 | 11110 | 1000010 |
Color Harmonies of #C2998E
Complementary color
Monochromatic Colors of #C2998E
Black with #C2998E
Text Example
Text Example
White with #C2998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2998E; }
p { color: rgb(194,153,142); }
H1.HeaderClassName
{
color: #C2998E;
}
.AnyTagClassName
{
color: #C2998E;
}
</style>
background-color css
<style>
a { background-color: #C2998E; }
a { background-color: rgb(194,153,142); }
div.DivClassName
{
background-color: #C2998E;
}
.BgClassName
{
background-color: #C2998E;
}
</style>
border-color css
<style>
span { border-color: #C2998E; }
span { border-color: rgb(194,153,142); }
td.TdClassName
{
border-color: #C2998E;
}
.TagClassName
{
border-color: #C2998E;
}
</style>