Shades of Quicksand #CA968E
Tints of Quicksand #CA968E
RGB
CMYK
RGB Variations
Color information
#CA968E (or 0xCA968E) is known color: Quicksand. HEX triplet: CA, 96 and 8E. RGB value is (202,150,142). Sum of RGB (Red+Green+Blue) = 202+150+142=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968E is #356971. Grayscale: #A4A4A4. Windows color (decimal): -3500402 or 9344714. OLE color: 9344714.
HSL color Cylindrical-coordinate representation of color #CA968E: hue angle of 8º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA968E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 142 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.21 |
| HSL | 8º | 0.36% | 0.67% | - |
| HSV(B) | 8º | 0.3% | 0.79% | - |
| XYZ | 40.15 | 36.32 | 30.49 | - |
| YUV | 164.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 142 | 0 | 0.26 | 0.30 | 0.21 | 8 | 0.36 | 0.67 |
| Hex | CA | 96 | 8E | 0 | 1A | 1E | 15 | 8 | 24 | 43 |
| Octal | 312 | 226 | 216 | 0 | 32 | 36 | 25 | 10 | 44 | 103 |
| Binary | 11001010 | 10010110 | 10001110 | 0 | 11010 | 11110 | 10101 | 1000 | 100100 | 1000011 |
Color Harmonies of #CA968E
Complementary color
Monochromatic Colors of #CA968E
Black with #CA968E
Text Example
Text Example
White with #CA968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA968E; }
p { color: rgb(202,150,142); }
H1.HeaderClassName
{
color: #CA968E;
}
.AnyTagClassName
{
color: #CA968E;
}
</style>
background-color css
<style>
a { background-color: #CA968E; }
a { background-color: rgb(202,150,142); }
div.DivClassName
{
background-color: #CA968E;
}
.BgClassName
{
background-color: #CA968E;
}
</style>
border-color css
<style>
span { border-color: #CA968E; }
span { border-color: rgb(202,150,142); }
td.TdClassName
{
border-color: #CA968E;
}
.TagClassName
{
border-color: #CA968E;
}
</style>