Shades of Quicksand #C29285
Tints of Quicksand #C29285
RGB
CMYK
RGB Variations
Color information
#C29285 (or 0xC29285) is known color: Quicksand. HEX triplet: C2, 92 and 85. RGB value is (194,146,133). Sum of RGB (Red+Green+Blue) = 194+146+133=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29285 is #3D6D7A. Grayscale: #9E9E9E. Windows color (decimal): -4025723 or 8753858. OLE color: 8753858.
HSL color Cylindrical-coordinate representation of color #C29285: hue angle of 12.79º 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 #C29285 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 133 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.24 |
| HSL | 12.79º | 0.33% | 0.64% | - |
| HSV(B) | 12.79º | 0.31% | 0.76% | - |
| XYZ | 36.76 | 33.72 | 26.76 | - |
| YUV | 158.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 133 | 0 | 0.25 | 0.31 | 0.24 | 12.79 | 0.33 | 0.64 |
| Hex | C2 | 92 | 85 | 0 | 19 | 1F | 18 | D | 21 | 40 |
| Octal | 302 | 222 | 205 | 0 | 31 | 37 | 30 | 15 | 41 | 100 |
| Binary | 11000010 | 10010010 | 10000101 | 0 | 11001 | 11111 | 11000 | 1101 | 100001 | 1000000 |
Color Harmonies of #C29285
Complementary color
Monochromatic Colors of #C29285
Black with #C29285
Text Example
Text Example
White with #C29285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29285; }
p { color: rgb(194,146,133); }
H1.HeaderClassName
{
color: #C29285;
}
.AnyTagClassName
{
color: #C29285;
}
</style>
background-color css
<style>
a { background-color: #C29285; }
a { background-color: rgb(194,146,133); }
div.DivClassName
{
background-color: #C29285;
}
.BgClassName
{
background-color: #C29285;
}
</style>
border-color css
<style>
span { border-color: #C29285; }
span { border-color: rgb(194,146,133); }
td.TdClassName
{
border-color: #C29285;
}
.TagClassName
{
border-color: #C29285;
}
</style>