Shades of Quicksand #C49A94
Tints of Quicksand #C49A94
RGB
CMYK
RGB Variations
Color information
#C49A94 (or 0xC49A94) is known color: Quicksand. HEX triplet: C4, 9A and 94. RGB value is (196,154,148). Sum of RGB (Red+Green+Blue) = 196+154+148=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A94 is #3B656B. Grayscale: #A5A5A5. Windows color (decimal): -3892588 or 9738948. OLE color: 9738948.
HSL color Cylindrical-coordinate representation of color #C49A94: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49A94 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 148 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.23 |
| HSL | 7.5º | 0.29% | 0.67% | - |
| HSV(B) | 7.5º | 0.24% | 0.77% | - |
| XYZ | 39.67 | 36.99 | 33.07 | - |
| YUV | 165.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 148 | 0 | 0.21 | 0.24 | 0.23 | 7.5 | 0.29 | 0.67 |
| Hex | C4 | 9A | 94 | 0 | 15 | 18 | 17 | 8 | 1D | 43 |
| Octal | 304 | 232 | 224 | 0 | 25 | 30 | 27 | 10 | 35 | 103 |
| Binary | 11000100 | 10011010 | 10010100 | 0 | 10101 | 11000 | 10111 | 1000 | 11101 | 1000011 |
Color Harmonies of #C49A94
Complementary color
Monochromatic Colors of #C49A94
Black with #C49A94
Text Example
Text Example
White with #C49A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A94; }
p { color: rgb(196,154,148); }
H1.HeaderClassName
{
color: #C49A94;
}
.AnyTagClassName
{
color: #C49A94;
}
</style>
background-color css
<style>
a { background-color: #C49A94; }
a { background-color: rgb(196,154,148); }
div.DivClassName
{
background-color: #C49A94;
}
.BgClassName
{
background-color: #C49A94;
}
</style>
border-color css
<style>
span { border-color: #C49A94; }
span { border-color: rgb(196,154,148); }
td.TdClassName
{
border-color: #C49A94;
}
.TagClassName
{
border-color: #C49A94;
}
</style>