Shades of Quicksand #C1978A
Tints of Quicksand #C1978A
RGB
CMYK
RGB Variations
Color information
#C1978A (or 0xC1978A) is known color: Quicksand. HEX triplet: C1, 97 and 8A. RGB value is (193,151,138). Sum of RGB (Red+Green+Blue) = 193+151+138=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1978A is #3E6875. Grayscale: #A2A2A2. Windows color (decimal): -4089974 or 9082817. OLE color: 9082817.
HSL color Cylindrical-coordinate representation of color #C1978A: hue angle of 14.18º 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 #C1978A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 138 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.24 |
| HSL | 14.18º | 0.31% | 0.65% | - |
| HSV(B) | 14.18º | 0.28% | 0.76% | - |
| XYZ | 37.65 | 35.31 | 28.88 | - |
| YUV | 162.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 138 | 0 | 0.22 | 0.28 | 0.24 | 14.18 | 0.31 | 0.65 |
| Hex | C1 | 97 | 8A | 0 | 16 | 1C | 18 | E | 1F | 41 |
| Octal | 301 | 227 | 212 | 0 | 26 | 34 | 30 | 16 | 37 | 101 |
| Binary | 11000001 | 10010111 | 10001010 | 0 | 10110 | 11100 | 11000 | 1110 | 11111 | 1000001 |
Color Harmonies of #C1978A
Complementary color
Monochromatic Colors of #C1978A
Black with #C1978A
Text Example
Text Example
White with #C1978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1978A; }
p { color: rgb(193,151,138); }
H1.HeaderClassName
{
color: #C1978A;
}
.AnyTagClassName
{
color: #C1978A;
}
</style>
background-color css
<style>
a { background-color: #C1978A; }
a { background-color: rgb(193,151,138); }
div.DivClassName
{
background-color: #C1978A;
}
.BgClassName
{
background-color: #C1978A;
}
</style>
border-color css
<style>
span { border-color: #C1978A; }
span { border-color: rgb(193,151,138); }
td.TdClassName
{
border-color: #C1978A;
}
.TagClassName
{
border-color: #C1978A;
}
</style>