Shades of Quicksand #C29284
Tints of Quicksand #C29284
RGB
CMYK
RGB Variations
Color information
#C29284 (or 0xC29284) is known color: Quicksand. HEX triplet: C2, 92 and 84. RGB value is (194,146,132). Sum of RGB (Red+Green+Blue) = 194+146+132=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29284 is #3D6D7B. Grayscale: #9E9E9E. Windows color (decimal): -4025724 or 8688322. OLE color: 8688322.
HSL color Cylindrical-coordinate representation of color #C29284: hue angle of 13.55º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29284 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 132 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.24 |
| HSL | 13.55º | 0.34% | 0.64% | - |
| HSV(B) | 13.55º | 0.32% | 0.76% | - |
| XYZ | 36.69 | 33.69 | 26.4 | - |
| YUV | 158.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 132 | 0 | 0.25 | 0.32 | 0.24 | 13.55 | 0.34 | 0.64 |
| Hex | C2 | 92 | 84 | 0 | 19 | 20 | 18 | E | 22 | 40 |
| Octal | 302 | 222 | 204 | 0 | 31 | 40 | 30 | 16 | 42 | 100 |
| Binary | 11000010 | 10010010 | 10000100 | 0 | 11001 | 100000 | 11000 | 1110 | 100010 | 1000000 |
Color Harmonies of #C29284
Complementary color
Monochromatic Colors of #C29284
Black with #C29284
Text Example
Text Example
White with #C29284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29284; }
p { color: rgb(194,146,132); }
H1.HeaderClassName
{
color: #C29284;
}
.AnyTagClassName
{
color: #C29284;
}
</style>
background-color css
<style>
a { background-color: #C29284; }
a { background-color: rgb(194,146,132); }
div.DivClassName
{
background-color: #C29284;
}
.BgClassName
{
background-color: #C29284;
}
</style>
border-color css
<style>
span { border-color: #C29284; }
span { border-color: rgb(194,146,132); }
td.TdClassName
{
border-color: #C29284;
}
.TagClassName
{
border-color: #C29284;
}
</style>