Shades of Quicksand #CA9485
Tints of Quicksand #CA9485
RGB
CMYK
RGB Variations
Color information
#CA9485 (or 0xCA9485) is known color: Quicksand. HEX triplet: CA, 94 and 85. RGB value is (202,148,133). Sum of RGB (Red+Green+Blue) = 202+148+133=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9485 is #356B7A. Grayscale: #A2A2A2. Windows color (decimal): -3500923 or 8754378. OLE color: 8754378.
HSL color Cylindrical-coordinate representation of color #CA9485: hue angle of 13.04º 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 #CA9485 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 133 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.21 |
| HSL | 13.04º | 0.39% | 0.66% | - |
| HSV(B) | 13.04º | 0.34% | 0.79% | - |
| XYZ | 39.18 | 35.43 | 26.96 | - |
| YUV | 162.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 133 | 0 | 0.27 | 0.34 | 0.21 | 13.04 | 0.39 | 0.66 |
| Hex | CA | 94 | 85 | 0 | 1B | 22 | 15 | D | 27 | 42 |
| Octal | 312 | 224 | 205 | 0 | 33 | 42 | 25 | 15 | 47 | 102 |
| Binary | 11001010 | 10010100 | 10000101 | 0 | 11011 | 100010 | 10101 | 1101 | 100111 | 1000010 |
Color Harmonies of #CA9485
Complementary color
Monochromatic Colors of #CA9485
Black with #CA9485
Text Example
Text Example
White with #CA9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9485; }
p { color: rgb(202,148,133); }
H1.HeaderClassName
{
color: #CA9485;
}
.AnyTagClassName
{
color: #CA9485;
}
</style>
background-color css
<style>
a { background-color: #CA9485; }
a { background-color: rgb(202,148,133); }
div.DivClassName
{
background-color: #CA9485;
}
.BgClassName
{
background-color: #CA9485;
}
</style>
border-color css
<style>
span { border-color: #CA9485; }
span { border-color: rgb(202,148,133); }
td.TdClassName
{
border-color: #CA9485;
}
.TagClassName
{
border-color: #CA9485;
}
</style>