Shades of Quicksand #CA9886
Tints of Quicksand #CA9886
RGB
CMYK
RGB Variations
Color information
#CA9886 (or 0xCA9886) is known color: Quicksand. HEX triplet: CA, 98 and 86. RGB value is (202,152,134). Sum of RGB (Red+Green+Blue) = 202+152+134=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9886 is #356779. Grayscale: #A5A5A5. Windows color (decimal): -3499898 or 8820938. OLE color: 8820938.
HSL color Cylindrical-coordinate representation of color #CA9886: hue angle of 15.88º 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 #CA9886 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 134 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.21 |
| HSL | 15.88º | 0.39% | 0.66% | - |
| HSV(B) | 15.88º | 0.34% | 0.79% | - |
| XYZ | 39.89 | 36.73 | 27.54 | - |
| YUV | 164.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 134 | 0 | 0.25 | 0.34 | 0.21 | 15.88 | 0.39 | 0.66 |
| Hex | CA | 98 | 86 | 0 | 19 | 22 | 15 | 10 | 27 | 42 |
| Octal | 312 | 230 | 206 | 0 | 31 | 42 | 25 | 20 | 47 | 102 |
| Binary | 11001010 | 10011000 | 10000110 | 0 | 11001 | 100010 | 10101 | 10000 | 100111 | 1000010 |
Color Harmonies of #CA9886
Complementary color
Monochromatic Colors of #CA9886
Black with #CA9886
Text Example
Text Example
White with #CA9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9886; }
p { color: rgb(202,152,134); }
H1.HeaderClassName
{
color: #CA9886;
}
.AnyTagClassName
{
color: #CA9886;
}
</style>
background-color css
<style>
a { background-color: #CA9886; }
a { background-color: rgb(202,152,134); }
div.DivClassName
{
background-color: #CA9886;
}
.BgClassName
{
background-color: #CA9886;
}
</style>
border-color css
<style>
span { border-color: #CA9886; }
span { border-color: rgb(202,152,134); }
td.TdClassName
{
border-color: #CA9886;
}
.TagClassName
{
border-color: #CA9886;
}
</style>