Shades of Quicksand #CA9F8C
Tints of Quicksand #CA9F8C
RGB
CMYK
RGB Variations
Color information
#CA9F8C (or 0xCA9F8C) is known color: Quicksand. HEX triplet: CA, 9F and 8C. RGB value is (202,159,140). Sum of RGB (Red+Green+Blue) = 202+159+140=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9F8C is #356073. Grayscale: #A9A9A9. Windows color (decimal): -3498100 or 9215946. OLE color: 9215946.
HSL color Cylindrical-coordinate representation of color #CA9F8C: hue angle of 18.39º 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 #CA9F8C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 140 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.21 |
| HSL | 18.39º | 0.37% | 0.67% | - |
| HSV(B) | 18.39º | 0.31% | 0.79% | - |
| XYZ | 41.49 | 39.25 | 30.2 | - |
| YUV | 169.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 140 | 0 | 0.21 | 0.31 | 0.21 | 18.39 | 0.37 | 0.67 |
| Hex | CA | 9F | 8C | 0 | 15 | 1F | 15 | 12 | 25 | 43 |
| Octal | 312 | 237 | 214 | 0 | 25 | 37 | 25 | 22 | 45 | 103 |
| Binary | 11001010 | 10011111 | 10001100 | 0 | 10101 | 11111 | 10101 | 10010 | 100101 | 1000011 |
Color Harmonies of #CA9F8C
Complementary color
Monochromatic Colors of #CA9F8C
Black with #CA9F8C
Text Example
Text Example
White with #CA9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F8C; }
p { color: rgb(202,159,140); }
H1.HeaderClassName
{
color: #CA9F8C;
}
.AnyTagClassName
{
color: #CA9F8C;
}
</style>
background-color css
<style>
a { background-color: #CA9F8C; }
a { background-color: rgb(202,159,140); }
div.DivClassName
{
background-color: #CA9F8C;
}
.BgClassName
{
background-color: #CA9F8C;
}
</style>
border-color css
<style>
span { border-color: #CA9F8C; }
span { border-color: rgb(202,159,140); }
td.TdClassName
{
border-color: #CA9F8C;
}
.TagClassName
{
border-color: #CA9F8C;
}
</style>