Shades of Quicksand #C49A8A
Tints of Quicksand #C49A8A
RGB
CMYK
RGB Variations
Color information
#C49A8A (or 0xC49A8A) is known color: Quicksand. HEX triplet: C4, 9A and 8A. RGB value is (196,154,138). Sum of RGB (Red+Green+Blue) = 196+154+138=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A8A is #3B6575. Grayscale: #A4A4A4. Windows color (decimal): -3892598 or 9083588. OLE color: 9083588.
HSL color Cylindrical-coordinate representation of color #C49A8A: hue angle of 16.55º 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 #C49A8A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 138 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.23 |
| HSL | 16.55º | 0.33% | 0.65% | - |
| HSV(B) | 16.55º | 0.3% | 0.77% | - |
| XYZ | 38.91 | 36.68 | 29.07 | - |
| YUV | 164.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 138 | 0 | 0.21 | 0.30 | 0.23 | 16.55 | 0.33 | 0.65 |
| Hex | C4 | 9A | 8A | 0 | 15 | 1E | 17 | 11 | 21 | 41 |
| Octal | 304 | 232 | 212 | 0 | 25 | 36 | 27 | 21 | 41 | 101 |
| Binary | 11000100 | 10011010 | 10001010 | 0 | 10101 | 11110 | 10111 | 10001 | 100001 | 1000001 |
Color Harmonies of #C49A8A
Complementary color
Monochromatic Colors of #C49A8A
Black with #C49A8A
Text Example
Text Example
White with #C49A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A8A; }
p { color: rgb(196,154,138); }
H1.HeaderClassName
{
color: #C49A8A;
}
.AnyTagClassName
{
color: #C49A8A;
}
</style>
background-color css
<style>
a { background-color: #C49A8A; }
a { background-color: rgb(196,154,138); }
div.DivClassName
{
background-color: #C49A8A;
}
.BgClassName
{
background-color: #C49A8A;
}
</style>
border-color css
<style>
span { border-color: #C49A8A; }
span { border-color: rgb(196,154,138); }
td.TdClassName
{
border-color: #C49A8A;
}
.TagClassName
{
border-color: #C49A8A;
}
</style>