Shades of Quicksand #C49C92
Tints of Quicksand #C49C92
RGB
CMYK
RGB Variations
Color information
#C49C92 (or 0xC49C92) is known color: Quicksand. HEX triplet: C4, 9C and 92. RGB value is (196,156,146). Sum of RGB (Red+Green+Blue) = 196+156+146=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C92 is #3B636D. Grayscale: #A6A6A6. Windows color (decimal): -3892078 or 9608388. OLE color: 9608388.
HSL color Cylindrical-coordinate representation of color #C49C92: hue angle of 12º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49C92 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 146 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.23 |
| HSL | 12º | 0.3% | 0.67% | - |
| HSV(B) | 12º | 0.26% | 0.77% | - |
| XYZ | 39.84 | 37.59 | 32.35 | - |
| YUV | 166.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 146 | 0 | 0.20 | 0.26 | 0.23 | 12 | 0.3 | 0.67 |
| Hex | C4 | 9C | 92 | 0 | 14 | 1A | 17 | C | 1E | 43 |
| Octal | 304 | 234 | 222 | 0 | 24 | 32 | 27 | 14 | 36 | 103 |
| Binary | 11000100 | 10011100 | 10010010 | 0 | 10100 | 11010 | 10111 | 1100 | 11110 | 1000011 |
Color Harmonies of #C49C92
Complementary color
Monochromatic Colors of #C49C92
Black with #C49C92
Text Example
Text Example
White with #C49C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C92; }
p { color: rgb(196,156,146); }
H1.HeaderClassName
{
color: #C49C92;
}
.AnyTagClassName
{
color: #C49C92;
}
</style>
background-color css
<style>
a { background-color: #C49C92; }
a { background-color: rgb(196,156,146); }
div.DivClassName
{
background-color: #C49C92;
}
.BgClassName
{
background-color: #C49C92;
}
</style>
border-color css
<style>
span { border-color: #C49C92; }
span { border-color: rgb(196,156,146); }
td.TdClassName
{
border-color: #C49C92;
}
.TagClassName
{
border-color: #C49C92;
}
</style>