Shades of Quicksand #C29C8A
Tints of Quicksand #C29C8A
RGB
CMYK
RGB Variations
Color information
#C29C8A (or 0xC29C8A) is known color: Quicksand. HEX triplet: C2, 9C and 8A. RGB value is (194,156,138). Sum of RGB (Red+Green+Blue) = 194+156+138=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C8A is #3D6375. Grayscale: #A5A5A5. Windows color (decimal): -4023158 or 9084098. OLE color: 9084098.
HSL color Cylindrical-coordinate representation of color #C29C8A: hue angle of 19.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29C8A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 138 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.24 |
| HSL | 19.29º | 0.31% | 0.65% | - |
| HSV(B) | 19.29º | 0.29% | 0.76% | - |
| XYZ | 38.72 | 37.08 | 29.16 | - |
| YUV | 165.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 138 | 0 | 0.20 | 0.29 | 0.24 | 19.29 | 0.31 | 0.65 |
| Hex | C2 | 9C | 8A | 0 | 14 | 1D | 18 | 13 | 1F | 41 |
| Octal | 302 | 234 | 212 | 0 | 24 | 35 | 30 | 23 | 37 | 101 |
| Binary | 11000010 | 10011100 | 10001010 | 0 | 10100 | 11101 | 11000 | 10011 | 11111 | 1000001 |
Color Harmonies of #C29C8A
Complementary color
Monochromatic Colors of #C29C8A
Black with #C29C8A
Text Example
Text Example
White with #C29C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C8A; }
p { color: rgb(194,156,138); }
H1.HeaderClassName
{
color: #C29C8A;
}
.AnyTagClassName
{
color: #C29C8A;
}
</style>
background-color css
<style>
a { background-color: #C29C8A; }
a { background-color: rgb(194,156,138); }
div.DivClassName
{
background-color: #C29C8A;
}
.BgClassName
{
background-color: #C29C8A;
}
</style>
border-color css
<style>
span { border-color: #C29C8A; }
span { border-color: rgb(194,156,138); }
td.TdClassName
{
border-color: #C29C8A;
}
.TagClassName
{
border-color: #C29C8A;
}
</style>