Shades of Quicksand #C49C90
Tints of Quicksand #C49C90
RGB
CMYK
RGB Variations
Color information
#C49C90 (or 0xC49C90) is known color: Quicksand. HEX triplet: C4, 9C and 90. RGB value is (196,156,144). Sum of RGB (Red+Green+Blue) = 196+156+144=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C90 is #3B636F. Grayscale: #A6A6A6. Windows color (decimal): -3892080 or 9477316. OLE color: 9477316.
HSL color Cylindrical-coordinate representation of color #C49C90: hue angle of 13.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49C90 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 144 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.23 |
| HSL | 13.85º | 0.31% | 0.67% | - |
| HSV(B) | 13.85º | 0.27% | 0.77% | - |
| XYZ | 39.69 | 37.53 | 31.54 | - |
| YUV | 166.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 144 | 0 | 0.20 | 0.27 | 0.23 | 13.85 | 0.31 | 0.67 |
| Hex | C4 | 9C | 90 | 0 | 14 | 1B | 17 | E | 1F | 43 |
| Octal | 304 | 234 | 220 | 0 | 24 | 33 | 27 | 16 | 37 | 103 |
| Binary | 11000100 | 10011100 | 10010000 | 0 | 10100 | 11011 | 10111 | 1110 | 11111 | 1000011 |
Color Harmonies of #C49C90
Complementary color
Monochromatic Colors of #C49C90
Black with #C49C90
Text Example
Text Example
White with #C49C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C90; }
p { color: rgb(196,156,144); }
H1.HeaderClassName
{
color: #C49C90;
}
.AnyTagClassName
{
color: #C49C90;
}
</style>
background-color css
<style>
a { background-color: #C49C90; }
a { background-color: rgb(196,156,144); }
div.DivClassName
{
background-color: #C49C90;
}
.BgClassName
{
background-color: #C49C90;
}
</style>
border-color css
<style>
span { border-color: #C49C90; }
span { border-color: rgb(196,156,144); }
td.TdClassName
{
border-color: #C49C90;
}
.TagClassName
{
border-color: #C49C90;
}
</style>