Shades of Quicksand #C1958E
Tints of Quicksand #C1958E
RGB
CMYK
RGB Variations
Color information
#C1958E (or 0xC1958E) is known color: Quicksand. HEX triplet: C1, 95 and 8E. RGB value is (193,149,142). Sum of RGB (Red+Green+Blue) = 193+149+142=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958E is #3E6A71. Grayscale: #A1A1A1. Windows color (decimal): -4090482 or 9344449. OLE color: 9344449.
HSL color Cylindrical-coordinate representation of color #C1958E: hue angle of 8.24º 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 #C1958E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 142 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.24 |
| HSL | 8.24º | 0.29% | 0.66% | - |
| HSV(B) | 8.24º | 0.26% | 0.76% | - |
| XYZ | 37.62 | 34.79 | 30.32 | - |
| YUV | 161.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 142 | 0 | 0.23 | 0.26 | 0.24 | 8.24 | 0.29 | 0.66 |
| Hex | C1 | 95 | 8E | 0 | 17 | 1A | 18 | 8 | 1D | 42 |
| Octal | 301 | 225 | 216 | 0 | 27 | 32 | 30 | 10 | 35 | 102 |
| Binary | 11000001 | 10010101 | 10001110 | 0 | 10111 | 11010 | 11000 | 1000 | 11101 | 1000010 |
Color Harmonies of #C1958E
Complementary color
Monochromatic Colors of #C1958E
Black with #C1958E
Text Example
Text Example
White with #C1958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1958E; }
p { color: rgb(193,149,142); }
H1.HeaderClassName
{
color: #C1958E;
}
.AnyTagClassName
{
color: #C1958E;
}
</style>
background-color css
<style>
a { background-color: #C1958E; }
a { background-color: rgb(193,149,142); }
div.DivClassName
{
background-color: #C1958E;
}
.BgClassName
{
background-color: #C1958E;
}
</style>
border-color css
<style>
span { border-color: #C1958E; }
span { border-color: rgb(193,149,142); }
td.TdClassName
{
border-color: #C1958E;
}
.TagClassName
{
border-color: #C1958E;
}
</style>