Shades of Quicksand #C19A90
Tints of Quicksand #C19A90
RGB
CMYK
RGB Variations
Color information
#C19A90 (or 0xC19A90) is known color: Quicksand. HEX triplet: C1, 9A and 90. RGB value is (193,154,144). Sum of RGB (Red+Green+Blue) = 193+154+144=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19A90 is #3E656F. Grayscale: #A4A4A4. Windows color (decimal): -4089200 or 9476801. OLE color: 9476801.
HSL color Cylindrical-coordinate representation of color #C19A90: hue angle of 12.24º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19A90 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 144 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.24 |
| HSL | 12.24º | 0.28% | 0.66% | - |
| HSV(B) | 12.24º | 0.25% | 0.76% | - |
| XYZ | 38.58 | 36.46 | 31.39 | - |
| YUV | 164.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 144 | 0 | 0.20 | 0.25 | 0.24 | 12.24 | 0.28 | 0.66 |
| Hex | C1 | 9A | 90 | 0 | 14 | 19 | 18 | C | 1C | 42 |
| Octal | 301 | 232 | 220 | 0 | 24 | 31 | 30 | 14 | 34 | 102 |
| Binary | 11000001 | 10011010 | 10010000 | 0 | 10100 | 11001 | 11000 | 1100 | 11100 | 1000010 |
Color Harmonies of #C19A90
Complementary color
Monochromatic Colors of #C19A90
Black with #C19A90
Text Example
Text Example
White with #C19A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A90; }
p { color: rgb(193,154,144); }
H1.HeaderClassName
{
color: #C19A90;
}
.AnyTagClassName
{
color: #C19A90;
}
</style>
background-color css
<style>
a { background-color: #C19A90; }
a { background-color: rgb(193,154,144); }
div.DivClassName
{
background-color: #C19A90;
}
.BgClassName
{
background-color: #C19A90;
}
</style>
border-color css
<style>
span { border-color: #C19A90; }
span { border-color: rgb(193,154,144); }
td.TdClassName
{
border-color: #C19A90;
}
.TagClassName
{
border-color: #C19A90;
}
</style>