Shades of Quicksand #CA9180
Tints of Quicksand #CA9180
RGB
CMYK
RGB Variations
Color information
#CA9180 (or 0xCA9180) is known color: Quicksand. HEX triplet: CA, 91 and 80. RGB value is (202,145,128). Sum of RGB (Red+Green+Blue) = 202+145+128=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9180 is #356E7F. Grayscale: #A0A0A0. Windows color (decimal): -3501696 or 8425930. OLE color: 8425930.
HSL color Cylindrical-coordinate representation of color #CA9180: hue angle of 13.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9180 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 128 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.21 |
| HSL | 13.78º | 0.41% | 0.65% | - |
| HSV(B) | 13.78º | 0.37% | 0.79% | - |
| XYZ | 38.38 | 34.37 | 25.03 | - |
| YUV | 160.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 128 | 0 | 0.28 | 0.37 | 0.21 | 13.78 | 0.41 | 0.65 |
| Hex | CA | 91 | 80 | 0 | 1C | 25 | 15 | E | 29 | 41 |
| Octal | 312 | 221 | 200 | 0 | 34 | 45 | 25 | 16 | 51 | 101 |
| Binary | 11001010 | 10010001 | 10000000 | 0 | 11100 | 100101 | 10101 | 1110 | 101001 | 1000001 |
Color Harmonies of #CA9180
Complementary color
Monochromatic Colors of #CA9180
Black with #CA9180
Text Example
Text Example
White with #CA9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9180; }
p { color: rgb(202,145,128); }
H1.HeaderClassName
{
color: #CA9180;
}
.AnyTagClassName
{
color: #CA9180;
}
</style>
background-color css
<style>
a { background-color: #CA9180; }
a { background-color: rgb(202,145,128); }
div.DivClassName
{
background-color: #CA9180;
}
.BgClassName
{
background-color: #CA9180;
}
</style>
border-color css
<style>
span { border-color: #CA9180; }
span { border-color: rgb(202,145,128); }
td.TdClassName
{
border-color: #CA9180;
}
.TagClassName
{
border-color: #CA9180;
}
</style>