Shades of Quicksand #C29786
Tints of Quicksand #C29786
RGB
CMYK
RGB Variations
Color information
#C29786 (or 0xC29786) is known color: Quicksand. HEX triplet: C2, 97 and 86. RGB value is (194,151,134). Sum of RGB (Red+Green+Blue) = 194+151+134=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29786 is #3D6879. Grayscale: #A2A2A2. Windows color (decimal): -4024442 or 8820674. OLE color: 8820674.
HSL color Cylindrical-coordinate representation of color #C29786: hue angle of 17º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29786 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 134 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.24 |
| HSL | 17º | 0.33% | 0.64% | - |
| HSV(B) | 17º | 0.31% | 0.76% | - |
| XYZ | 37.62 | 35.32 | 27.39 | - |
| YUV | 161.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 134 | 0 | 0.22 | 0.31 | 0.24 | 17 | 0.33 | 0.64 |
| Hex | C2 | 97 | 86 | 0 | 16 | 1F | 18 | 11 | 21 | 40 |
| Octal | 302 | 227 | 206 | 0 | 26 | 37 | 30 | 21 | 41 | 100 |
| Binary | 11000010 | 10010111 | 10000110 | 0 | 10110 | 11111 | 11000 | 10001 | 100001 | 1000000 |
Color Harmonies of #C29786
Complementary color
Monochromatic Colors of #C29786
Black with #C29786
Text Example
Text Example
White with #C29786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29786; }
p { color: rgb(194,151,134); }
H1.HeaderClassName
{
color: #C29786;
}
.AnyTagClassName
{
color: #C29786;
}
</style>
background-color css
<style>
a { background-color: #C29786; }
a { background-color: rgb(194,151,134); }
div.DivClassName
{
background-color: #C29786;
}
.BgClassName
{
background-color: #C29786;
}
</style>
border-color css
<style>
span { border-color: #C29786; }
span { border-color: rgb(194,151,134); }
td.TdClassName
{
border-color: #C29786;
}
.TagClassName
{
border-color: #C29786;
}
</style>