Shades of Quicksand #C2948B
Tints of Quicksand #C2948B
RGB
CMYK
RGB Variations
Color information
#C2948B (or 0xC2948B) is known color: Quicksand. HEX triplet: C2, 94 and 8B. RGB value is (194,148,139). Sum of RGB (Red+Green+Blue) = 194+148+139=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948B is #3D6B74. Grayscale: #A0A0A0. Windows color (decimal): -4025205 or 9147586. OLE color: 9147586.
HSL color Cylindrical-coordinate representation of color #C2948B: hue angle of 9.82º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2948B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 139 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 9.82º | 0.31% | 0.65% | - |
| HSV(B) | 9.82º | 0.28% | 0.76% | - |
| XYZ | 37.5 | 34.51 | 29.11 | - |
| YUV | 160.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 139 | 0 | 0.24 | 0.28 | 0.24 | 9.82 | 0.31 | 0.65 |
| Hex | C2 | 94 | 8B | 0 | 18 | 1C | 18 | A | 1F | 41 |
| Octal | 302 | 224 | 213 | 0 | 30 | 34 | 30 | 12 | 37 | 101 |
| Binary | 11000010 | 10010100 | 10001011 | 0 | 11000 | 11100 | 11000 | 1010 | 11111 | 1000001 |
Color Harmonies of #C2948B
Complementary color
Monochromatic Colors of #C2948B
Black with #C2948B
Text Example
Text Example
White with #C2948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2948B; }
p { color: rgb(194,148,139); }
H1.HeaderClassName
{
color: #C2948B;
}
.AnyTagClassName
{
color: #C2948B;
}
</style>
background-color css
<style>
a { background-color: #C2948B; }
a { background-color: rgb(194,148,139); }
div.DivClassName
{
background-color: #C2948B;
}
.BgClassName
{
background-color: #C2948B;
}
</style>
border-color css
<style>
span { border-color: #C2948B; }
span { border-color: rgb(194,148,139); }
td.TdClassName
{
border-color: #C2948B;
}
.TagClassName
{
border-color: #C2948B;
}
</style>