Shades of Quicksand #CA9C8E
Tints of Quicksand #CA9C8E
RGB
CMYK
RGB Variations
Color information
#CA9C8E (or 0xCA9C8E) is known color: Quicksand. HEX triplet: CA, 9C and 8E. RGB value is (202,156,142). Sum of RGB (Red+Green+Blue) = 202+156+142=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8E is #356371. Grayscale: #A8A8A8. Windows color (decimal): -3498866 or 9346250. OLE color: 9346250.
HSL color Cylindrical-coordinate representation of color #CA9C8E: hue angle of 14º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9C8E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 142 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.21 |
| HSL | 14º | 0.36% | 0.67% | - |
| HSV(B) | 14º | 0.3% | 0.79% | - |
| XYZ | 41.13 | 38.29 | 30.81 | - |
| YUV | 168.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 142 | 0 | 0.23 | 0.30 | 0.21 | 14 | 0.36 | 0.67 |
| Hex | CA | 9C | 8E | 0 | 17 | 1E | 15 | E | 24 | 43 |
| Octal | 312 | 234 | 216 | 0 | 27 | 36 | 25 | 16 | 44 | 103 |
| Binary | 11001010 | 10011100 | 10001110 | 0 | 10111 | 11110 | 10101 | 1110 | 100100 | 1000011 |
Color Harmonies of #CA9C8E
Complementary color
Monochromatic Colors of #CA9C8E
Black with #CA9C8E
Text Example
Text Example
White with #CA9C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C8E; }
p { color: rgb(202,156,142); }
H1.HeaderClassName
{
color: #CA9C8E;
}
.AnyTagClassName
{
color: #CA9C8E;
}
</style>
background-color css
<style>
a { background-color: #CA9C8E; }
a { background-color: rgb(202,156,142); }
div.DivClassName
{
background-color: #CA9C8E;
}
.BgClassName
{
background-color: #CA9C8E;
}
</style>
border-color css
<style>
span { border-color: #CA9C8E; }
span { border-color: rgb(202,156,142); }
td.TdClassName
{
border-color: #CA9C8E;
}
.TagClassName
{
border-color: #CA9C8E;
}
</style>