Shades of Quicksand #CA9889
Tints of Quicksand #CA9889
RGB
CMYK
RGB Variations
Color information
#CA9889 (or 0xCA9889) is known color: Quicksand. HEX triplet: CA, 98 and 89. RGB value is (202,152,137). Sum of RGB (Red+Green+Blue) = 202+152+137=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9889 is #356776. Grayscale: #A5A5A5. Windows color (decimal): -3499895 or 9017546. OLE color: 9017546.
HSL color Cylindrical-coordinate representation of color #CA9889: hue angle of 13.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9889 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 137 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.21 |
| HSL | 13.85º | 0.38% | 0.66% | - |
| HSV(B) | 13.85º | 0.32% | 0.79% | - |
| XYZ | 40.1 | 36.82 | 28.66 | - |
| YUV | 165.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 137 | 0 | 0.25 | 0.32 | 0.21 | 13.85 | 0.38 | 0.66 |
| Hex | CA | 98 | 89 | 0 | 19 | 20 | 15 | E | 26 | 42 |
| Octal | 312 | 230 | 211 | 0 | 31 | 40 | 25 | 16 | 46 | 102 |
| Binary | 11001010 | 10011000 | 10001001 | 0 | 11001 | 100000 | 10101 | 1110 | 100110 | 1000010 |
Color Harmonies of #CA9889
Complementary color
Monochromatic Colors of #CA9889
Black with #CA9889
Text Example
Text Example
White with #CA9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9889; }
p { color: rgb(202,152,137); }
H1.HeaderClassName
{
color: #CA9889;
}
.AnyTagClassName
{
color: #CA9889;
}
</style>
background-color css
<style>
a { background-color: #CA9889; }
a { background-color: rgb(202,152,137); }
div.DivClassName
{
background-color: #CA9889;
}
.BgClassName
{
background-color: #CA9889;
}
</style>
border-color css
<style>
span { border-color: #CA9889; }
span { border-color: rgb(202,152,137); }
td.TdClassName
{
border-color: #CA9889;
}
.TagClassName
{
border-color: #CA9889;
}
</style>