Shades of Quicksand #C49389
Tints of Quicksand #C49389
RGB
CMYK
RGB Variations
Color information
#C49389 (or 0xC49389) is known color: Quicksand. HEX triplet: C4, 93 and 89. RGB value is (196,147,137). Sum of RGB (Red+Green+Blue) = 196+147+137=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49389 is #3B6C76. Grayscale: #A0A0A0. Windows color (decimal): -3894391 or 9016260. OLE color: 9016260.
HSL color Cylindrical-coordinate representation of color #C49389: hue angle of 10.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49389 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 137 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.23 |
| HSL | 10.17º | 0.33% | 0.65% | - |
| HSV(B) | 10.17º | 0.3% | 0.77% | - |
| XYZ | 37.71 | 34.41 | 28.32 | - |
| YUV | 160.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 137 | 0 | 0.25 | 0.30 | 0.23 | 10.17 | 0.33 | 0.65 |
| Hex | C4 | 93 | 89 | 0 | 19 | 1E | 17 | A | 21 | 41 |
| Octal | 304 | 223 | 211 | 0 | 31 | 36 | 27 | 12 | 41 | 101 |
| Binary | 11000100 | 10010011 | 10001001 | 0 | 11001 | 11110 | 10111 | 1010 | 100001 | 1000001 |
Color Harmonies of #C49389
Complementary color
Monochromatic Colors of #C49389
Black with #C49389
Text Example
Text Example
White with #C49389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49389; }
p { color: rgb(196,147,137); }
H1.HeaderClassName
{
color: #C49389;
}
.AnyTagClassName
{
color: #C49389;
}
</style>
background-color css
<style>
a { background-color: #C49389; }
a { background-color: rgb(196,147,137); }
div.DivClassName
{
background-color: #C49389;
}
.BgClassName
{
background-color: #C49389;
}
</style>
border-color css
<style>
span { border-color: #C49389; }
span { border-color: rgb(196,147,137); }
td.TdClassName
{
border-color: #C49389;
}
.TagClassName
{
border-color: #C49389;
}
</style>