Shades of Quicksand #C29A90
Tints of Quicksand #C29A90
RGB
CMYK
RGB Variations
Color information
#C29A90 (or 0xC29A90) is known color: Quicksand. HEX triplet: C2, 9A and 90. RGB value is (194,154,144). Sum of RGB (Red+Green+Blue) = 194+154+144=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A90 is #3D656F. Grayscale: #A4A4A4. Windows color (decimal): -4023664 or 9476802. OLE color: 9476802.
HSL color Cylindrical-coordinate representation of color #C29A90: hue angle of 12º 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 #C29A90 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 144 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.24 |
| HSL | 12º | 0.29% | 0.66% | - |
| HSV(B) | 12º | 0.26% | 0.76% | - |
| XYZ | 38.84 | 36.59 | 31.4 | - |
| YUV | 164.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 144 | 0 | 0.21 | 0.26 | 0.24 | 12 | 0.29 | 0.66 |
| Hex | C2 | 9A | 90 | 0 | 15 | 1A | 18 | C | 1D | 42 |
| Octal | 302 | 232 | 220 | 0 | 25 | 32 | 30 | 14 | 35 | 102 |
| Binary | 11000010 | 10011010 | 10010000 | 0 | 10101 | 11010 | 11000 | 1100 | 11101 | 1000010 |
Color Harmonies of #C29A90
Complementary color
Monochromatic Colors of #C29A90
Black with #C29A90
Text Example
Text Example
White with #C29A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A90; }
p { color: rgb(194,154,144); }
H1.HeaderClassName
{
color: #C29A90;
}
.AnyTagClassName
{
color: #C29A90;
}
</style>
background-color css
<style>
a { background-color: #C29A90; }
a { background-color: rgb(194,154,144); }
div.DivClassName
{
background-color: #C29A90;
}
.BgClassName
{
background-color: #C29A90;
}
</style>
border-color css
<style>
span { border-color: #C29A90; }
span { border-color: rgb(194,154,144); }
td.TdClassName
{
border-color: #C29A90;
}
.TagClassName
{
border-color: #C29A90;
}
</style>