Shades of Quicksand #C49F8F
Tints of Quicksand #C49F8F
RGB
CMYK
RGB Variations
Color information
#C49F8F (or 0xC49F8F) is known color: Quicksand. HEX triplet: C4, 9F and 8F. RGB value is (196,159,143). Sum of RGB (Red+Green+Blue) = 196+159+143=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F8F is #3B6070. Grayscale: #A8A8A8. Windows color (decimal): -3891313 or 9412548. OLE color: 9412548.
HSL color Cylindrical-coordinate representation of color #C49F8F: hue angle of 18.11º 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 #C49F8F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 143 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.23 |
| HSL | 18.11º | 0.31% | 0.66% | - |
| HSV(B) | 18.11º | 0.27% | 0.77% | - |
| XYZ | 40.12 | 38.52 | 31.31 | - |
| YUV | 168.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 143 | 0 | 0.19 | 0.27 | 0.23 | 18.11 | 0.31 | 0.66 |
| Hex | C4 | 9F | 8F | 0 | 13 | 1B | 17 | 12 | 1F | 42 |
| Octal | 304 | 237 | 217 | 0 | 23 | 33 | 27 | 22 | 37 | 102 |
| Binary | 11000100 | 10011111 | 10001111 | 0 | 10011 | 11011 | 10111 | 10010 | 11111 | 1000010 |
Color Harmonies of #C49F8F
Complementary color
Monochromatic Colors of #C49F8F
Black with #C49F8F
Text Example
Text Example
White with #C49F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F8F; }
p { color: rgb(196,159,143); }
H1.HeaderClassName
{
color: #C49F8F;
}
.AnyTagClassName
{
color: #C49F8F;
}
</style>
background-color css
<style>
a { background-color: #C49F8F; }
a { background-color: rgb(196,159,143); }
div.DivClassName
{
background-color: #C49F8F;
}
.BgClassName
{
background-color: #C49F8F;
}
</style>
border-color css
<style>
span { border-color: #C49F8F; }
span { border-color: rgb(196,159,143); }
td.TdClassName
{
border-color: #C49F8F;
}
.TagClassName
{
border-color: #C49F8F;
}
</style>