Shades of Quicksand #C2A094
Tints of Quicksand #C2A094
RGB
CMYK
RGB Variations
Color information
#C2A094 (or 0xC2A094) is known color: Quicksand. HEX triplet: C2, A0 and 94. RGB value is (194,160,148). Sum of RGB (Red+Green+Blue) = 194+160+148=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A094 is #3D5F6B. Grayscale: #A8A8A8. Windows color (decimal): -4022124 or 9740482. OLE color: 9740482.
HSL color Cylindrical-coordinate representation of color #C2A094: hue angle of 15.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A094 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 148 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.24 |
| HSL | 15.65º | 0.27% | 0.67% | - |
| HSV(B) | 15.65º | 0.24% | 0.76% | - |
| XYZ | 40.16 | 38.75 | 33.38 | - |
| YUV | 168.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 148 | 0 | 0.18 | 0.24 | 0.24 | 15.65 | 0.27 | 0.67 |
| Hex | C2 | A0 | 94 | 0 | 12 | 18 | 18 | 10 | 1B | 43 |
| Octal | 302 | 240 | 224 | 0 | 22 | 30 | 30 | 20 | 33 | 103 |
| Binary | 11000010 | 10100000 | 10010100 | 0 | 10010 | 11000 | 11000 | 10000 | 11011 | 1000011 |
Color Harmonies of #C2A094
Complementary color
Monochromatic Colors of #C2A094
Black with #C2A094
Text Example
Text Example
White with #C2A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A094; }
p { color: rgb(194,160,148); }
H1.HeaderClassName
{
color: #C2A094;
}
.AnyTagClassName
{
color: #C2A094;
}
</style>
background-color css
<style>
a { background-color: #C2A094; }
a { background-color: rgb(194,160,148); }
div.DivClassName
{
background-color: #C2A094;
}
.BgClassName
{
background-color: #C2A094;
}
</style>
border-color css
<style>
span { border-color: #C2A094; }
span { border-color: rgb(194,160,148); }
td.TdClassName
{
border-color: #C2A094;
}
.TagClassName
{
border-color: #C2A094;
}
</style>