Shades of Quicksand #C19A8A
Tints of Quicksand #C19A8A
RGB
CMYK
RGB Variations
Color information
#C19A8A (or 0xC19A8A) is known color: Quicksand. HEX triplet: C1, 9A and 8A. RGB value is (193,154,138). Sum of RGB (Red+Green+Blue) = 193+154+138=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19A8A is #3E6575. Grayscale: #A3A3A3. Windows color (decimal): -4089206 or 9083585. OLE color: 9083585.
HSL color Cylindrical-coordinate representation of color #C19A8A: hue angle of 17.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19A8A is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 138 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.24 |
| HSL | 17.45º | 0.31% | 0.65% | - |
| HSV(B) | 17.45º | 0.28% | 0.76% | - |
| XYZ | 38.14 | 36.28 | 29.04 | - |
| YUV | 163.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 138 | 0 | 0.20 | 0.28 | 0.24 | 17.45 | 0.31 | 0.65 |
| Hex | C1 | 9A | 8A | 0 | 14 | 1C | 18 | 11 | 1F | 41 |
| Octal | 301 | 232 | 212 | 0 | 24 | 34 | 30 | 21 | 37 | 101 |
| Binary | 11000001 | 10011010 | 10001010 | 0 | 10100 | 11100 | 11000 | 10001 | 11111 | 1000001 |
Color Harmonies of #C19A8A
Complementary color
Monochromatic Colors of #C19A8A
Black with #C19A8A
Text Example
Text Example
White with #C19A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A8A; }
p { color: rgb(193,154,138); }
H1.HeaderClassName
{
color: #C19A8A;
}
.AnyTagClassName
{
color: #C19A8A;
}
</style>
background-color css
<style>
a { background-color: #C19A8A; }
a { background-color: rgb(193,154,138); }
div.DivClassName
{
background-color: #C19A8A;
}
.BgClassName
{
background-color: #C19A8A;
}
</style>
border-color css
<style>
span { border-color: #C19A8A; }
span { border-color: rgb(193,154,138); }
td.TdClassName
{
border-color: #C19A8A;
}
.TagClassName
{
border-color: #C19A8A;
}
</style>