Shades of Quicksand #C4978C
Tints of Quicksand #C4978C
RGB
CMYK
RGB Variations
Color information
#C4978C (or 0xC4978C) is known color: Quicksand. HEX triplet: C4, 97 and 8C. RGB value is (196,151,140). Sum of RGB (Red+Green+Blue) = 196+151+140=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4978C is #3B6873. Grayscale: #A3A3A3. Windows color (decimal): -3893364 or 9213892. OLE color: 9213892.
HSL color Cylindrical-coordinate representation of color #C4978C: hue angle of 11.79º degrees, saturation: 0.32, 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 #C4978C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 140 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.23 |
| HSL | 11.79º | 0.32% | 0.66% | - |
| HSV(B) | 11.79º | 0.29% | 0.77% | - |
| XYZ | 38.57 | 35.76 | 29.68 | - |
| YUV | 163.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 140 | 0 | 0.23 | 0.29 | 0.23 | 11.79 | 0.32 | 0.66 |
| Hex | C4 | 97 | 8C | 0 | 17 | 1D | 17 | C | 20 | 42 |
| Octal | 304 | 227 | 214 | 0 | 27 | 35 | 27 | 14 | 40 | 102 |
| Binary | 11000100 | 10010111 | 10001100 | 0 | 10111 | 11101 | 10111 | 1100 | 100000 | 1000010 |
Color Harmonies of #C4978C
Complementary color
Monochromatic Colors of #C4978C
Black with #C4978C
Text Example
Text Example
White with #C4978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4978C; }
p { color: rgb(196,151,140); }
H1.HeaderClassName
{
color: #C4978C;
}
.AnyTagClassName
{
color: #C4978C;
}
</style>
background-color css
<style>
a { background-color: #C4978C; }
a { background-color: rgb(196,151,140); }
div.DivClassName
{
background-color: #C4978C;
}
.BgClassName
{
background-color: #C4978C;
}
</style>
border-color css
<style>
span { border-color: #C4978C; }
span { border-color: rgb(196,151,140); }
td.TdClassName
{
border-color: #C4978C;
}
.TagClassName
{
border-color: #C4978C;
}
</style>