Shades of Quicksand #CA9D8D
Tints of Quicksand #CA9D8D
RGB
CMYK
RGB Variations
Color information
#CA9D8D (or 0xCA9D8D) is known color: Quicksand. HEX triplet: CA, 9D and 8D. RGB value is (202,157,141). Sum of RGB (Red+Green+Blue) = 202+157+141=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9D8D is #356272. Grayscale: #A8A8A8. Windows color (decimal): -3498611 or 9280970. OLE color: 9280970.
HSL color Cylindrical-coordinate representation of color #CA9D8D: hue angle of 15.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9D8D is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 141 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.21 |
| HSL | 15.74º | 0.37% | 0.67% | - |
| HSV(B) | 15.74º | 0.3% | 0.79% | - |
| XYZ | 41.22 | 38.59 | 30.48 | - |
| YUV | 168.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 141 | 0 | 0.22 | 0.30 | 0.21 | 15.74 | 0.37 | 0.67 |
| Hex | CA | 9D | 8D | 0 | 16 | 1E | 15 | 10 | 25 | 43 |
| Octal | 312 | 235 | 215 | 0 | 26 | 36 | 25 | 20 | 45 | 103 |
| Binary | 11001010 | 10011101 | 10001101 | 0 | 10110 | 11110 | 10101 | 10000 | 100101 | 1000011 |
Color Harmonies of #CA9D8D
Complementary color
Monochromatic Colors of #CA9D8D
Black with #CA9D8D
Text Example
Text Example
White with #CA9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D8D; }
p { color: rgb(202,157,141); }
H1.HeaderClassName
{
color: #CA9D8D;
}
.AnyTagClassName
{
color: #CA9D8D;
}
</style>
background-color css
<style>
a { background-color: #CA9D8D; }
a { background-color: rgb(202,157,141); }
div.DivClassName
{
background-color: #CA9D8D;
}
.BgClassName
{
background-color: #CA9D8D;
}
</style>
border-color css
<style>
span { border-color: #CA9D8D; }
span { border-color: rgb(202,157,141); }
td.TdClassName
{
border-color: #CA9D8D;
}
.TagClassName
{
border-color: #CA9D8D;
}
</style>