Shades of Quicksand #C5A18F
Tints of Quicksand #C5A18F
RGB
CMYK
RGB Variations
Color information
#C5A18F (or 0xC5A18F) is known color: Quicksand. HEX triplet: C5, A1 and 8F. RGB value is (197,161,143). Sum of RGB (Red+Green+Blue) = 197+161+143=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A18F is #3A5E70. Grayscale: #A9A9A9. Windows color (decimal): -3825265 or 9413061. OLE color: 9413061.
HSL color Cylindrical-coordinate representation of color #C5A18F: hue angle of 20º degrees, saturation: 0.32, 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 #C5A18F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 143 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.23 |
| HSL | 20º | 0.32% | 0.67% | - |
| HSV(B) | 20º | 0.27% | 0.77% | - |
| XYZ | 40.73 | 39.34 | 31.43 | - |
| YUV | 169.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 143 | 0 | 0.18 | 0.27 | 0.23 | 20 | 0.32 | 0.67 |
| Hex | C5 | A1 | 8F | 0 | 12 | 1B | 17 | 14 | 20 | 43 |
| Octal | 305 | 241 | 217 | 0 | 22 | 33 | 27 | 24 | 40 | 103 |
| Binary | 11000101 | 10100001 | 10001111 | 0 | 10010 | 11011 | 10111 | 10100 | 100000 | 1000011 |
Color Harmonies of #C5A18F
Complementary color
Monochromatic Colors of #C5A18F
Black with #C5A18F
Text Example
Text Example
White with #C5A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A18F; }
p { color: rgb(197,161,143); }
H1.HeaderClassName
{
color: #C5A18F;
}
.AnyTagClassName
{
color: #C5A18F;
}
</style>
background-color css
<style>
a { background-color: #C5A18F; }
a { background-color: rgb(197,161,143); }
div.DivClassName
{
background-color: #C5A18F;
}
.BgClassName
{
background-color: #C5A18F;
}
</style>
border-color css
<style>
span { border-color: #C5A18F; }
span { border-color: rgb(197,161,143); }
td.TdClassName
{
border-color: #C5A18F;
}
.TagClassName
{
border-color: #C5A18F;
}
</style>