Shades of Quicksand #CA9685
Tints of Quicksand #CA9685
RGB
CMYK
RGB Variations
Color information
#CA9685 (or 0xCA9685) is known color: Quicksand. HEX triplet: CA, 96 and 85. RGB value is (202,150,133). Sum of RGB (Red+Green+Blue) = 202+150+133=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9685 is #35697A. Grayscale: #A3A3A3. Windows color (decimal): -3500411 or 8754890. OLE color: 8754890.
HSL color Cylindrical-coordinate representation of color #CA9685: hue angle of 14.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9685 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 133 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.21 |
| HSL | 14.78º | 0.39% | 0.66% | - |
| HSV(B) | 14.78º | 0.34% | 0.79% | - |
| XYZ | 39.5 | 36.06 | 27.07 | - |
| YUV | 163.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 133 | 0 | 0.26 | 0.34 | 0.21 | 14.78 | 0.39 | 0.66 |
| Hex | CA | 96 | 85 | 0 | 1A | 22 | 15 | F | 27 | 42 |
| Octal | 312 | 226 | 205 | 0 | 32 | 42 | 25 | 17 | 47 | 102 |
| Binary | 11001010 | 10010110 | 10000101 | 0 | 11010 | 100010 | 10101 | 1111 | 100111 | 1000010 |
Color Harmonies of #CA9685
Complementary color
Monochromatic Colors of #CA9685
Black with #CA9685
Text Example
Text Example
White with #CA9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9685; }
p { color: rgb(202,150,133); }
H1.HeaderClassName
{
color: #CA9685;
}
.AnyTagClassName
{
color: #CA9685;
}
</style>
background-color css
<style>
a { background-color: #CA9685; }
a { background-color: rgb(202,150,133); }
div.DivClassName
{
background-color: #CA9685;
}
.BgClassName
{
background-color: #CA9685;
}
</style>
border-color css
<style>
span { border-color: #CA9685; }
span { border-color: rgb(202,150,133); }
td.TdClassName
{
border-color: #CA9685;
}
.TagClassName
{
border-color: #CA9685;
}
</style>