Shades of Quicksand #CA9181
Tints of Quicksand #CA9181
RGB
CMYK
RGB Variations
Color information
#CA9181 (or 0xCA9181) is known color: Quicksand. HEX triplet: CA, 91 and 81. RGB value is (202,145,129). Sum of RGB (Red+Green+Blue) = 202+145+129=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9181 is #356E7E. Grayscale: #A0A0A0. Windows color (decimal): -3501695 or 8491466. OLE color: 8491466.
HSL color Cylindrical-coordinate representation of color #CA9181: hue angle of 13.15º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9181 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 129 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.21 |
| HSL | 13.15º | 0.41% | 0.65% | - |
| HSV(B) | 13.15º | 0.36% | 0.79% | - |
| XYZ | 38.44 | 34.39 | 25.38 | - |
| YUV | 160.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 129 | 0 | 0.28 | 0.36 | 0.21 | 13.15 | 0.41 | 0.65 |
| Hex | CA | 91 | 81 | 0 | 1C | 24 | 15 | D | 29 | 41 |
| Octal | 312 | 221 | 201 | 0 | 34 | 44 | 25 | 15 | 51 | 101 |
| Binary | 11001010 | 10010001 | 10000001 | 0 | 11100 | 100100 | 10101 | 1101 | 101001 | 1000001 |
Color Harmonies of #CA9181
Complementary color
Monochromatic Colors of #CA9181
Black with #CA9181
Text Example
Text Example
White with #CA9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9181; }
p { color: rgb(202,145,129); }
H1.HeaderClassName
{
color: #CA9181;
}
.AnyTagClassName
{
color: #CA9181;
}
</style>
background-color css
<style>
a { background-color: #CA9181; }
a { background-color: rgb(202,145,129); }
div.DivClassName
{
background-color: #CA9181;
}
.BgClassName
{
background-color: #CA9181;
}
</style>
border-color css
<style>
span { border-color: #CA9181; }
span { border-color: rgb(202,145,129); }
td.TdClassName
{
border-color: #CA9181;
}
.TagClassName
{
border-color: #CA9181;
}
</style>