Shades of Quicksand #C5978C
Tints of Quicksand #C5978C
RGB
CMYK
RGB Variations
Color information
#C5978C (or 0xC5978C) is known color: Quicksand. HEX triplet: C5, 97 and 8C. RGB value is (197,151,140). Sum of RGB (Red+Green+Blue) = 197+151+140=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5978C is #3A6873. Grayscale: #A3A3A3. Windows color (decimal): -3827828 or 9213893. OLE color: 9213893.
HSL color Cylindrical-coordinate representation of color #C5978C: hue angle of 11.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5978C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 140 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.23 |
| HSL | 11.58º | 0.33% | 0.66% | - |
| HSV(B) | 11.58º | 0.29% | 0.77% | - |
| XYZ | 38.83 | 35.9 | 29.69 | - |
| YUV | 163.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 140 | 0 | 0.23 | 0.29 | 0.23 | 11.58 | 0.33 | 0.66 |
| Hex | C5 | 97 | 8C | 0 | 17 | 1D | 17 | C | 21 | 42 |
| Octal | 305 | 227 | 214 | 0 | 27 | 35 | 27 | 14 | 41 | 102 |
| Binary | 11000101 | 10010111 | 10001100 | 0 | 10111 | 11101 | 10111 | 1100 | 100001 | 1000010 |
Color Harmonies of #C5978C
Complementary color
Monochromatic Colors of #C5978C
Black with #C5978C
Text Example
Text Example
White with #C5978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5978C; }
p { color: rgb(197,151,140); }
H1.HeaderClassName
{
color: #C5978C;
}
.AnyTagClassName
{
color: #C5978C;
}
</style>
background-color css
<style>
a { background-color: #C5978C; }
a { background-color: rgb(197,151,140); }
div.DivClassName
{
background-color: #C5978C;
}
.BgClassName
{
background-color: #C5978C;
}
</style>
border-color css
<style>
span { border-color: #C5978C; }
span { border-color: rgb(197,151,140); }
td.TdClassName
{
border-color: #C5978C;
}
.TagClassName
{
border-color: #C5978C;
}
</style>