Shades of Quicksand #C19383
Tints of Quicksand #C19383
RGB
CMYK
RGB Variations
Color information
#C19383 (or 0xC19383) is known color: Quicksand. HEX triplet: C1, 93 and 83. RGB value is (193,147,131). Sum of RGB (Red+Green+Blue) = 193+147+131=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C19383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19383 is #3E6C7C. Grayscale: #9F9F9F. Windows color (decimal): -4091005 or 8623041. OLE color: 8623041.
HSL color Cylindrical-coordinate representation of color #C19383: hue angle of 15.48º 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 #C19383 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 131 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.24 |
| HSL | 15.48º | 0.33% | 0.64% | - |
| HSV(B) | 15.48º | 0.32% | 0.76% | - |
| XYZ | 36.52 | 33.84 | 26.08 | - |
| YUV | 158.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 131 | 0 | 0.24 | 0.32 | 0.24 | 15.48 | 0.33 | 0.64 |
| Hex | C1 | 93 | 83 | 0 | 18 | 20 | 18 | F | 21 | 40 |
| Octal | 301 | 223 | 203 | 0 | 30 | 40 | 30 | 17 | 41 | 100 |
| Binary | 11000001 | 10010011 | 10000011 | 0 | 11000 | 100000 | 11000 | 1111 | 100001 | 1000000 |
Color Harmonies of #C19383
Complementary color
Monochromatic Colors of #C19383
Black with #C19383
Text Example
Text Example
White with #C19383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19383; }
p { color: rgb(193,147,131); }
H1.HeaderClassName
{
color: #C19383;
}
.AnyTagClassName
{
color: #C19383;
}
</style>
background-color css
<style>
a { background-color: #C19383; }
a { background-color: rgb(193,147,131); }
div.DivClassName
{
background-color: #C19383;
}
.BgClassName
{
background-color: #C19383;
}
</style>
border-color css
<style>
span { border-color: #C19383; }
span { border-color: rgb(193,147,131); }
td.TdClassName
{
border-color: #C19383;
}
.TagClassName
{
border-color: #C19383;
}
</style>