Shades of Quicksand #C1958B
Tints of Quicksand #C1958B
RGB
CMYK
RGB Variations
Color information
#C1958B (or 0xC1958B) is known color: Quicksand. HEX triplet: C1, 95 and 8B. RGB value is (193,149,139). Sum of RGB (Red+Green+Blue) = 193+149+139=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958B is #3E6A74. Grayscale: #A1A1A1. Windows color (decimal): -4090485 or 9147841. OLE color: 9147841.
HSL color Cylindrical-coordinate representation of color #C1958B: hue angle of 11.11º degrees, saturation: 0.3, 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 #C1958B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 139 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.24 |
| HSL | 11.11º | 0.3% | 0.65% | - |
| HSV(B) | 11.11º | 0.28% | 0.76% | - |
| XYZ | 37.4 | 34.7 | 29.15 | - |
| YUV | 161.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 139 | 0 | 0.23 | 0.28 | 0.24 | 11.11 | 0.3 | 0.65 |
| Hex | C1 | 95 | 8B | 0 | 17 | 1C | 18 | B | 1E | 41 |
| Octal | 301 | 225 | 213 | 0 | 27 | 34 | 30 | 13 | 36 | 101 |
| Binary | 11000001 | 10010101 | 10001011 | 0 | 10111 | 11100 | 11000 | 1011 | 11110 | 1000001 |
Color Harmonies of #C1958B
Complementary color
Monochromatic Colors of #C1958B
Black with #C1958B
Text Example
Text Example
White with #C1958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1958B; }
p { color: rgb(193,149,139); }
H1.HeaderClassName
{
color: #C1958B;
}
.AnyTagClassName
{
color: #C1958B;
}
</style>
background-color css
<style>
a { background-color: #C1958B; }
a { background-color: rgb(193,149,139); }
div.DivClassName
{
background-color: #C1958B;
}
.BgClassName
{
background-color: #C1958B;
}
</style>
border-color css
<style>
span { border-color: #C1958B; }
span { border-color: rgb(193,149,139); }
td.TdClassName
{
border-color: #C1958B;
}
.TagClassName
{
border-color: #C1958B;
}
</style>