Shades of Quicksand #C19486
Tints of Quicksand #C19486
RGB
CMYK
RGB Variations
Color information
#C19486 (or 0xC19486) is known color: Quicksand. HEX triplet: C1, 94 and 86. RGB value is (193,148,134). Sum of RGB (Red+Green+Blue) = 193+148+134=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C19486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19486 is #3E6B79. Grayscale: #9F9F9F. Windows color (decimal): -4090746 or 8819905. OLE color: 8819905.
HSL color Cylindrical-coordinate representation of color #C19486: hue angle of 14.24º degrees, saturation: 0.32, 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 #C19486 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 134 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.24 |
| HSL | 14.24º | 0.32% | 0.64% | - |
| HSV(B) | 14.24º | 0.31% | 0.76% | - |
| XYZ | 36.89 | 34.24 | 27.22 | - |
| YUV | 159.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 134 | 0 | 0.23 | 0.31 | 0.24 | 14.24 | 0.32 | 0.64 |
| Hex | C1 | 94 | 86 | 0 | 17 | 1F | 18 | E | 20 | 40 |
| Octal | 301 | 224 | 206 | 0 | 27 | 37 | 30 | 16 | 40 | 100 |
| Binary | 11000001 | 10010100 | 10000110 | 0 | 10111 | 11111 | 11000 | 1110 | 100000 | 1000000 |
Color Harmonies of #C19486
Complementary color
Monochromatic Colors of #C19486
Black with #C19486
Text Example
Text Example
White with #C19486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19486; }
p { color: rgb(193,148,134); }
H1.HeaderClassName
{
color: #C19486;
}
.AnyTagClassName
{
color: #C19486;
}
</style>
background-color css
<style>
a { background-color: #C19486; }
a { background-color: rgb(193,148,134); }
div.DivClassName
{
background-color: #C19486;
}
.BgClassName
{
background-color: #C19486;
}
</style>
border-color css
<style>
span { border-color: #C19486; }
span { border-color: rgb(193,148,134); }
td.TdClassName
{
border-color: #C19486;
}
.TagClassName
{
border-color: #C19486;
}
</style>