Shades of Quicksand #CA9884
Tints of Quicksand #CA9884
RGB
CMYK
RGB Variations
Color information
#CA9884 (or 0xCA9884) is known color: Quicksand. HEX triplet: CA, 98 and 84. RGB value is (202,152,132). Sum of RGB (Red+Green+Blue) = 202+152+132=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9884 is #35677B. Grayscale: #A4A4A4. Windows color (decimal): -3499900 or 8689866. OLE color: 8689866.
HSL color Cylindrical-coordinate representation of color #CA9884: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9884 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 132 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.21 |
| HSL | 17.14º | 0.4% | 0.65% | - |
| HSV(B) | 17.14º | 0.35% | 0.79% | - |
| XYZ | 39.75 | 36.68 | 26.81 | - |
| YUV | 164.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 132 | 0 | 0.25 | 0.35 | 0.21 | 17.14 | 0.4 | 0.65 |
| Hex | CA | 98 | 84 | 0 | 19 | 23 | 15 | 11 | 28 | 41 |
| Octal | 312 | 230 | 204 | 0 | 31 | 43 | 25 | 21 | 50 | 101 |
| Binary | 11001010 | 10011000 | 10000100 | 0 | 11001 | 100011 | 10101 | 10001 | 101000 | 1000001 |
Color Harmonies of #CA9884
Complementary color
Monochromatic Colors of #CA9884
Black with #CA9884
Text Example
Text Example
White with #CA9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9884; }
p { color: rgb(202,152,132); }
H1.HeaderClassName
{
color: #CA9884;
}
.AnyTagClassName
{
color: #CA9884;
}
</style>
background-color css
<style>
a { background-color: #CA9884; }
a { background-color: rgb(202,152,132); }
div.DivClassName
{
background-color: #CA9884;
}
.BgClassName
{
background-color: #CA9884;
}
</style>
border-color css
<style>
span { border-color: #CA9884; }
span { border-color: rgb(202,152,132); }
td.TdClassName
{
border-color: #CA9884;
}
.TagClassName
{
border-color: #CA9884;
}
</style>