Shades of Quicksand #C19384
Tints of Quicksand #C19384
RGB
CMYK
RGB Variations
Color information
#C19384 (or 0xC19384) is known color: Quicksand. HEX triplet: C1, 93 and 84. RGB value is (193,147,132). Sum of RGB (Red+Green+Blue) = 193+147+132=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C19384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19384 is #3E6C7B. Grayscale: #9F9F9F. Windows color (decimal): -4091004 or 8688577. OLE color: 8688577.
HSL color Cylindrical-coordinate representation of color #C19384: hue angle of 14.75º degrees, saturation: 0.33, 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 #C19384 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 132 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.24 |
| HSL | 14.75º | 0.33% | 0.64% | - |
| HSV(B) | 14.75º | 0.32% | 0.76% | - |
| XYZ | 36.59 | 33.87 | 26.44 | - |
| YUV | 159.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 132 | 0 | 0.24 | 0.32 | 0.24 | 14.75 | 0.33 | 0.64 |
| Hex | C1 | 93 | 84 | 0 | 18 | 20 | 18 | F | 21 | 40 |
| Octal | 301 | 223 | 204 | 0 | 30 | 40 | 30 | 17 | 41 | 100 |
| Binary | 11000001 | 10010011 | 10000100 | 0 | 11000 | 100000 | 11000 | 1111 | 100001 | 1000000 |
Color Harmonies of #C19384
Complementary color
Monochromatic Colors of #C19384
Black with #C19384
Text Example
Text Example
White with #C19384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19384; }
p { color: rgb(193,147,132); }
H1.HeaderClassName
{
color: #C19384;
}
.AnyTagClassName
{
color: #C19384;
}
</style>
background-color css
<style>
a { background-color: #C19384; }
a { background-color: rgb(193,147,132); }
div.DivClassName
{
background-color: #C19384;
}
.BgClassName
{
background-color: #C19384;
}
</style>
border-color css
<style>
span { border-color: #C19384; }
span { border-color: rgb(193,147,132); }
td.TdClassName
{
border-color: #C19384;
}
.TagClassName
{
border-color: #C19384;
}
</style>