Shades of Quicksand #CA9E90
Tints of Quicksand #CA9E90
RGB
CMYK
RGB Variations
Color information
#CA9E90 (or 0xCA9E90) is known color: Quicksand. HEX triplet: CA, 9E and 90. RGB value is (202,158,144). Sum of RGB (Red+Green+Blue) = 202+158+144=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E90 is #35616F. Grayscale: #A9A9A9. Windows color (decimal): -3498352 or 9477834. OLE color: 9477834.
HSL color Cylindrical-coordinate representation of color #CA9E90: hue angle of 14.48º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9E90 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 144 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.21 |
| HSL | 14.48º | 0.35% | 0.68% | - |
| HSV(B) | 14.48º | 0.29% | 0.79% | - |
| XYZ | 41.62 | 39.02 | 31.72 | - |
| YUV | 169.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 144 | 0 | 0.22 | 0.29 | 0.21 | 14.48 | 0.35 | 0.68 |
| Hex | CA | 9E | 90 | 0 | 16 | 1D | 15 | E | 23 | 44 |
| Octal | 312 | 236 | 220 | 0 | 26 | 35 | 25 | 16 | 43 | 104 |
| Binary | 11001010 | 10011110 | 10010000 | 0 | 10110 | 11101 | 10101 | 1110 | 100011 | 1000100 |
Color Harmonies of #CA9E90
Complementary color
Monochromatic Colors of #CA9E90
Black with #CA9E90
Text Example
Text Example
White with #CA9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E90; }
p { color: rgb(202,158,144); }
H1.HeaderClassName
{
color: #CA9E90;
}
.AnyTagClassName
{
color: #CA9E90;
}
</style>
background-color css
<style>
a { background-color: #CA9E90; }
a { background-color: rgb(202,158,144); }
div.DivClassName
{
background-color: #CA9E90;
}
.BgClassName
{
background-color: #CA9E90;
}
</style>
border-color css
<style>
span { border-color: #CA9E90; }
span { border-color: rgb(202,158,144); }
td.TdClassName
{
border-color: #CA9E90;
}
.TagClassName
{
border-color: #CA9E90;
}
</style>