Shades of Quicksand #C1998E
Tints of Quicksand #C1998E
RGB
CMYK
RGB Variations
Color information
#C1998E (or 0xC1998E) is known color: Quicksand. HEX triplet: C1, 99 and 8E. RGB value is (193,153,142). Sum of RGB (Red+Green+Blue) = 193+153+142=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1998E is #3E6671. Grayscale: #A3A3A3. Windows color (decimal): -4089458 or 9345473. OLE color: 9345473.
HSL color Cylindrical-coordinate representation of color #C1998E: hue angle of 12.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1998E is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 142 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.24 |
| HSL | 12.94º | 0.29% | 0.66% | - |
| HSV(B) | 12.94º | 0.26% | 0.76% | - |
| XYZ | 38.27 | 36.07 | 30.54 | - |
| YUV | 163.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 142 | 0 | 0.21 | 0.26 | 0.24 | 12.94 | 0.29 | 0.66 |
| Hex | C1 | 99 | 8E | 0 | 15 | 1A | 18 | D | 1D | 42 |
| Octal | 301 | 231 | 216 | 0 | 25 | 32 | 30 | 15 | 35 | 102 |
| Binary | 11000001 | 10011001 | 10001110 | 0 | 10101 | 11010 | 11000 | 1101 | 11101 | 1000010 |
Color Harmonies of #C1998E
Complementary color
Monochromatic Colors of #C1998E
Black with #C1998E
Text Example
Text Example
White with #C1998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1998E; }
p { color: rgb(193,153,142); }
H1.HeaderClassName
{
color: #C1998E;
}
.AnyTagClassName
{
color: #C1998E;
}
</style>
background-color css
<style>
a { background-color: #C1998E; }
a { background-color: rgb(193,153,142); }
div.DivClassName
{
background-color: #C1998E;
}
.BgClassName
{
background-color: #C1998E;
}
</style>
border-color css
<style>
span { border-color: #C1998E; }
span { border-color: rgb(193,153,142); }
td.TdClassName
{
border-color: #C1998E;
}
.TagClassName
{
border-color: #C1998E;
}
</style>