Shades of Quicksand #C49D93
Tints of Quicksand #C49D93
RGB
CMYK
RGB Variations
Color information
#C49D93 (or 0xC49D93) is known color: Quicksand. HEX triplet: C4, 9D and 93. RGB value is (196,157,147). Sum of RGB (Red+Green+Blue) = 196+157+147=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D93 is #3B626C. Grayscale: #A7A7A7. Windows color (decimal): -3891821 or 9674180. OLE color: 9674180.
HSL color Cylindrical-coordinate representation of color #C49D93: hue angle of 12.24º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49D93 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 147 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.23 |
| HSL | 12.24º | 0.29% | 0.67% | - |
| HSV(B) | 12.24º | 0.25% | 0.77% | - |
| XYZ | 40.09 | 37.96 | 32.82 | - |
| YUV | 167.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 147 | 0 | 0.20 | 0.25 | 0.23 | 12.24 | 0.29 | 0.67 |
| Hex | C4 | 9D | 93 | 0 | 14 | 19 | 17 | C | 1D | 43 |
| Octal | 304 | 235 | 223 | 0 | 24 | 31 | 27 | 14 | 35 | 103 |
| Binary | 11000100 | 10011101 | 10010011 | 0 | 10100 | 11001 | 10111 | 1100 | 11101 | 1000011 |
Color Harmonies of #C49D93
Complementary color
Monochromatic Colors of #C49D93
Black with #C49D93
Text Example
Text Example
White with #C49D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D93; }
p { color: rgb(196,157,147); }
H1.HeaderClassName
{
color: #C49D93;
}
.AnyTagClassName
{
color: #C49D93;
}
</style>
background-color css
<style>
a { background-color: #C49D93; }
a { background-color: rgb(196,157,147); }
div.DivClassName
{
background-color: #C49D93;
}
.BgClassName
{
background-color: #C49D93;
}
</style>
border-color css
<style>
span { border-color: #C49D93; }
span { border-color: rgb(196,157,147); }
td.TdClassName
{
border-color: #C49D93;
}
.TagClassName
{
border-color: #C49D93;
}
</style>