Shades of Quicksand #C49C8F
Tints of Quicksand #C49C8F
RGB
CMYK
RGB Variations
Color information
#C49C8F (or 0xC49C8F) is known color: Quicksand. HEX triplet: C4, 9C and 8F. RGB value is (196,156,143). Sum of RGB (Red+Green+Blue) = 196+156+143=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8F is #3B6370. Grayscale: #A6A6A6. Windows color (decimal): -3892081 or 9411780. OLE color: 9411780.
HSL color Cylindrical-coordinate representation of color #C49C8F: hue angle of 14.72º 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 #C49C8F is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 143 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.23 |
| HSL | 14.72º | 0.31% | 0.66% | - |
| HSV(B) | 14.72º | 0.27% | 0.77% | - |
| XYZ | 39.61 | 37.5 | 31.14 | - |
| YUV | 166.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 143 | 0 | 0.20 | 0.27 | 0.23 | 14.72 | 0.31 | 0.66 |
| Hex | C4 | 9C | 8F | 0 | 14 | 1B | 17 | F | 1F | 42 |
| Octal | 304 | 234 | 217 | 0 | 24 | 33 | 27 | 17 | 37 | 102 |
| Binary | 11000100 | 10011100 | 10001111 | 0 | 10100 | 11011 | 10111 | 1111 | 11111 | 1000010 |
Color Harmonies of #C49C8F
Complementary color
Monochromatic Colors of #C49C8F
Black with #C49C8F
Text Example
Text Example
White with #C49C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C8F; }
p { color: rgb(196,156,143); }
H1.HeaderClassName
{
color: #C49C8F;
}
.AnyTagClassName
{
color: #C49C8F;
}
</style>
background-color css
<style>
a { background-color: #C49C8F; }
a { background-color: rgb(196,156,143); }
div.DivClassName
{
background-color: #C49C8F;
}
.BgClassName
{
background-color: #C49C8F;
}
</style>
border-color css
<style>
span { border-color: #C49C8F; }
span { border-color: rgb(196,156,143); }
td.TdClassName
{
border-color: #C49C8F;
}
.TagClassName
{
border-color: #C49C8F;
}
</style>