Shades of Quicksand #C4988C
Tints of Quicksand #C4988C
RGB
CMYK
RGB Variations
Color information
#C4988C (or 0xC4988C) is known color: Quicksand. HEX triplet: C4, 98 and 8C. RGB value is (196,152,140). Sum of RGB (Red+Green+Blue) = 196+152+140=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988C is #3B6773. Grayscale: #A3A3A3. Windows color (decimal): -3893108 or 9214148. OLE color: 9214148.
HSL color Cylindrical-coordinate representation of color #C4988C: hue angle of 12.86º 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 #C4988C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 140 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.23 |
| HSL | 12.86º | 0.32% | 0.66% | - |
| HSV(B) | 12.86º | 0.29% | 0.77% | - |
| XYZ | 38.73 | 36.09 | 29.74 | - |
| YUV | 163.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 140 | 0 | 0.22 | 0.29 | 0.23 | 12.86 | 0.32 | 0.66 |
| Hex | C4 | 98 | 8C | 0 | 16 | 1D | 17 | D | 20 | 42 |
| Octal | 304 | 230 | 214 | 0 | 26 | 35 | 27 | 15 | 40 | 102 |
| Binary | 11000100 | 10011000 | 10001100 | 0 | 10110 | 11101 | 10111 | 1101 | 100000 | 1000010 |
Color Harmonies of #C4988C
Complementary color
Monochromatic Colors of #C4988C
Black with #C4988C
Text Example
Text Example
White with #C4988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4988C; }
p { color: rgb(196,152,140); }
H1.HeaderClassName
{
color: #C4988C;
}
.AnyTagClassName
{
color: #C4988C;
}
</style>
background-color css
<style>
a { background-color: #C4988C; }
a { background-color: rgb(196,152,140); }
div.DivClassName
{
background-color: #C4988C;
}
.BgClassName
{
background-color: #C4988C;
}
</style>
border-color css
<style>
span { border-color: #C4988C; }
span { border-color: rgb(196,152,140); }
td.TdClassName
{
border-color: #C4988C;
}
.TagClassName
{
border-color: #C4988C;
}
</style>