Shades of Quicksand #C19589
Tints of Quicksand #C19589
RGB
CMYK
RGB Variations
Color information
#C19589 (or 0xC19589) is known color: Quicksand. HEX triplet: C1, 95 and 89. RGB value is (193,149,137). Sum of RGB (Red+Green+Blue) = 193+149+137=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C19589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19589 is #3E6A76. Grayscale: #A0A0A0. Windows color (decimal): -4090487 or 9016769. OLE color: 9016769.
HSL color Cylindrical-coordinate representation of color #C19589: hue angle of 12.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19589 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 137 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.24 |
| HSL | 12.86º | 0.31% | 0.65% | - |
| HSV(B) | 12.86º | 0.29% | 0.76% | - |
| XYZ | 37.26 | 34.64 | 28.39 | - |
| YUV | 160.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 137 | 0 | 0.23 | 0.29 | 0.24 | 12.86 | 0.31 | 0.65 |
| Hex | C1 | 95 | 89 | 0 | 17 | 1D | 18 | D | 1F | 41 |
| Octal | 301 | 225 | 211 | 0 | 27 | 35 | 30 | 15 | 37 | 101 |
| Binary | 11000001 | 10010101 | 10001001 | 0 | 10111 | 11101 | 11000 | 1101 | 11111 | 1000001 |
Color Harmonies of #C19589
Complementary color
Monochromatic Colors of #C19589
Black with #C19589
Text Example
Text Example
White with #C19589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19589; }
p { color: rgb(193,149,137); }
H1.HeaderClassName
{
color: #C19589;
}
.AnyTagClassName
{
color: #C19589;
}
</style>
background-color css
<style>
a { background-color: #C19589; }
a { background-color: rgb(193,149,137); }
div.DivClassName
{
background-color: #C19589;
}
.BgClassName
{
background-color: #C19589;
}
</style>
border-color css
<style>
span { border-color: #C19589; }
span { border-color: rgb(193,149,137); }
td.TdClassName
{
border-color: #C19589;
}
.TagClassName
{
border-color: #C19589;
}
</style>