Shades of Quicksand #C4988E
Tints of Quicksand #C4988E
RGB
CMYK
RGB Variations
Color information
#C4988E (or 0xC4988E) is known color: Quicksand. HEX triplet: C4, 98 and 8E. RGB value is (196,152,142). Sum of RGB (Red+Green+Blue) = 196+152+142=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988E is #3B6771. Grayscale: #A4A4A4. Windows color (decimal): -3893106 or 9345220. OLE color: 9345220.
HSL color Cylindrical-coordinate representation of color #C4988E: hue angle of 11.11º degrees, saturation: 0.31, 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 #C4988E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 142 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.23 |
| HSL | 11.11º | 0.31% | 0.66% | - |
| HSV(B) | 11.11º | 0.28% | 0.77% | - |
| XYZ | 38.88 | 36.15 | 30.52 | - |
| YUV | 164.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 142 | 0 | 0.22 | 0.28 | 0.23 | 11.11 | 0.31 | 0.66 |
| Hex | C4 | 98 | 8E | 0 | 16 | 1C | 17 | B | 1F | 42 |
| Octal | 304 | 230 | 216 | 0 | 26 | 34 | 27 | 13 | 37 | 102 |
| Binary | 11000100 | 10011000 | 10001110 | 0 | 10110 | 11100 | 10111 | 1011 | 11111 | 1000010 |
Color Harmonies of #C4988E
Complementary color
Monochromatic Colors of #C4988E
Black with #C4988E
Text Example
Text Example
White with #C4988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4988E; }
p { color: rgb(196,152,142); }
H1.HeaderClassName
{
color: #C4988E;
}
.AnyTagClassName
{
color: #C4988E;
}
</style>
background-color css
<style>
a { background-color: #C4988E; }
a { background-color: rgb(196,152,142); }
div.DivClassName
{
background-color: #C4988E;
}
.BgClassName
{
background-color: #C4988E;
}
</style>
border-color css
<style>
span { border-color: #C4988E; }
span { border-color: rgb(196,152,142); }
td.TdClassName
{
border-color: #C4988E;
}
.TagClassName
{
border-color: #C4988E;
}
</style>