Shades of Quicksand #C29990
Tints of Quicksand #C29990
RGB
CMYK
RGB Variations
Color information
#C29990 (or 0xC29990) is known color: Quicksand. HEX triplet: C2, 99 and 90. RGB value is (194,153,144). Sum of RGB (Red+Green+Blue) = 194+153+144=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29990 is #3D666F. Grayscale: #A4A4A4. Windows color (decimal): -4023920 or 9476546. OLE color: 9476546.
HSL color Cylindrical-coordinate representation of color #C29990: hue angle of 10.8º 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 #C29990 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 144 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.24 |
| HSL | 10.8º | 0.29% | 0.66% | - |
| HSV(B) | 10.8º | 0.26% | 0.76% | - |
| XYZ | 38.67 | 36.27 | 31.35 | - |
| YUV | 164.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 144 | 0 | 0.21 | 0.26 | 0.24 | 10.8 | 0.29 | 0.66 |
| Hex | C2 | 99 | 90 | 0 | 15 | 1A | 18 | B | 1D | 42 |
| Octal | 302 | 231 | 220 | 0 | 25 | 32 | 30 | 13 | 35 | 102 |
| Binary | 11000010 | 10011001 | 10010000 | 0 | 10101 | 11010 | 11000 | 1011 | 11101 | 1000010 |
Color Harmonies of #C29990
Complementary color
Monochromatic Colors of #C29990
Black with #C29990
Text Example
Text Example
White with #C29990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29990; }
p { color: rgb(194,153,144); }
H1.HeaderClassName
{
color: #C29990;
}
.AnyTagClassName
{
color: #C29990;
}
</style>
background-color css
<style>
a { background-color: #C29990; }
a { background-color: rgb(194,153,144); }
div.DivClassName
{
background-color: #C29990;
}
.BgClassName
{
background-color: #C29990;
}
</style>
border-color css
<style>
span { border-color: #C29990; }
span { border-color: rgb(194,153,144); }
td.TdClassName
{
border-color: #C29990;
}
.TagClassName
{
border-color: #C29990;
}
</style>