Shades of Quicksand #C1978E
Tints of Quicksand #C1978E
RGB
CMYK
RGB Variations
Color information
#C1978E (or 0xC1978E) is known color: Quicksand. HEX triplet: C1, 97 and 8E. RGB value is (193,151,142). Sum of RGB (Red+Green+Blue) = 193+151+142=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1978E is #3E6871. Grayscale: #A2A2A2. Windows color (decimal): -4089970 or 9344961. OLE color: 9344961.
HSL color Cylindrical-coordinate representation of color #C1978E: hue angle of 10.59º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1978E is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 142 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.24 |
| HSL | 10.59º | 0.29% | 0.66% | - |
| HSV(B) | 10.59º | 0.26% | 0.76% | - |
| XYZ | 37.94 | 35.42 | 30.43 | - |
| YUV | 162.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 142 | 0 | 0.22 | 0.26 | 0.24 | 10.59 | 0.29 | 0.66 |
| Hex | C1 | 97 | 8E | 0 | 16 | 1A | 18 | B | 1D | 42 |
| Octal | 301 | 227 | 216 | 0 | 26 | 32 | 30 | 13 | 35 | 102 |
| Binary | 11000001 | 10010111 | 10001110 | 0 | 10110 | 11010 | 11000 | 1011 | 11101 | 1000010 |
Color Harmonies of #C1978E
Complementary color
Monochromatic Colors of #C1978E
Black with #C1978E
Text Example
Text Example
White with #C1978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1978E; }
p { color: rgb(193,151,142); }
H1.HeaderClassName
{
color: #C1978E;
}
.AnyTagClassName
{
color: #C1978E;
}
</style>
background-color css
<style>
a { background-color: #C1978E; }
a { background-color: rgb(193,151,142); }
div.DivClassName
{
background-color: #C1978E;
}
.BgClassName
{
background-color: #C1978E;
}
</style>
border-color css
<style>
span { border-color: #C1978E; }
span { border-color: rgb(193,151,142); }
td.TdClassName
{
border-color: #C1978E;
}
.TagClassName
{
border-color: #C1978E;
}
</style>