Shades of Quicksand #C19385
Tints of Quicksand #C19385
RGB
CMYK
RGB Variations
Color information
#C19385 (or 0xC19385) is known color: Quicksand. HEX triplet: C1, 93 and 85. RGB value is (193,147,133). Sum of RGB (Red+Green+Blue) = 193+147+133=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19385 is #3E6C7A. Grayscale: #9F9F9F. Windows color (decimal): -4091003 or 8754113. OLE color: 8754113.
HSL color Cylindrical-coordinate representation of color #C19385: hue angle of 14º 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 #C19385 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 133 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.24 |
| HSL | 14º | 0.33% | 0.64% | - |
| HSV(B) | 14º | 0.31% | 0.76% | - |
| XYZ | 36.66 | 33.9 | 26.8 | - |
| YUV | 159.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 133 | 0 | 0.24 | 0.31 | 0.24 | 14 | 0.33 | 0.64 |
| Hex | C1 | 93 | 85 | 0 | 18 | 1F | 18 | E | 21 | 40 |
| Octal | 301 | 223 | 205 | 0 | 30 | 37 | 30 | 16 | 41 | 100 |
| Binary | 11000001 | 10010011 | 10000101 | 0 | 11000 | 11111 | 11000 | 1110 | 100001 | 1000000 |
Color Harmonies of #C19385
Complementary color
Monochromatic Colors of #C19385
Black with #C19385
Text Example
Text Example
White with #C19385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19385; }
p { color: rgb(193,147,133); }
H1.HeaderClassName
{
color: #C19385;
}
.AnyTagClassName
{
color: #C19385;
}
</style>
background-color css
<style>
a { background-color: #C19385; }
a { background-color: rgb(193,147,133); }
div.DivClassName
{
background-color: #C19385;
}
.BgClassName
{
background-color: #C19385;
}
</style>
border-color css
<style>
span { border-color: #C19385; }
span { border-color: rgb(193,147,133); }
td.TdClassName
{
border-color: #C19385;
}
.TagClassName
{
border-color: #C19385;
}
</style>