Shades of Quicksand #C4988A
Tints of Quicksand #C4988A
RGB
CMYK
RGB Variations
Color information
#C4988A (or 0xC4988A) is known color: Quicksand. HEX triplet: C4, 98 and 8A. RGB value is (196,152,138). Sum of RGB (Red+Green+Blue) = 196+152+138=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988A is #3B6775. Grayscale: #A3A3A3. Windows color (decimal): -3893110 or 9083076. OLE color: 9083076.
HSL color Cylindrical-coordinate representation of color #C4988A: hue angle of 14.48º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4988A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 138 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.23 |
| HSL | 14.48º | 0.33% | 0.65% | - |
| HSV(B) | 14.48º | 0.3% | 0.77% | - |
| XYZ | 38.58 | 36.03 | 28.97 | - |
| YUV | 163.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 138 | 0 | 0.22 | 0.30 | 0.23 | 14.48 | 0.33 | 0.65 |
| Hex | C4 | 98 | 8A | 0 | 16 | 1E | 17 | E | 21 | 41 |
| Octal | 304 | 230 | 212 | 0 | 26 | 36 | 27 | 16 | 41 | 101 |
| Binary | 11000100 | 10011000 | 10001010 | 0 | 10110 | 11110 | 10111 | 1110 | 100001 | 1000001 |
Color Harmonies of #C4988A
Complementary color
Monochromatic Colors of #C4988A
Black with #C4988A
Text Example
Text Example
White with #C4988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4988A; }
p { color: rgb(196,152,138); }
H1.HeaderClassName
{
color: #C4988A;
}
.AnyTagClassName
{
color: #C4988A;
}
</style>
background-color css
<style>
a { background-color: #C4988A; }
a { background-color: rgb(196,152,138); }
div.DivClassName
{
background-color: #C4988A;
}
.BgClassName
{
background-color: #C4988A;
}
</style>
border-color css
<style>
span { border-color: #C4988A; }
span { border-color: rgb(196,152,138); }
td.TdClassName
{
border-color: #C4988A;
}
.TagClassName
{
border-color: #C4988A;
}
</style>