Shades of Quicksand #CA968C
Tints of Quicksand #CA968C
RGB
CMYK
RGB Variations
Color information
#CA968C (or 0xCA968C) is known color: Quicksand. HEX triplet: CA, 96 and 8C. RGB value is (202,150,140). Sum of RGB (Red+Green+Blue) = 202+150+140=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968C is #356973. Grayscale: #A4A4A4. Windows color (decimal): -3500404 or 9213642. OLE color: 9213642.
HSL color Cylindrical-coordinate representation of color #CA968C: hue angle of 9.68º 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 #CA968C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 140 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.21 |
| HSL | 9.68º | 0.37% | 0.67% | - |
| HSV(B) | 9.68º | 0.31% | 0.79% | - |
| XYZ | 40 | 36.26 | 29.7 | - |
| YUV | 164.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 140 | 0 | 0.26 | 0.31 | 0.21 | 9.68 | 0.37 | 0.67 |
| Hex | CA | 96 | 8C | 0 | 1A | 1F | 15 | A | 25 | 43 |
| Octal | 312 | 226 | 214 | 0 | 32 | 37 | 25 | 12 | 45 | 103 |
| Binary | 11001010 | 10010110 | 10001100 | 0 | 11010 | 11111 | 10101 | 1010 | 100101 | 1000011 |
Color Harmonies of #CA968C
Complementary color
Monochromatic Colors of #CA968C
Black with #CA968C
Text Example
Text Example
White with #CA968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA968C; }
p { color: rgb(202,150,140); }
H1.HeaderClassName
{
color: #CA968C;
}
.AnyTagClassName
{
color: #CA968C;
}
</style>
background-color css
<style>
a { background-color: #CA968C; }
a { background-color: rgb(202,150,140); }
div.DivClassName
{
background-color: #CA968C;
}
.BgClassName
{
background-color: #CA968C;
}
</style>
border-color css
<style>
span { border-color: #CA968C; }
span { border-color: rgb(202,150,140); }
td.TdClassName
{
border-color: #CA968C;
}
.TagClassName
{
border-color: #CA968C;
}
</style>