Shades of Quicksand #CA9789
Tints of Quicksand #CA9789
RGB
CMYK
RGB Variations
Color information
#CA9789 (or 0xCA9789) is known color: Quicksand. HEX triplet: CA, 97 and 89. RGB value is (202,151,137). Sum of RGB (Red+Green+Blue) = 202+151+137=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9789 is #356876. Grayscale: #A4A4A4. Windows color (decimal): -3500151 or 9017290. OLE color: 9017290.
HSL color Cylindrical-coordinate representation of color #CA9789: hue angle of 12.92º 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 #CA9789 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 137 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.21 |
| HSL | 12.92º | 0.38% | 0.66% | - |
| HSV(B) | 12.92º | 0.32% | 0.79% | - |
| XYZ | 39.94 | 36.5 | 28.61 | - |
| YUV | 164.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 137 | 0 | 0.25 | 0.32 | 0.21 | 12.92 | 0.38 | 0.66 |
| Hex | CA | 97 | 89 | 0 | 19 | 20 | 15 | D | 26 | 42 |
| Octal | 312 | 227 | 211 | 0 | 31 | 40 | 25 | 15 | 46 | 102 |
| Binary | 11001010 | 10010111 | 10001001 | 0 | 11001 | 100000 | 10101 | 1101 | 100110 | 1000010 |
Color Harmonies of #CA9789
Complementary color
Monochromatic Colors of #CA9789
Black with #CA9789
Text Example
Text Example
White with #CA9789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9789; }
p { color: rgb(202,151,137); }
H1.HeaderClassName
{
color: #CA9789;
}
.AnyTagClassName
{
color: #CA9789;
}
</style>
background-color css
<style>
a { background-color: #CA9789; }
a { background-color: rgb(202,151,137); }
div.DivClassName
{
background-color: #CA9789;
}
.BgClassName
{
background-color: #CA9789;
}
</style>
border-color css
<style>
span { border-color: #CA9789; }
span { border-color: rgb(202,151,137); }
td.TdClassName
{
border-color: #CA9789;
}
.TagClassName
{
border-color: #CA9789;
}
</style>