Shades of Quicksand #CA9589
Tints of Quicksand #CA9589
RGB
CMYK
RGB Variations
Color information
#CA9589 (or 0xCA9589) is known color: Quicksand. HEX triplet: CA, 95 and 89. RGB value is (202,149,137). Sum of RGB (Red+Green+Blue) = 202+149+137=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9589 is #356A76. Grayscale: #A3A3A3. Windows color (decimal): -3500663 or 9016778. OLE color: 9016778.
HSL color Cylindrical-coordinate representation of color #CA9589: hue angle of 11.08º 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 #CA9589 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 137 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.21 |
| HSL | 11.08º | 0.38% | 0.66% | - |
| HSV(B) | 11.08º | 0.32% | 0.79% | - |
| XYZ | 39.62 | 35.86 | 28.5 | - |
| YUV | 163.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 137 | 0 | 0.26 | 0.32 | 0.21 | 11.08 | 0.38 | 0.66 |
| Hex | CA | 95 | 89 | 0 | 1A | 20 | 15 | B | 26 | 42 |
| Octal | 312 | 225 | 211 | 0 | 32 | 40 | 25 | 13 | 46 | 102 |
| Binary | 11001010 | 10010101 | 10001001 | 0 | 11010 | 100000 | 10101 | 1011 | 100110 | 1000010 |
Color Harmonies of #CA9589
Complementary color
Monochromatic Colors of #CA9589
Black with #CA9589
Text Example
Text Example
White with #CA9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9589; }
p { color: rgb(202,149,137); }
H1.HeaderClassName
{
color: #CA9589;
}
.AnyTagClassName
{
color: #CA9589;
}
</style>
background-color css
<style>
a { background-color: #CA9589; }
a { background-color: rgb(202,149,137); }
div.DivClassName
{
background-color: #CA9589;
}
.BgClassName
{
background-color: #CA9589;
}
</style>
border-color css
<style>
span { border-color: #CA9589; }
span { border-color: rgb(202,149,137); }
td.TdClassName
{
border-color: #CA9589;
}
.TagClassName
{
border-color: #CA9589;
}
</style>