Shades of Quicksand #CA988B
Tints of Quicksand #CA988B
RGB
CMYK
RGB Variations
Color information
#CA988B (or 0xCA988B) is known color: Quicksand. HEX triplet: CA, 98 and 8B. RGB value is (202,152,139). Sum of RGB (Red+Green+Blue) = 202+152+139=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988B is #356774. Grayscale: #A5A5A5. Windows color (decimal): -3499893 or 9148618. OLE color: 9148618.
HSL color Cylindrical-coordinate representation of color #CA988B: hue angle of 12.38º 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 #CA988B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 139 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.21 |
| HSL | 12.38º | 0.37% | 0.67% | - |
| HSV(B) | 12.38º | 0.31% | 0.79% | - |
| XYZ | 40.25 | 36.88 | 29.42 | - |
| YUV | 165.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 139 | 0 | 0.25 | 0.31 | 0.21 | 12.38 | 0.37 | 0.67 |
| Hex | CA | 98 | 8B | 0 | 19 | 1F | 15 | C | 25 | 43 |
| Octal | 312 | 230 | 213 | 0 | 31 | 37 | 25 | 14 | 45 | 103 |
| Binary | 11001010 | 10011000 | 10001011 | 0 | 11001 | 11111 | 10101 | 1100 | 100101 | 1000011 |
Color Harmonies of #CA988B
Complementary color
Monochromatic Colors of #CA988B
Black with #CA988B
Text Example
Text Example
White with #CA988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA988B; }
p { color: rgb(202,152,139); }
H1.HeaderClassName
{
color: #CA988B;
}
.AnyTagClassName
{
color: #CA988B;
}
</style>
background-color css
<style>
a { background-color: #CA988B; }
a { background-color: rgb(202,152,139); }
div.DivClassName
{
background-color: #CA988B;
}
.BgClassName
{
background-color: #CA988B;
}
</style>
border-color css
<style>
span { border-color: #CA988B; }
span { border-color: rgb(202,152,139); }
td.TdClassName
{
border-color: #CA988B;
}
.TagClassName
{
border-color: #CA988B;
}
</style>