Shades of Quicksand #C49A8F
Tints of Quicksand #C49A8F
RGB
CMYK
RGB Variations
Color information
#C49A8F (or 0xC49A8F) is known color: Quicksand. HEX triplet: C4, 9A and 8F. RGB value is (196,154,143). Sum of RGB (Red+Green+Blue) = 196+154+143=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A8F is #3B6570. Grayscale: #A5A5A5. Windows color (decimal): -3892593 or 9411268. OLE color: 9411268.
HSL color Cylindrical-coordinate representation of color #C49A8F: hue angle of 12.45º 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 #C49A8F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 143 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.23 |
| HSL | 12.45º | 0.31% | 0.66% | - |
| HSV(B) | 12.45º | 0.27% | 0.77% | - |
| XYZ | 39.28 | 36.83 | 31.03 | - |
| YUV | 165.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 143 | 0 | 0.21 | 0.27 | 0.23 | 12.45 | 0.31 | 0.66 |
| Hex | C4 | 9A | 8F | 0 | 15 | 1B | 17 | C | 1F | 42 |
| Octal | 304 | 232 | 217 | 0 | 25 | 33 | 27 | 14 | 37 | 102 |
| Binary | 11000100 | 10011010 | 10001111 | 0 | 10101 | 11011 | 10111 | 1100 | 11111 | 1000010 |
Color Harmonies of #C49A8F
Complementary color
Monochromatic Colors of #C49A8F
Black with #C49A8F
Text Example
Text Example
White with #C49A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A8F; }
p { color: rgb(196,154,143); }
H1.HeaderClassName
{
color: #C49A8F;
}
.AnyTagClassName
{
color: #C49A8F;
}
</style>
background-color css
<style>
a { background-color: #C49A8F; }
a { background-color: rgb(196,154,143); }
div.DivClassName
{
background-color: #C49A8F;
}
.BgClassName
{
background-color: #C49A8F;
}
</style>
border-color css
<style>
span { border-color: #C49A8F; }
span { border-color: rgb(196,154,143); }
td.TdClassName
{
border-color: #C49A8F;
}
.TagClassName
{
border-color: #C49A8F;
}
</style>