Shades of Quicksand #C49E8F
Tints of Quicksand #C49E8F
RGB
CMYK
RGB Variations
Color information
#C49E8F (or 0xC49E8F) is known color: Quicksand. HEX triplet: C4, 9E and 8F. RGB value is (196,158,143). Sum of RGB (Red+Green+Blue) = 196+158+143=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E8F is #3B6170. Grayscale: #A7A7A7. Windows color (decimal): -3891569 or 9412292. OLE color: 9412292.
HSL color Cylindrical-coordinate representation of color #C49E8F: hue angle of 16.98º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49E8F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 143 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.23 |
| HSL | 16.98º | 0.31% | 0.66% | - |
| HSV(B) | 16.98º | 0.27% | 0.77% | - |
| XYZ | 39.95 | 38.17 | 31.25 | - |
| YUV | 167.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 143 | 0 | 0.19 | 0.27 | 0.23 | 16.98 | 0.31 | 0.66 |
| Hex | C4 | 9E | 8F | 0 | 13 | 1B | 17 | 11 | 1F | 42 |
| Octal | 304 | 236 | 217 | 0 | 23 | 33 | 27 | 21 | 37 | 102 |
| Binary | 11000100 | 10011110 | 10001111 | 0 | 10011 | 11011 | 10111 | 10001 | 11111 | 1000010 |
Color Harmonies of #C49E8F
Complementary color
Monochromatic Colors of #C49E8F
Black with #C49E8F
Text Example
Text Example
White with #C49E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E8F; }
p { color: rgb(196,158,143); }
H1.HeaderClassName
{
color: #C49E8F;
}
.AnyTagClassName
{
color: #C49E8F;
}
</style>
background-color css
<style>
a { background-color: #C49E8F; }
a { background-color: rgb(196,158,143); }
div.DivClassName
{
background-color: #C49E8F;
}
.BgClassName
{
background-color: #C49E8F;
}
</style>
border-color css
<style>
span { border-color: #C49E8F; }
span { border-color: rgb(196,158,143); }
td.TdClassName
{
border-color: #C49E8F;
}
.TagClassName
{
border-color: #C49E8F;
}
</style>