Shades of Quicksand #CA9688
Tints of Quicksand #CA9688
RGB
CMYK
RGB Variations
Color information
#CA9688 (or 0xCA9688) is known color: Quicksand. HEX triplet: CA, 96 and 88. RGB value is (202,150,136). Sum of RGB (Red+Green+Blue) = 202+150+136=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9688 is #356977. Grayscale: #A4A4A4. Windows color (decimal): -3500408 or 8951498. OLE color: 8951498.
HSL color Cylindrical-coordinate representation of color #CA9688: hue angle of 12.73º 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 #CA9688 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 136 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.21 |
| HSL | 12.73º | 0.38% | 0.66% | - |
| HSV(B) | 12.73º | 0.33% | 0.79% | - |
| XYZ | 39.71 | 36.15 | 28.18 | - |
| YUV | 163.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 136 | 0 | 0.26 | 0.33 | 0.21 | 12.73 | 0.38 | 0.66 |
| Hex | CA | 96 | 88 | 0 | 1A | 21 | 15 | D | 26 | 42 |
| Octal | 312 | 226 | 210 | 0 | 32 | 41 | 25 | 15 | 46 | 102 |
| Binary | 11001010 | 10010110 | 10001000 | 0 | 11010 | 100001 | 10101 | 1101 | 100110 | 1000010 |
Color Harmonies of #CA9688
Complementary color
Monochromatic Colors of #CA9688
Black with #CA9688
Text Example
Text Example
White with #CA9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9688; }
p { color: rgb(202,150,136); }
H1.HeaderClassName
{
color: #CA9688;
}
.AnyTagClassName
{
color: #CA9688;
}
</style>
background-color css
<style>
a { background-color: #CA9688; }
a { background-color: rgb(202,150,136); }
div.DivClassName
{
background-color: #CA9688;
}
.BgClassName
{
background-color: #CA9688;
}
</style>
border-color css
<style>
span { border-color: #CA9688; }
span { border-color: rgb(202,150,136); }
td.TdClassName
{
border-color: #CA9688;
}
.TagClassName
{
border-color: #CA9688;
}
</style>