Shades of Quicksand #CA9682
Tints of Quicksand #CA9682
RGB
CMYK
RGB Variations
Color information
#CA9682 (or 0xCA9682) is known color: Quicksand. HEX triplet: CA, 96 and 82. RGB value is (202,150,130). Sum of RGB (Red+Green+Blue) = 202+150+130=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9682 is #35697D. Grayscale: #A3A3A3. Windows color (decimal): -3500414 or 8558282. OLE color: 8558282.
HSL color Cylindrical-coordinate representation of color #CA9682: hue angle of 16.67º 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 #CA9682 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 130 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.21 |
| HSL | 16.67º | 0.4% | 0.65% | - |
| HSV(B) | 16.67º | 0.36% | 0.79% | - |
| XYZ | 39.29 | 35.98 | 25.99 | - |
| YUV | 163.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 130 | 0 | 0.26 | 0.36 | 0.21 | 16.67 | 0.4 | 0.65 |
| Hex | CA | 96 | 82 | 0 | 1A | 24 | 15 | 11 | 28 | 41 |
| Octal | 312 | 226 | 202 | 0 | 32 | 44 | 25 | 21 | 50 | 101 |
| Binary | 11001010 | 10010110 | 10000010 | 0 | 11010 | 100100 | 10101 | 10001 | 101000 | 1000001 |
Color Harmonies of #CA9682
Complementary color
Monochromatic Colors of #CA9682
Black with #CA9682
Text Example
Text Example
White with #CA9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9682; }
p { color: rgb(202,150,130); }
H1.HeaderClassName
{
color: #CA9682;
}
.AnyTagClassName
{
color: #CA9682;
}
</style>
background-color css
<style>
a { background-color: #CA9682; }
a { background-color: rgb(202,150,130); }
div.DivClassName
{
background-color: #CA9682;
}
.BgClassName
{
background-color: #CA9682;
}
</style>
border-color css
<style>
span { border-color: #CA9682; }
span { border-color: rgb(202,150,130); }
td.TdClassName
{
border-color: #CA9682;
}
.TagClassName
{
border-color: #CA9682;
}
</style>