Shades of Quicksand #CA9382
Tints of Quicksand #CA9382
RGB
CMYK
RGB Variations
Color information
#CA9382 (or 0xCA9382) is known color: Quicksand. HEX triplet: CA, 93 and 82. RGB value is (202,147,130). Sum of RGB (Red+Green+Blue) = 202+147+130=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9382 is #356C7D. Grayscale: #A1A1A1. Windows color (decimal): -3501182 or 8557514. OLE color: 8557514.
HSL color Cylindrical-coordinate representation of color #CA9382: hue angle of 14.17º degrees, saturation: 0.4, 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 #CA9382 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 130 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.21 |
| HSL | 14.17º | 0.4% | 0.65% | - |
| HSV(B) | 14.17º | 0.36% | 0.79% | - |
| XYZ | 38.82 | 35.04 | 25.84 | - |
| YUV | 161.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 130 | 0 | 0.27 | 0.36 | 0.21 | 14.17 | 0.4 | 0.65 |
| Hex | CA | 93 | 82 | 0 | 1B | 24 | 15 | E | 28 | 41 |
| Octal | 312 | 223 | 202 | 0 | 33 | 44 | 25 | 16 | 50 | 101 |
| Binary | 11001010 | 10010011 | 10000010 | 0 | 11011 | 100100 | 10101 | 1110 | 101000 | 1000001 |
Color Harmonies of #CA9382
Complementary color
Monochromatic Colors of #CA9382
Black with #CA9382
Text Example
Text Example
White with #CA9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9382; }
p { color: rgb(202,147,130); }
H1.HeaderClassName
{
color: #CA9382;
}
.AnyTagClassName
{
color: #CA9382;
}
</style>
background-color css
<style>
a { background-color: #CA9382; }
a { background-color: rgb(202,147,130); }
div.DivClassName
{
background-color: #CA9382;
}
.BgClassName
{
background-color: #CA9382;
}
</style>
border-color css
<style>
span { border-color: #CA9382; }
span { border-color: rgb(202,147,130); }
td.TdClassName
{
border-color: #CA9382;
}
.TagClassName
{
border-color: #CA9382;
}
</style>