Shades of Quicksand #C29A8E
Tints of Quicksand #C29A8E
RGB
CMYK
RGB Variations
Color information
#C29A8E (or 0xC29A8E) is known color: Quicksand. HEX triplet: C2, 9A and 8E. RGB value is (194,154,142). Sum of RGB (Red+Green+Blue) = 194+154+142=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A8E is #3D6571. Grayscale: #A4A4A4. Windows color (decimal): -4023666 or 9345730. OLE color: 9345730.
HSL color Cylindrical-coordinate representation of color #C29A8E: hue angle of 13.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29A8E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 142 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.24 |
| HSL | 13.85º | 0.3% | 0.66% | - |
| HSV(B) | 13.85º | 0.27% | 0.76% | - |
| XYZ | 38.69 | 36.53 | 30.6 | - |
| YUV | 164.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 142 | 0 | 0.21 | 0.27 | 0.24 | 13.85 | 0.3 | 0.66 |
| Hex | C2 | 9A | 8E | 0 | 15 | 1B | 18 | E | 1E | 42 |
| Octal | 302 | 232 | 216 | 0 | 25 | 33 | 30 | 16 | 36 | 102 |
| Binary | 11000010 | 10011010 | 10001110 | 0 | 10101 | 11011 | 11000 | 1110 | 11110 | 1000010 |
Color Harmonies of #C29A8E
Complementary color
Monochromatic Colors of #C29A8E
Black with #C29A8E
Text Example
Text Example
White with #C29A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A8E; }
p { color: rgb(194,154,142); }
H1.HeaderClassName
{
color: #C29A8E;
}
.AnyTagClassName
{
color: #C29A8E;
}
</style>
background-color css
<style>
a { background-color: #C29A8E; }
a { background-color: rgb(194,154,142); }
div.DivClassName
{
background-color: #C29A8E;
}
.BgClassName
{
background-color: #C29A8E;
}
</style>
border-color css
<style>
span { border-color: #C29A8E; }
span { border-color: rgb(194,154,142); }
td.TdClassName
{
border-color: #C29A8E;
}
.TagClassName
{
border-color: #C29A8E;
}
</style>