Shades of Quicksand #C3A295
Tints of Quicksand #C3A295
RGB
CMYK
RGB Variations
Color information
#C3A295 (or 0xC3A295) is known color: Quicksand. HEX triplet: C3, A2 and 95. RGB value is (195,162,149). Sum of RGB (Red+Green+Blue) = 195+162+149=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A295 is #3C5D6A. Grayscale: #AAAAAA. Windows color (decimal): -3956075 or 9806531. OLE color: 9806531.
HSL color Cylindrical-coordinate representation of color #C3A295: hue angle of 16.96º degrees, saturation: 0.28, 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 #C3A295 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 149 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.24 |
| HSL | 16.96º | 0.28% | 0.67% | - |
| HSV(B) | 16.96º | 0.24% | 0.76% | - |
| XYZ | 40.85 | 39.61 | 33.93 | - |
| YUV | 170.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 149 | 0 | 0.17 | 0.24 | 0.24 | 16.96 | 0.28 | 0.67 |
| Hex | C3 | A2 | 95 | 0 | 11 | 18 | 18 | 11 | 1C | 43 |
| Octal | 303 | 242 | 225 | 0 | 21 | 30 | 30 | 21 | 34 | 103 |
| Binary | 11000011 | 10100010 | 10010101 | 0 | 10001 | 11000 | 11000 | 10001 | 11100 | 1000011 |
Color Harmonies of #C3A295
Complementary color
Monochromatic Colors of #C3A295
Black with #C3A295
Text Example
Text Example
White with #C3A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A295; }
p { color: rgb(195,162,149); }
H1.HeaderClassName
{
color: #C3A295;
}
.AnyTagClassName
{
color: #C3A295;
}
</style>
background-color css
<style>
a { background-color: #C3A295; }
a { background-color: rgb(195,162,149); }
div.DivClassName
{
background-color: #C3A295;
}
.BgClassName
{
background-color: #C3A295;
}
</style>
border-color css
<style>
span { border-color: #C3A295; }
span { border-color: rgb(195,162,149); }
td.TdClassName
{
border-color: #C3A295;
}
.TagClassName
{
border-color: #C3A295;
}
</style>