Shades of Quicksand #CA9C8A
Tints of Quicksand #CA9C8A
RGB
CMYK
RGB Variations
Color information
#CA9C8A (or 0xCA9C8A) is known color: Quicksand. HEX triplet: CA, 9C and 8A. RGB value is (202,156,138). Sum of RGB (Red+Green+Blue) = 202+156+138=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8A is #356375. Grayscale: #A7A7A7. Windows color (decimal): -3498870 or 9084106. OLE color: 9084106.
HSL color Cylindrical-coordinate representation of color #CA9C8A: hue angle of 16.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9C8A is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 138 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.21 |
| HSL | 16.88º | 0.38% | 0.67% | - |
| HSV(B) | 16.88º | 0.32% | 0.79% | - |
| XYZ | 40.83 | 38.17 | 29.26 | - |
| YUV | 167.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 138 | 0 | 0.23 | 0.32 | 0.21 | 16.88 | 0.38 | 0.67 |
| Hex | CA | 9C | 8A | 0 | 17 | 20 | 15 | 11 | 26 | 43 |
| Octal | 312 | 234 | 212 | 0 | 27 | 40 | 25 | 21 | 46 | 103 |
| Binary | 11001010 | 10011100 | 10001010 | 0 | 10111 | 100000 | 10101 | 10001 | 100110 | 1000011 |
Color Harmonies of #CA9C8A
Complementary color
Monochromatic Colors of #CA9C8A
Black with #CA9C8A
Text Example
Text Example
White with #CA9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C8A; }
p { color: rgb(202,156,138); }
H1.HeaderClassName
{
color: #CA9C8A;
}
.AnyTagClassName
{
color: #CA9C8A;
}
</style>
background-color css
<style>
a { background-color: #CA9C8A; }
a { background-color: rgb(202,156,138); }
div.DivClassName
{
background-color: #CA9C8A;
}
.BgClassName
{
background-color: #CA9C8A;
}
</style>
border-color css
<style>
span { border-color: #CA9C8A; }
span { border-color: rgb(202,156,138); }
td.TdClassName
{
border-color: #CA9C8A;
}
.TagClassName
{
border-color: #CA9C8A;
}
</style>