Shades of Quicksand #C1948C
Tints of Quicksand #C1948C
RGB
CMYK
RGB Variations
Color information
#C1948C (or 0xC1948C) is known color: Quicksand. HEX triplet: C1, 94 and 8C. RGB value is (193,148,140). Sum of RGB (Red+Green+Blue) = 193+148+140=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1948C is #3E6B73. Grayscale: #A0A0A0. Windows color (decimal): -4090740 or 9213121. OLE color: 9213121.
HSL color Cylindrical-coordinate representation of color #C1948C: hue angle of 9.06º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1948C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 140 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 9.06º | 0.3% | 0.65% | - |
| HSV(B) | 9.06º | 0.27% | 0.76% | - |
| XYZ | 37.32 | 34.41 | 29.49 | - |
| YUV | 160.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 140 | 0 | 0.23 | 0.27 | 0.24 | 9.06 | 0.3 | 0.65 |
| Hex | C1 | 94 | 8C | 0 | 17 | 1B | 18 | 9 | 1E | 41 |
| Octal | 301 | 224 | 214 | 0 | 27 | 33 | 30 | 11 | 36 | 101 |
| Binary | 11000001 | 10010100 | 10001100 | 0 | 10111 | 11011 | 11000 | 1001 | 11110 | 1000001 |
Color Harmonies of #C1948C
Complementary color
Monochromatic Colors of #C1948C
Black with #C1948C
Text Example
Text Example
White with #C1948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1948C; }
p { color: rgb(193,148,140); }
H1.HeaderClassName
{
color: #C1948C;
}
.AnyTagClassName
{
color: #C1948C;
}
</style>
background-color css
<style>
a { background-color: #C1948C; }
a { background-color: rgb(193,148,140); }
div.DivClassName
{
background-color: #C1948C;
}
.BgClassName
{
background-color: #C1948C;
}
</style>
border-color css
<style>
span { border-color: #C1948C; }
span { border-color: rgb(193,148,140); }
td.TdClassName
{
border-color: #C1948C;
}
.TagClassName
{
border-color: #C1948C;
}
</style>