Shades of Quicksand #CA9986
Tints of Quicksand #CA9986
RGB
CMYK
RGB Variations
Color information
#CA9986 (or 0xCA9986) is known color: Quicksand. HEX triplet: CA, 99 and 86. RGB value is (202,153,134). Sum of RGB (Red+Green+Blue) = 202+153+134=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9986 is #356679. Grayscale: #A5A5A5. Windows color (decimal): -3499642 or 8821194. OLE color: 8821194.
HSL color Cylindrical-coordinate representation of color #CA9986: hue angle of 16.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9986 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 134 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.21 |
| HSL | 16.76º | 0.39% | 0.66% | - |
| HSV(B) | 16.76º | 0.34% | 0.79% | - |
| XYZ | 40.05 | 37.06 | 27.6 | - |
| YUV | 165.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 134 | 0 | 0.24 | 0.34 | 0.21 | 16.76 | 0.39 | 0.66 |
| Hex | CA | 99 | 86 | 0 | 18 | 22 | 15 | 11 | 27 | 42 |
| Octal | 312 | 231 | 206 | 0 | 30 | 42 | 25 | 21 | 47 | 102 |
| Binary | 11001010 | 10011001 | 10000110 | 0 | 11000 | 100010 | 10101 | 10001 | 100111 | 1000010 |
Color Harmonies of #CA9986
Complementary color
Monochromatic Colors of #CA9986
Black with #CA9986
Text Example
Text Example
White with #CA9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9986; }
p { color: rgb(202,153,134); }
H1.HeaderClassName
{
color: #CA9986;
}
.AnyTagClassName
{
color: #CA9986;
}
</style>
background-color css
<style>
a { background-color: #CA9986; }
a { background-color: rgb(202,153,134); }
div.DivClassName
{
background-color: #CA9986;
}
.BgClassName
{
background-color: #CA9986;
}
</style>
border-color css
<style>
span { border-color: #CA9986; }
span { border-color: rgb(202,153,134); }
td.TdClassName
{
border-color: #CA9986;
}
.TagClassName
{
border-color: #CA9986;
}
</style>