Shades of Quicksand #CA9C8B
Tints of Quicksand #CA9C8B
RGB
CMYK
RGB Variations
Color information
#CA9C8B (or 0xCA9C8B) is known color: Quicksand. HEX triplet: CA, 9C and 8B. RGB value is (202,156,139). Sum of RGB (Red+Green+Blue) = 202+156+139=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8B is #356374. Grayscale: #A7A7A7. Windows color (decimal): -3498869 or 9149642. OLE color: 9149642.
HSL color Cylindrical-coordinate representation of color #CA9C8B: hue angle of 16.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9C8B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 139 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.21 |
| HSL | 16.19º | 0.37% | 0.67% | - |
| HSV(B) | 16.19º | 0.31% | 0.79% | - |
| XYZ | 40.91 | 38.2 | 29.64 | - |
| YUV | 167.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 139 | 0 | 0.23 | 0.31 | 0.21 | 16.19 | 0.37 | 0.67 |
| Hex | CA | 9C | 8B | 0 | 17 | 1F | 15 | 10 | 25 | 43 |
| Octal | 312 | 234 | 213 | 0 | 27 | 37 | 25 | 20 | 45 | 103 |
| Binary | 11001010 | 10011100 | 10001011 | 0 | 10111 | 11111 | 10101 | 10000 | 100101 | 1000011 |
Color Harmonies of #CA9C8B
Complementary color
Monochromatic Colors of #CA9C8B
Black with #CA9C8B
Text Example
Text Example
White with #CA9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C8B; }
p { color: rgb(202,156,139); }
H1.HeaderClassName
{
color: #CA9C8B;
}
.AnyTagClassName
{
color: #CA9C8B;
}
</style>
background-color css
<style>
a { background-color: #CA9C8B; }
a { background-color: rgb(202,156,139); }
div.DivClassName
{
background-color: #CA9C8B;
}
.BgClassName
{
background-color: #CA9C8B;
}
</style>
border-color css
<style>
span { border-color: #CA9C8B; }
span { border-color: rgb(202,156,139); }
td.TdClassName
{
border-color: #CA9C8B;
}
.TagClassName
{
border-color: #CA9C8B;
}
</style>