Shades of Quicksand #C29C8F
Tints of Quicksand #C29C8F
RGB
CMYK
RGB Variations
Color information
#C29C8F (or 0xC29C8F) is known color: Quicksand. HEX triplet: C2, 9C and 8F. RGB value is (194,156,143). Sum of RGB (Red+Green+Blue) = 194+156+143=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C8F is #3D6370. Grayscale: #A5A5A5. Windows color (decimal): -4023153 or 9411778. OLE color: 9411778.
HSL color Cylindrical-coordinate representation of color #C29C8F: hue angle of 15.29º 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 #C29C8F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 143 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.24 |
| HSL | 15.29º | 0.29% | 0.66% | - |
| HSV(B) | 15.29º | 0.26% | 0.76% | - |
| XYZ | 39.09 | 37.23 | 31.11 | - |
| YUV | 165.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 143 | 0 | 0.20 | 0.26 | 0.24 | 15.29 | 0.29 | 0.66 |
| Hex | C2 | 9C | 8F | 0 | 14 | 1A | 18 | F | 1D | 42 |
| Octal | 302 | 234 | 217 | 0 | 24 | 32 | 30 | 17 | 35 | 102 |
| Binary | 11000010 | 10011100 | 10001111 | 0 | 10100 | 11010 | 11000 | 1111 | 11101 | 1000010 |
Color Harmonies of #C29C8F
Complementary color
Monochromatic Colors of #C29C8F
Black with #C29C8F
Text Example
Text Example
White with #C29C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C8F; }
p { color: rgb(194,156,143); }
H1.HeaderClassName
{
color: #C29C8F;
}
.AnyTagClassName
{
color: #C29C8F;
}
</style>
background-color css
<style>
a { background-color: #C29C8F; }
a { background-color: rgb(194,156,143); }
div.DivClassName
{
background-color: #C29C8F;
}
.BgClassName
{
background-color: #C29C8F;
}
</style>
border-color css
<style>
span { border-color: #C29C8F; }
span { border-color: rgb(194,156,143); }
td.TdClassName
{
border-color: #C29C8F;
}
.TagClassName
{
border-color: #C29C8F;
}
</style>