Shades of Quicksand #C7958B
Tints of Quicksand #C7958B
RGB
CMYK
RGB Variations
Color information
#C7958B (or 0xC7958B) is known color: Quicksand. HEX triplet: C7, 95 and 8B. RGB value is (199,149,139). Sum of RGB (Red+Green+Blue) = 199+149+139=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7958B is #386A74. Grayscale: #A2A2A2. Windows color (decimal): -3697269 or 9147847. OLE color: 9147847.
HSL color Cylindrical-coordinate representation of color #C7958B: hue angle of 10º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7958B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 139 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.22 |
| HSL | 10º | 0.35% | 0.66% | - |
| HSV(B) | 10º | 0.3% | 0.78% | - |
| XYZ | 38.96 | 35.5 | 29.23 | - |
| YUV | 162.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 139 | 0 | 0.25 | 0.30 | 0.22 | 10 | 0.35 | 0.66 |
| Hex | C7 | 95 | 8B | 0 | 19 | 1E | 16 | A | 23 | 42 |
| Octal | 307 | 225 | 213 | 0 | 31 | 36 | 26 | 12 | 43 | 102 |
| Binary | 11000111 | 10010101 | 10001011 | 0 | 11001 | 11110 | 10110 | 1010 | 100011 | 1000010 |
Color Harmonies of #C7958B
Complementary color
Monochromatic Colors of #C7958B
Black with #C7958B
Text Example
Text Example
White with #C7958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7958B; }
p { color: rgb(199,149,139); }
H1.HeaderClassName
{
color: #C7958B;
}
.AnyTagClassName
{
color: #C7958B;
}
</style>
background-color css
<style>
a { background-color: #C7958B; }
a { background-color: rgb(199,149,139); }
div.DivClassName
{
background-color: #C7958B;
}
.BgClassName
{
background-color: #C7958B;
}
</style>
border-color css
<style>
span { border-color: #C7958B; }
span { border-color: rgb(199,149,139); }
td.TdClassName
{
border-color: #C7958B;
}
.TagClassName
{
border-color: #C7958B;
}
</style>