Shades of Quicksand #CA9E89
Tints of Quicksand #CA9E89
RGB
CMYK
RGB Variations
Color information
#CA9E89 (or 0xCA9E89) is known color: Quicksand. HEX triplet: CA, 9E and 89. RGB value is (202,158,137). Sum of RGB (Red+Green+Blue) = 202+158+137=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E89 is #356176. Grayscale: #A8A8A8. Windows color (decimal): -3498359 or 9019082. OLE color: 9019082.
HSL color Cylindrical-coordinate representation of color #CA9E89: hue angle of 19.38º 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 #CA9E89 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 137 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 19.38º | 0.38% | 0.66% | - |
| HSV(B) | 19.38º | 0.32% | 0.79% | - |
| XYZ | 41.1 | 38.82 | 28.99 | - |
| YUV | 168.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 137 | 0 | 0.22 | 0.32 | 0.21 | 19.38 | 0.38 | 0.66 |
| Hex | CA | 9E | 89 | 0 | 16 | 20 | 15 | 13 | 26 | 42 |
| Octal | 312 | 236 | 211 | 0 | 26 | 40 | 25 | 23 | 46 | 102 |
| Binary | 11001010 | 10011110 | 10001001 | 0 | 10110 | 100000 | 10101 | 10011 | 100110 | 1000010 |
Color Harmonies of #CA9E89
Complementary color
Monochromatic Colors of #CA9E89
Black with #CA9E89
Text Example
Text Example
White with #CA9E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E89; }
p { color: rgb(202,158,137); }
H1.HeaderClassName
{
color: #CA9E89;
}
.AnyTagClassName
{
color: #CA9E89;
}
</style>
background-color css
<style>
a { background-color: #CA9E89; }
a { background-color: rgb(202,158,137); }
div.DivClassName
{
background-color: #CA9E89;
}
.BgClassName
{
background-color: #CA9E89;
}
</style>
border-color css
<style>
span { border-color: #CA9E89; }
span { border-color: rgb(202,158,137); }
td.TdClassName
{
border-color: #CA9E89;
}
.TagClassName
{
border-color: #CA9E89;
}
</style>