Shades of Quicksand #C19985
Tints of Quicksand #C19985
RGB
CMYK
RGB Variations
Color information
#C19985 (or 0xC19985) is known color: Quicksand. HEX triplet: C1, 99 and 85. RGB value is (193,153,133). Sum of RGB (Red+Green+Blue) = 193+153+133=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C19985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19985 is #3E667A. Grayscale: #A2A2A2. Windows color (decimal): -4089467 or 8755649. OLE color: 8755649.
HSL color Cylindrical-coordinate representation of color #C19985: hue angle of 20º 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 #C19985 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 133 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.24 |
| HSL | 20º | 0.33% | 0.64% | - |
| HSV(B) | 20º | 0.31% | 0.76% | - |
| XYZ | 37.62 | 35.81 | 27.12 | - |
| YUV | 162.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 133 | 0 | 0.21 | 0.31 | 0.24 | 20 | 0.33 | 0.64 |
| Hex | C1 | 99 | 85 | 0 | 15 | 1F | 18 | 14 | 21 | 40 |
| Octal | 301 | 231 | 205 | 0 | 25 | 37 | 30 | 24 | 41 | 100 |
| Binary | 11000001 | 10011001 | 10000101 | 0 | 10101 | 11111 | 11000 | 10100 | 100001 | 1000000 |
Color Harmonies of #C19985
Complementary color
Monochromatic Colors of #C19985
Black with #C19985
Text Example
Text Example
White with #C19985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19985; }
p { color: rgb(193,153,133); }
H1.HeaderClassName
{
color: #C19985;
}
.AnyTagClassName
{
color: #C19985;
}
</style>
background-color css
<style>
a { background-color: #C19985; }
a { background-color: rgb(193,153,133); }
div.DivClassName
{
background-color: #C19985;
}
.BgClassName
{
background-color: #C19985;
}
</style>
border-color css
<style>
span { border-color: #C19985; }
span { border-color: rgb(193,153,133); }
td.TdClassName
{
border-color: #C19985;
}
.TagClassName
{
border-color: #C19985;
}
</style>