Shades of Quicksand #CA958C
Tints of Quicksand #CA958C
RGB
CMYK
RGB Variations
Color information
#CA958C (or 0xCA958C) is known color: Quicksand. HEX triplet: CA, 95 and 8C. RGB value is (202,149,140). Sum of RGB (Red+Green+Blue) = 202+149+140=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958C is #356A73. Grayscale: #A3A3A3. Windows color (decimal): -3500660 or 9213386. OLE color: 9213386.
HSL color Cylindrical-coordinate representation of color #CA958C: hue angle of 8.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA958C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 140 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.21 |
| HSL | 8.71º | 0.37% | 0.67% | - |
| HSV(B) | 8.71º | 0.31% | 0.79% | - |
| XYZ | 39.84 | 35.94 | 29.65 | - |
| YUV | 163.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 140 | 0 | 0.26 | 0.31 | 0.21 | 8.71 | 0.37 | 0.67 |
| Hex | CA | 95 | 8C | 0 | 1A | 1F | 15 | 9 | 25 | 43 |
| Octal | 312 | 225 | 214 | 0 | 32 | 37 | 25 | 11 | 45 | 103 |
| Binary | 11001010 | 10010101 | 10001100 | 0 | 11010 | 11111 | 10101 | 1001 | 100101 | 1000011 |
Color Harmonies of #CA958C
Complementary color
Monochromatic Colors of #CA958C
Black with #CA958C
Text Example
Text Example
White with #CA958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA958C; }
p { color: rgb(202,149,140); }
H1.HeaderClassName
{
color: #CA958C;
}
.AnyTagClassName
{
color: #CA958C;
}
</style>
background-color css
<style>
a { background-color: #CA958C; }
a { background-color: rgb(202,149,140); }
div.DivClassName
{
background-color: #CA958C;
}
.BgClassName
{
background-color: #CA958C;
}
</style>
border-color css
<style>
span { border-color: #CA958C; }
span { border-color: rgb(202,149,140); }
td.TdClassName
{
border-color: #CA958C;
}
.TagClassName
{
border-color: #CA958C;
}
</style>