Shades of Quicksand #CA988C
Tints of Quicksand #CA988C
RGB
CMYK
RGB Variations
Color information
#CA988C (or 0xCA988C) is known color: Quicksand. HEX triplet: CA, 98 and 8C. RGB value is (202,152,140). Sum of RGB (Red+Green+Blue) = 202+152+140=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988C is #356773. Grayscale: #A5A5A5. Windows color (decimal): -3499892 or 9214154. OLE color: 9214154.
HSL color Cylindrical-coordinate representation of color #CA988C: hue angle of 11.61º 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 #CA988C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 140 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.21 |
| HSL | 11.61º | 0.37% | 0.67% | - |
| HSV(B) | 11.61º | 0.31% | 0.79% | - |
| XYZ | 40.32 | 36.91 | 29.81 | - |
| YUV | 165.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 140 | 0 | 0.25 | 0.31 | 0.21 | 11.61 | 0.37 | 0.67 |
| Hex | CA | 98 | 8C | 0 | 19 | 1F | 15 | C | 25 | 43 |
| Octal | 312 | 230 | 214 | 0 | 31 | 37 | 25 | 14 | 45 | 103 |
| Binary | 11001010 | 10011000 | 10001100 | 0 | 11001 | 11111 | 10101 | 1100 | 100101 | 1000011 |
Color Harmonies of #CA988C
Complementary color
Monochromatic Colors of #CA988C
Black with #CA988C
Text Example
Text Example
White with #CA988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA988C; }
p { color: rgb(202,152,140); }
H1.HeaderClassName
{
color: #CA988C;
}
.AnyTagClassName
{
color: #CA988C;
}
</style>
background-color css
<style>
a { background-color: #CA988C; }
a { background-color: rgb(202,152,140); }
div.DivClassName
{
background-color: #CA988C;
}
.BgClassName
{
background-color: #CA988C;
}
</style>
border-color css
<style>
span { border-color: #CA988C; }
span { border-color: rgb(202,152,140); }
td.TdClassName
{
border-color: #CA988C;
}
.TagClassName
{
border-color: #CA988C;
}
</style>