Shades of Quicksand #C29D92
Tints of Quicksand #C29D92
RGB
CMYK
RGB Variations
Color information
#C29D92 (or 0xC29D92) is known color: Quicksand. HEX triplet: C2, 9D and 92. RGB value is (194,157,146). Sum of RGB (Red+Green+Blue) = 194+157+146=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D92 is #3D626D. Grayscale: #A6A6A6. Windows color (decimal): -4022894 or 9608642. OLE color: 9608642.
HSL color Cylindrical-coordinate representation of color #C29D92: hue angle of 13.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29D92 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 146 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.24 |
| HSL | 13.75º | 0.28% | 0.67% | - |
| HSV(B) | 13.75º | 0.25% | 0.76% | - |
| XYZ | 39.49 | 37.66 | 32.38 | - |
| YUV | 166.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 146 | 0 | 0.19 | 0.25 | 0.24 | 13.75 | 0.28 | 0.67 |
| Hex | C2 | 9D | 92 | 0 | 13 | 19 | 18 | E | 1C | 43 |
| Octal | 302 | 235 | 222 | 0 | 23 | 31 | 30 | 16 | 34 | 103 |
| Binary | 11000010 | 10011101 | 10010010 | 0 | 10011 | 11001 | 11000 | 1110 | 11100 | 1000011 |
Color Harmonies of #C29D92
Complementary color
Monochromatic Colors of #C29D92
Black with #C29D92
Text Example
Text Example
White with #C29D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D92; }
p { color: rgb(194,157,146); }
H1.HeaderClassName
{
color: #C29D92;
}
.AnyTagClassName
{
color: #C29D92;
}
</style>
background-color css
<style>
a { background-color: #C29D92; }
a { background-color: rgb(194,157,146); }
div.DivClassName
{
background-color: #C29D92;
}
.BgClassName
{
background-color: #C29D92;
}
</style>
border-color css
<style>
span { border-color: #C29D92; }
span { border-color: rgb(194,157,146); }
td.TdClassName
{
border-color: #C29D92;
}
.TagClassName
{
border-color: #C29D92;
}
</style>