Shades of Quicksand #C4988D
Tints of Quicksand #C4988D
RGB
CMYK
RGB Variations
Color information
#C4988D (or 0xC4988D) is known color: Quicksand. HEX triplet: C4, 98 and 8D. RGB value is (196,152,141). Sum of RGB (Red+Green+Blue) = 196+152+141=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988D is #3B6772. Grayscale: #A3A3A3. Windows color (decimal): -3893107 or 9279684. OLE color: 9279684.
HSL color Cylindrical-coordinate representation of color #C4988D: hue angle of 12º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4988D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 141 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.23 |
| HSL | 12º | 0.32% | 0.66% | - |
| HSV(B) | 12º | 0.28% | 0.77% | - |
| XYZ | 38.8 | 36.12 | 30.13 | - |
| YUV | 163.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 141 | 0 | 0.22 | 0.28 | 0.23 | 12 | 0.32 | 0.66 |
| Hex | C4 | 98 | 8D | 0 | 16 | 1C | 17 | C | 20 | 42 |
| Octal | 304 | 230 | 215 | 0 | 26 | 34 | 27 | 14 | 40 | 102 |
| Binary | 11000100 | 10011000 | 10001101 | 0 | 10110 | 11100 | 10111 | 1100 | 100000 | 1000010 |
Color Harmonies of #C4988D
Complementary color
Monochromatic Colors of #C4988D
Black with #C4988D
Text Example
Text Example
White with #C4988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4988D; }
p { color: rgb(196,152,141); }
H1.HeaderClassName
{
color: #C4988D;
}
.AnyTagClassName
{
color: #C4988D;
}
</style>
background-color css
<style>
a { background-color: #C4988D; }
a { background-color: rgb(196,152,141); }
div.DivClassName
{
background-color: #C4988D;
}
.BgClassName
{
background-color: #C4988D;
}
</style>
border-color css
<style>
span { border-color: #C4988D; }
span { border-color: rgb(196,152,141); }
td.TdClassName
{
border-color: #C4988D;
}
.TagClassName
{
border-color: #C4988D;
}
</style>