Shades of Quicksand #CA9C8C
Tints of Quicksand #CA9C8C
RGB
CMYK
RGB Variations
Color information
#CA9C8C (or 0xCA9C8C) is known color: Quicksand. HEX triplet: CA, 9C and 8C. RGB value is (202,156,140). Sum of RGB (Red+Green+Blue) = 202+156+140=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8C is #356373. Grayscale: #A8A8A8. Windows color (decimal): -3498868 or 9215178. OLE color: 9215178.
HSL color Cylindrical-coordinate representation of color #CA9C8C: hue angle of 15.48º 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 #CA9C8C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 140 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.21 |
| HSL | 15.48º | 0.37% | 0.67% | - |
| HSV(B) | 15.48º | 0.31% | 0.79% | - |
| XYZ | 40.98 | 38.23 | 30.03 | - |
| YUV | 167.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 140 | 0 | 0.23 | 0.31 | 0.21 | 15.48 | 0.37 | 0.67 |
| Hex | CA | 9C | 8C | 0 | 17 | 1F | 15 | F | 25 | 43 |
| Octal | 312 | 234 | 214 | 0 | 27 | 37 | 25 | 17 | 45 | 103 |
| Binary | 11001010 | 10011100 | 10001100 | 0 | 10111 | 11111 | 10101 | 1111 | 100101 | 1000011 |
Color Harmonies of #CA9C8C
Complementary color
Monochromatic Colors of #CA9C8C
Black with #CA9C8C
Text Example
Text Example
White with #CA9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C8C; }
p { color: rgb(202,156,140); }
H1.HeaderClassName
{
color: #CA9C8C;
}
.AnyTagClassName
{
color: #CA9C8C;
}
</style>
background-color css
<style>
a { background-color: #CA9C8C; }
a { background-color: rgb(202,156,140); }
div.DivClassName
{
background-color: #CA9C8C;
}
.BgClassName
{
background-color: #CA9C8C;
}
</style>
border-color css
<style>
span { border-color: #CA9C8C; }
span { border-color: rgb(202,156,140); }
td.TdClassName
{
border-color: #CA9C8C;
}
.TagClassName
{
border-color: #CA9C8C;
}
</style>