Shades of Quicksand #C49C8B
Tints of Quicksand #C49C8B
RGB
CMYK
RGB Variations
Color information
#C49C8B (or 0xC49C8B) is known color: Quicksand. HEX triplet: C4, 9C and 8B. RGB value is (196,156,139). Sum of RGB (Red+Green+Blue) = 196+156+139=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8B is #3B6374. Grayscale: #A6A6A6. Windows color (decimal): -3892085 or 9149636. OLE color: 9149636.
HSL color Cylindrical-coordinate representation of color #C49C8B: hue angle of 17.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49C8B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 139 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.23 |
| HSL | 17.89º | 0.33% | 0.66% | - |
| HSV(B) | 17.89º | 0.29% | 0.77% | - |
| XYZ | 39.31 | 37.38 | 29.57 | - |
| YUV | 166.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 139 | 0 | 0.20 | 0.29 | 0.23 | 17.89 | 0.33 | 0.66 |
| Hex | C4 | 9C | 8B | 0 | 14 | 1D | 17 | 12 | 21 | 42 |
| Octal | 304 | 234 | 213 | 0 | 24 | 35 | 27 | 22 | 41 | 102 |
| Binary | 11000100 | 10011100 | 10001011 | 0 | 10100 | 11101 | 10111 | 10010 | 100001 | 1000010 |
Color Harmonies of #C49C8B
Complementary color
Monochromatic Colors of #C49C8B
Black with #C49C8B
Text Example
Text Example
White with #C49C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C8B; }
p { color: rgb(196,156,139); }
H1.HeaderClassName
{
color: #C49C8B;
}
.AnyTagClassName
{
color: #C49C8B;
}
</style>
background-color css
<style>
a { background-color: #C49C8B; }
a { background-color: rgb(196,156,139); }
div.DivClassName
{
background-color: #C49C8B;
}
.BgClassName
{
background-color: #C49C8B;
}
</style>
border-color css
<style>
span { border-color: #C49C8B; }
span { border-color: rgb(196,156,139); }
td.TdClassName
{
border-color: #C49C8B;
}
.TagClassName
{
border-color: #C49C8B;
}
</style>