Shades of Quicksand #C19F92
Tints of Quicksand #C19F92
RGB
CMYK
RGB Variations
Color information
#C19F92 (or 0xC19F92) is known color: Quicksand. HEX triplet: C1, 9F and 92. RGB value is (193,159,146). Sum of RGB (Red+Green+Blue) = 193+159+146=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F92 is #3E606D. Grayscale: #A7A7A7. Windows color (decimal): -4087918 or 9609153. OLE color: 9609153.
HSL color Cylindrical-coordinate representation of color #C19F92: hue angle of 16.6º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19F92 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 146 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.24 |
| HSL | 16.6º | 0.27% | 0.66% | - |
| HSV(B) | 16.6º | 0.24% | 0.76% | - |
| XYZ | 39.58 | 38.21 | 32.48 | - |
| YUV | 167.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 146 | 0 | 0.18 | 0.24 | 0.24 | 16.6 | 0.27 | 0.66 |
| Hex | C1 | 9F | 92 | 0 | 12 | 18 | 18 | 11 | 1B | 42 |
| Octal | 301 | 237 | 222 | 0 | 22 | 30 | 30 | 21 | 33 | 102 |
| Binary | 11000001 | 10011111 | 10010010 | 0 | 10010 | 11000 | 11000 | 10001 | 11011 | 1000010 |
Color Harmonies of #C19F92
Complementary color
Monochromatic Colors of #C19F92
Black with #C19F92
Text Example
Text Example
White with #C19F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F92; }
p { color: rgb(193,159,146); }
H1.HeaderClassName
{
color: #C19F92;
}
.AnyTagClassName
{
color: #C19F92;
}
</style>
background-color css
<style>
a { background-color: #C19F92; }
a { background-color: rgb(193,159,146); }
div.DivClassName
{
background-color: #C19F92;
}
.BgClassName
{
background-color: #C19F92;
}
</style>
border-color css
<style>
span { border-color: #C19F92; }
span { border-color: rgb(193,159,146); }
td.TdClassName
{
border-color: #C19F92;
}
.TagClassName
{
border-color: #C19F92;
}
</style>