Shades of Quicksand #C29890
Tints of Quicksand #C29890
RGB
CMYK
RGB Variations
Color information
#C29890 (or 0xC29890) is known color: Quicksand. HEX triplet: C2, 98 and 90. RGB value is (194,152,144). Sum of RGB (Red+Green+Blue) = 194+152+144=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29890 is #3D676F. Grayscale: #A3A3A3. Windows color (decimal): -4024176 or 9476290. OLE color: 9476290.
HSL color Cylindrical-coordinate representation of color #C29890: hue angle of 9.6º 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 #C29890 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 144 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.24 |
| HSL | 9.6º | 0.29% | 0.66% | - |
| HSV(B) | 9.6º | 0.26% | 0.76% | - |
| XYZ | 38.51 | 35.94 | 31.29 | - |
| YUV | 163.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 144 | 0 | 0.22 | 0.26 | 0.24 | 9.6 | 0.29 | 0.66 |
| Hex | C2 | 98 | 90 | 0 | 16 | 1A | 18 | A | 1D | 42 |
| Octal | 302 | 230 | 220 | 0 | 26 | 32 | 30 | 12 | 35 | 102 |
| Binary | 11000010 | 10011000 | 10010000 | 0 | 10110 | 11010 | 11000 | 1010 | 11101 | 1000010 |
Color Harmonies of #C29890
Complementary color
Monochromatic Colors of #C29890
Black with #C29890
Text Example
Text Example
White with #C29890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29890; }
p { color: rgb(194,152,144); }
H1.HeaderClassName
{
color: #C29890;
}
.AnyTagClassName
{
color: #C29890;
}
</style>
background-color css
<style>
a { background-color: #C29890; }
a { background-color: rgb(194,152,144); }
div.DivClassName
{
background-color: #C29890;
}
.BgClassName
{
background-color: #C29890;
}
</style>
border-color css
<style>
span { border-color: #C29890; }
span { border-color: rgb(194,152,144); }
td.TdClassName
{
border-color: #C29890;
}
.TagClassName
{
border-color: #C29890;
}
</style>