Shades of Quicksand #C29184
Tints of Quicksand #C29184
RGB
CMYK
RGB Variations
Color information
#C29184 (or 0xC29184) is known color: Quicksand. HEX triplet: C2, 91 and 84. RGB value is (194,145,132). Sum of RGB (Red+Green+Blue) = 194+145+132=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29184 is #3D6E7B. Grayscale: #9E9E9E. Windows color (decimal): -4025980 or 8688066. OLE color: 8688066.
HSL color Cylindrical-coordinate representation of color #C29184: hue angle of 12.58º 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 #C29184 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 132 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.24 |
| HSL | 12.58º | 0.34% | 0.64% | - |
| HSV(B) | 12.58º | 0.32% | 0.76% | - |
| XYZ | 36.54 | 33.39 | 26.35 | - |
| YUV | 158.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 132 | 0 | 0.25 | 0.32 | 0.24 | 12.58 | 0.34 | 0.64 |
| Hex | C2 | 91 | 84 | 0 | 19 | 20 | 18 | D | 22 | 40 |
| Octal | 302 | 221 | 204 | 0 | 31 | 40 | 30 | 15 | 42 | 100 |
| Binary | 11000010 | 10010001 | 10000100 | 0 | 11001 | 100000 | 11000 | 1101 | 100010 | 1000000 |
Color Harmonies of #C29184
Complementary color
Monochromatic Colors of #C29184
Black with #C29184
Text Example
Text Example
White with #C29184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29184; }
p { color: rgb(194,145,132); }
H1.HeaderClassName
{
color: #C29184;
}
.AnyTagClassName
{
color: #C29184;
}
</style>
background-color css
<style>
a { background-color: #C29184; }
a { background-color: rgb(194,145,132); }
div.DivClassName
{
background-color: #C29184;
}
.BgClassName
{
background-color: #C29184;
}
</style>
border-color css
<style>
span { border-color: #C29184; }
span { border-color: rgb(194,145,132); }
td.TdClassName
{
border-color: #C29184;
}
.TagClassName
{
border-color: #C29184;
}
</style>