Shades of Quicksand #C29A8F
Tints of Quicksand #C29A8F
RGB
CMYK
RGB Variations
Color information
#C29A8F (or 0xC29A8F) is known color: Quicksand. HEX triplet: C2, 9A and 8F. RGB value is (194,154,143). Sum of RGB (Red+Green+Blue) = 194+154+143=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A8F is #3D6570. Grayscale: #A4A4A4. Windows color (decimal): -4023665 or 9411266. OLE color: 9411266.
HSL color Cylindrical-coordinate representation of color #C29A8F: hue angle of 12.94º 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 #C29A8F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 143 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.24 |
| HSL | 12.94º | 0.29% | 0.66% | - |
| HSV(B) | 12.94º | 0.26% | 0.76% | - |
| XYZ | 38.76 | 36.56 | 31 | - |
| YUV | 164.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 143 | 0 | 0.21 | 0.26 | 0.24 | 12.94 | 0.29 | 0.66 |
| Hex | C2 | 9A | 8F | 0 | 15 | 1A | 18 | D | 1D | 42 |
| Octal | 302 | 232 | 217 | 0 | 25 | 32 | 30 | 15 | 35 | 102 |
| Binary | 11000010 | 10011010 | 10001111 | 0 | 10101 | 11010 | 11000 | 1101 | 11101 | 1000010 |
Color Harmonies of #C29A8F
Complementary color
Monochromatic Colors of #C29A8F
Black with #C29A8F
Text Example
Text Example
White with #C29A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A8F; }
p { color: rgb(194,154,143); }
H1.HeaderClassName
{
color: #C29A8F;
}
.AnyTagClassName
{
color: #C29A8F;
}
</style>
background-color css
<style>
a { background-color: #C29A8F; }
a { background-color: rgb(194,154,143); }
div.DivClassName
{
background-color: #C29A8F;
}
.BgClassName
{
background-color: #C29A8F;
}
</style>
border-color css
<style>
span { border-color: #C29A8F; }
span { border-color: rgb(194,154,143); }
td.TdClassName
{
border-color: #C29A8F;
}
.TagClassName
{
border-color: #C29A8F;
}
</style>