Shades of Quicksand #CA9281
Tints of Quicksand #CA9281
RGB
CMYK
RGB Variations
Color information
#CA9281 (or 0xCA9281) is known color: Quicksand. HEX triplet: CA, 92 and 81. RGB value is (202,146,129). Sum of RGB (Red+Green+Blue) = 202+146+129=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9281 is #356D7E. Grayscale: #A0A0A0. Windows color (decimal): -3501439 or 8491722. OLE color: 8491722.
HSL color Cylindrical-coordinate representation of color #CA9281: hue angle of 13.97º 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 #CA9281 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 129 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.21 |
| HSL | 13.97º | 0.41% | 0.65% | - |
| HSV(B) | 13.97º | 0.36% | 0.79% | - |
| XYZ | 38.6 | 34.7 | 25.43 | - |
| YUV | 160.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 129 | 0 | 0.28 | 0.36 | 0.21 | 13.97 | 0.41 | 0.65 |
| Hex | CA | 92 | 81 | 0 | 1C | 24 | 15 | E | 29 | 41 |
| Octal | 312 | 222 | 201 | 0 | 34 | 44 | 25 | 16 | 51 | 101 |
| Binary | 11001010 | 10010010 | 10000001 | 0 | 11100 | 100100 | 10101 | 1110 | 101001 | 1000001 |
Color Harmonies of #CA9281
Complementary color
Monochromatic Colors of #CA9281
Black with #CA9281
Text Example
Text Example
White with #CA9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9281; }
p { color: rgb(202,146,129); }
H1.HeaderClassName
{
color: #CA9281;
}
.AnyTagClassName
{
color: #CA9281;
}
</style>
background-color css
<style>
a { background-color: #CA9281; }
a { background-color: rgb(202,146,129); }
div.DivClassName
{
background-color: #CA9281;
}
.BgClassName
{
background-color: #CA9281;
}
</style>
border-color css
<style>
span { border-color: #CA9281; }
span { border-color: rgb(202,146,129); }
td.TdClassName
{
border-color: #CA9281;
}
.TagClassName
{
border-color: #CA9281;
}
</style>