Shades of Quicksand #CD9A86
Tints of Quicksand #CD9A86
RGB
CMYK
RGB Variations
Color information
#CD9A86 (or 0xCD9A86) is known color: Quicksand. HEX triplet: CD, 9A and 86. RGB value is (205,154,134). Sum of RGB (Red+Green+Blue) = 205+154+134=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A86 is #326579. Grayscale: #A7A7A7. Windows color (decimal): -3302778 or 8821453. OLE color: 8821453.
HSL color Cylindrical-coordinate representation of color #CD9A86: hue angle of 16.9º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9A86 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 134 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.20 |
| HSL | 16.9º | 0.42% | 0.66% | - |
| HSV(B) | 16.9º | 0.35% | 0.8% | - |
| XYZ | 41.04 | 37.81 | 27.69 | - |
| YUV | 166.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 134 | 0 | 0.25 | 0.35 | 0.20 | 16.9 | 0.42 | 0.66 |
| Hex | CD | 9A | 86 | 0 | 19 | 23 | 14 | 11 | 2A | 42 |
| Octal | 315 | 232 | 206 | 0 | 31 | 43 | 24 | 21 | 52 | 102 |
| Binary | 11001101 | 10011010 | 10000110 | 0 | 11001 | 100011 | 10100 | 10001 | 101010 | 1000010 |
Color Harmonies of #CD9A86
Complementary color
Monochromatic Colors of #CD9A86
Black with #CD9A86
Text Example
Text Example
White with #CD9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A86; }
p { color: rgb(205,154,134); }
H1.HeaderClassName
{
color: #CD9A86;
}
.AnyTagClassName
{
color: #CD9A86;
}
</style>
background-color css
<style>
a { background-color: #CD9A86; }
a { background-color: rgb(205,154,134); }
div.DivClassName
{
background-color: #CD9A86;
}
.BgClassName
{
background-color: #CD9A86;
}
</style>
border-color css
<style>
span { border-color: #CD9A86; }
span { border-color: rgb(205,154,134); }
td.TdClassName
{
border-color: #CD9A86;
}
.TagClassName
{
border-color: #CD9A86;
}
</style>