Shades of Quicksand #CA9E8A
Tints of Quicksand #CA9E8A
RGB
CMYK
RGB Variations
Color information
#CA9E8A (or 0xCA9E8A) is known color: Quicksand. HEX triplet: CA, 9E and 8A. RGB value is (202,158,138). Sum of RGB (Red+Green+Blue) = 202+158+138=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E8A is #356175. Grayscale: #A9A9A9. Windows color (decimal): -3498358 or 9084618. OLE color: 9084618.
HSL color Cylindrical-coordinate representation of color #CA9E8A: hue angle of 18.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9E8A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 138 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 18.75º | 0.38% | 0.67% | - |
| HSV(B) | 18.75º | 0.32% | 0.79% | - |
| XYZ | 41.17 | 38.85 | 29.37 | - |
| YUV | 168.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 138 | 0 | 0.22 | 0.32 | 0.21 | 18.75 | 0.38 | 0.67 |
| Hex | CA | 9E | 8A | 0 | 16 | 20 | 15 | 13 | 26 | 43 |
| Octal | 312 | 236 | 212 | 0 | 26 | 40 | 25 | 23 | 46 | 103 |
| Binary | 11001010 | 10011110 | 10001010 | 0 | 10110 | 100000 | 10101 | 10011 | 100110 | 1000011 |
Color Harmonies of #CA9E8A
Complementary color
Monochromatic Colors of #CA9E8A
Black with #CA9E8A
Text Example
Text Example
White with #CA9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E8A; }
p { color: rgb(202,158,138); }
H1.HeaderClassName
{
color: #CA9E8A;
}
.AnyTagClassName
{
color: #CA9E8A;
}
</style>
background-color css
<style>
a { background-color: #CA9E8A; }
a { background-color: rgb(202,158,138); }
div.DivClassName
{
background-color: #CA9E8A;
}
.BgClassName
{
background-color: #CA9E8A;
}
</style>
border-color css
<style>
span { border-color: #CA9E8A; }
span { border-color: rgb(202,158,138); }
td.TdClassName
{
border-color: #CA9E8A;
}
.TagClassName
{
border-color: #CA9E8A;
}
</style>