Shades of Quicksand #CA958D
Tints of Quicksand #CA958D
RGB
CMYK
RGB Variations
Color information
#CA958D (or 0xCA958D) is known color: Quicksand. HEX triplet: CA, 95 and 8D. RGB value is (202,149,141). Sum of RGB (Red+Green+Blue) = 202+149+141=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958D is #356A72. Grayscale: #A4A4A4. Windows color (decimal): -3500659 or 9278922. OLE color: 9278922.
HSL color Cylindrical-coordinate representation of color #CA958D: hue angle of 7.87º 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 #CA958D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 141 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.21 |
| HSL | 7.87º | 0.37% | 0.67% | - |
| HSV(B) | 7.87º | 0.3% | 0.79% | - |
| XYZ | 39.91 | 35.97 | 30.04 | - |
| YUV | 163.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 141 | 0 | 0.26 | 0.30 | 0.21 | 7.87 | 0.37 | 0.67 |
| Hex | CA | 95 | 8D | 0 | 1A | 1E | 15 | 8 | 25 | 43 |
| Octal | 312 | 225 | 215 | 0 | 32 | 36 | 25 | 10 | 45 | 103 |
| Binary | 11001010 | 10010101 | 10001101 | 0 | 11010 | 11110 | 10101 | 1000 | 100101 | 1000011 |
Color Harmonies of #CA958D
Complementary color
Monochromatic Colors of #CA958D
Black with #CA958D
Text Example
Text Example
White with #CA958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA958D; }
p { color: rgb(202,149,141); }
H1.HeaderClassName
{
color: #CA958D;
}
.AnyTagClassName
{
color: #CA958D;
}
</style>
background-color css
<style>
a { background-color: #CA958D; }
a { background-color: rgb(202,149,141); }
div.DivClassName
{
background-color: #CA958D;
}
.BgClassName
{
background-color: #CA958D;
}
</style>
border-color css
<style>
span { border-color: #CA958D; }
span { border-color: rgb(202,149,141); }
td.TdClassName
{
border-color: #CA958D;
}
.TagClassName
{
border-color: #CA958D;
}
</style>