Shades of Quicksand #CA9D8A
Tints of Quicksand #CA9D8A
RGB
CMYK
RGB Variations
Color information
#CA9D8A (or 0xCA9D8A) is known color: Quicksand. HEX triplet: CA, 9D and 8A. RGB value is (202,157,138). Sum of RGB (Red+Green+Blue) = 202+157+138=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9D8A is #356275. Grayscale: #A8A8A8. Windows color (decimal): -3498614 or 9084362. OLE color: 9084362.
HSL color Cylindrical-coordinate representation of color #CA9D8A: hue angle of 17.81º 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 #CA9D8A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 138 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 17.81º | 0.38% | 0.67% | - |
| HSV(B) | 17.81º | 0.32% | 0.79% | - |
| XYZ | 41 | 38.51 | 29.32 | - |
| YUV | 168.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 138 | 0 | 0.22 | 0.32 | 0.21 | 17.81 | 0.38 | 0.67 |
| Hex | CA | 9D | 8A | 0 | 16 | 20 | 15 | 12 | 26 | 43 |
| Octal | 312 | 235 | 212 | 0 | 26 | 40 | 25 | 22 | 46 | 103 |
| Binary | 11001010 | 10011101 | 10001010 | 0 | 10110 | 100000 | 10101 | 10010 | 100110 | 1000011 |
Color Harmonies of #CA9D8A
Complementary color
Monochromatic Colors of #CA9D8A
Black with #CA9D8A
Text Example
Text Example
White with #CA9D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D8A; }
p { color: rgb(202,157,138); }
H1.HeaderClassName
{
color: #CA9D8A;
}
.AnyTagClassName
{
color: #CA9D8A;
}
</style>
background-color css
<style>
a { background-color: #CA9D8A; }
a { background-color: rgb(202,157,138); }
div.DivClassName
{
background-color: #CA9D8A;
}
.BgClassName
{
background-color: #CA9D8A;
}
</style>
border-color css
<style>
span { border-color: #CA9D8A; }
span { border-color: rgb(202,157,138); }
td.TdClassName
{
border-color: #CA9D8A;
}
.TagClassName
{
border-color: #CA9D8A;
}
</style>