Shades of Quicksand #CA9988
Tints of Quicksand #CA9988
RGB
CMYK
RGB Variations
Color information
#CA9988 (or 0xCA9988) is known color: Quicksand. HEX triplet: CA, 99 and 88. RGB value is (202,153,136). Sum of RGB (Red+Green+Blue) = 202+153+136=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9988 is #356677. Grayscale: #A5A5A5. Windows color (decimal): -3499640 or 8952266. OLE color: 8952266.
HSL color Cylindrical-coordinate representation of color #CA9988: hue angle of 15.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9988 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 136 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.21 |
| HSL | 15.45º | 0.38% | 0.66% | - |
| HSV(B) | 15.45º | 0.33% | 0.79% | - |
| XYZ | 40.19 | 37.12 | 28.34 | - |
| YUV | 165.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 136 | 0 | 0.24 | 0.33 | 0.21 | 15.45 | 0.38 | 0.66 |
| Hex | CA | 99 | 88 | 0 | 18 | 21 | 15 | F | 26 | 42 |
| Octal | 312 | 231 | 210 | 0 | 30 | 41 | 25 | 17 | 46 | 102 |
| Binary | 11001010 | 10011001 | 10001000 | 0 | 11000 | 100001 | 10101 | 1111 | 100110 | 1000010 |
Color Harmonies of #CA9988
Complementary color
Monochromatic Colors of #CA9988
Black with #CA9988
Text Example
Text Example
White with #CA9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9988; }
p { color: rgb(202,153,136); }
H1.HeaderClassName
{
color: #CA9988;
}
.AnyTagClassName
{
color: #CA9988;
}
</style>
background-color css
<style>
a { background-color: #CA9988; }
a { background-color: rgb(202,153,136); }
div.DivClassName
{
background-color: #CA9988;
}
.BgClassName
{
background-color: #CA9988;
}
</style>
border-color css
<style>
span { border-color: #CA9988; }
span { border-color: rgb(202,153,136); }
td.TdClassName
{
border-color: #CA9988;
}
.TagClassName
{
border-color: #CA9988;
}
</style>