Shades of Quicksand #CA9F8B
Tints of Quicksand #CA9F8B
RGB
CMYK
RGB Variations
Color information
#CA9F8B (or 0xCA9F8B) is known color: Quicksand. HEX triplet: CA, 9F and 8B. RGB value is (202,159,139). Sum of RGB (Red+Green+Blue) = 202+159+139=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9F8B is #356074. Grayscale: #A9A9A9. Windows color (decimal): -3498101 or 9150410. OLE color: 9150410.
HSL color Cylindrical-coordinate representation of color #CA9F8B: hue angle of 19.05º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9F8B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 139 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.21 |
| HSL | 19.05º | 0.37% | 0.67% | - |
| HSV(B) | 19.05º | 0.31% | 0.79% | - |
| XYZ | 41.42 | 39.22 | 29.81 | - |
| YUV | 169.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 139 | 0 | 0.21 | 0.31 | 0.21 | 19.05 | 0.37 | 0.67 |
| Hex | CA | 9F | 8B | 0 | 15 | 1F | 15 | 13 | 25 | 43 |
| Octal | 312 | 237 | 213 | 0 | 25 | 37 | 25 | 23 | 45 | 103 |
| Binary | 11001010 | 10011111 | 10001011 | 0 | 10101 | 11111 | 10101 | 10011 | 100101 | 1000011 |
Color Harmonies of #CA9F8B
Complementary color
Monochromatic Colors of #CA9F8B
Black with #CA9F8B
Text Example
Text Example
White with #CA9F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F8B; }
p { color: rgb(202,159,139); }
H1.HeaderClassName
{
color: #CA9F8B;
}
.AnyTagClassName
{
color: #CA9F8B;
}
</style>
background-color css
<style>
a { background-color: #CA9F8B; }
a { background-color: rgb(202,159,139); }
div.DivClassName
{
background-color: #CA9F8B;
}
.BgClassName
{
background-color: #CA9F8B;
}
</style>
border-color css
<style>
span { border-color: #CA9F8B; }
span { border-color: rgb(202,159,139); }
td.TdClassName
{
border-color: #CA9F8B;
}
.TagClassName
{
border-color: #CA9F8B;
}
</style>