Shades of Quicksand #C19583
Tints of Quicksand #C19583
RGB
CMYK
RGB Variations
Color information
#C19583 (or 0xC19583) is known color: Quicksand. HEX triplet: C1, 95 and 83. RGB value is (193,149,131). Sum of RGB (Red+Green+Blue) = 193+149+131=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19583 is #3E6A7C. Grayscale: #A0A0A0. Windows color (decimal): -4090493 or 8623553. OLE color: 8623553.
HSL color Cylindrical-coordinate representation of color #C19583: hue angle of 17.42º 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 #C19583 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 131 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.24 |
| HSL | 17.42º | 0.33% | 0.64% | - |
| HSV(B) | 17.42º | 0.32% | 0.76% | - |
| XYZ | 36.84 | 34.47 | 26.18 | - |
| YUV | 160.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 131 | 0 | 0.23 | 0.32 | 0.24 | 17.42 | 0.33 | 0.64 |
| Hex | C1 | 95 | 83 | 0 | 17 | 20 | 18 | 11 | 21 | 40 |
| Octal | 301 | 225 | 203 | 0 | 27 | 40 | 30 | 21 | 41 | 100 |
| Binary | 11000001 | 10010101 | 10000011 | 0 | 10111 | 100000 | 11000 | 10001 | 100001 | 1000000 |
Color Harmonies of #C19583
Complementary color
Monochromatic Colors of #C19583
Black with #C19583
Text Example
Text Example
White with #C19583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19583; }
p { color: rgb(193,149,131); }
H1.HeaderClassName
{
color: #C19583;
}
.AnyTagClassName
{
color: #C19583;
}
</style>
background-color css
<style>
a { background-color: #C19583; }
a { background-color: rgb(193,149,131); }
div.DivClassName
{
background-color: #C19583;
}
.BgClassName
{
background-color: #C19583;
}
</style>
border-color css
<style>
span { border-color: #C19583; }
span { border-color: rgb(193,149,131); }
td.TdClassName
{
border-color: #C19583;
}
.TagClassName
{
border-color: #C19583;
}
</style>