Shades of Quicksand #CA9991
Tints of Quicksand #CA9991
RGB
CMYK
RGB Variations
Color information
#CA9991 (or 0xCA9991) is known color: Quicksand. HEX triplet: CA, 99 and 91. RGB value is (202,153,145). Sum of RGB (Red+Green+Blue) = 202+153+145=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9991 is #35666E. Grayscale: #A6A6A6. Windows color (decimal): -3499631 or 9542090. OLE color: 9542090.
HSL color Cylindrical-coordinate representation of color #CA9991: hue angle of 8.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9991 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 145 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.21 |
| HSL | 8.42º | 0.35% | 0.68% | - |
| HSV(B) | 8.42º | 0.28% | 0.79% | - |
| XYZ | 40.86 | 37.38 | 31.85 | - |
| YUV | 166.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 145 | 0 | 0.24 | 0.28 | 0.21 | 8.42 | 0.35 | 0.68 |
| Hex | CA | 99 | 91 | 0 | 18 | 1C | 15 | 8 | 23 | 44 |
| Octal | 312 | 231 | 221 | 0 | 30 | 34 | 25 | 10 | 43 | 104 |
| Binary | 11001010 | 10011001 | 10010001 | 0 | 11000 | 11100 | 10101 | 1000 | 100011 | 1000100 |
Color Harmonies of #CA9991
Complementary color
Monochromatic Colors of #CA9991
Black with #CA9991
Text Example
Text Example
White with #CA9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9991; }
p { color: rgb(202,153,145); }
H1.HeaderClassName
{
color: #CA9991;
}
.AnyTagClassName
{
color: #CA9991;
}
</style>
background-color css
<style>
a { background-color: #CA9991; }
a { background-color: rgb(202,153,145); }
div.DivClassName
{
background-color: #CA9991;
}
.BgClassName
{
background-color: #CA9991;
}
</style>
border-color css
<style>
span { border-color: #CA9991; }
span { border-color: rgb(202,153,145); }
td.TdClassName
{
border-color: #CA9991;
}
.TagClassName
{
border-color: #CA9991;
}
</style>