Shades of Quicksand #C29F8C
Tints of Quicksand #C29F8C
RGB
CMYK
RGB Variations
Color information
#C29F8C (or 0xC29F8C) is known color: Quicksand. HEX triplet: C2, 9F and 8C. RGB value is (194,159,140). Sum of RGB (Red+Green+Blue) = 194+159+140=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F8C is #3D6073. Grayscale: #A7A7A7. Windows color (decimal): -4022388 or 9215938. OLE color: 9215938.
HSL color Cylindrical-coordinate representation of color #C29F8C: hue angle of 21.11º 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 #C29F8C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 140 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.24 |
| HSL | 21.11º | 0.31% | 0.65% | - |
| HSV(B) | 21.11º | 0.28% | 0.76% | - |
| XYZ | 39.38 | 38.16 | 30.1 | - |
| YUV | 167.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 140 | 0 | 0.18 | 0.28 | 0.24 | 21.11 | 0.31 | 0.65 |
| Hex | C2 | 9F | 8C | 0 | 12 | 1C | 18 | 15 | 1F | 41 |
| Octal | 302 | 237 | 214 | 0 | 22 | 34 | 30 | 25 | 37 | 101 |
| Binary | 11000010 | 10011111 | 10001100 | 0 | 10010 | 11100 | 11000 | 10101 | 11111 | 1000001 |
Color Harmonies of #C29F8C
Complementary color
Monochromatic Colors of #C29F8C
Black with #C29F8C
Text Example
Text Example
White with #C29F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F8C; }
p { color: rgb(194,159,140); }
H1.HeaderClassName
{
color: #C29F8C;
}
.AnyTagClassName
{
color: #C29F8C;
}
</style>
background-color css
<style>
a { background-color: #C29F8C; }
a { background-color: rgb(194,159,140); }
div.DivClassName
{
background-color: #C29F8C;
}
.BgClassName
{
background-color: #C29F8C;
}
</style>
border-color css
<style>
span { border-color: #C29F8C; }
span { border-color: rgb(194,159,140); }
td.TdClassName
{
border-color: #C29F8C;
}
.TagClassName
{
border-color: #C29F8C;
}
</style>