Shades of Quicksand #CD9C86
Tints of Quicksand #CD9C86
RGB
CMYK
RGB Variations
Color information
#CD9C86 (or 0xCD9C86) is known color: Quicksand. HEX triplet: CD, 9C and 86. RGB value is (205,156,134). Sum of RGB (Red+Green+Blue) = 205+156+134=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C86 is #326379. Grayscale: #A8A8A8. Windows color (decimal): -3302266 or 8821965. OLE color: 8821965.
HSL color Cylindrical-coordinate representation of color #CD9C86: hue angle of 18.59º 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 #CD9C86 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 134 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.20 |
| HSL | 18.59º | 0.42% | 0.66% | - |
| HSV(B) | 18.59º | 0.35% | 0.8% | - |
| XYZ | 41.37 | 38.48 | 27.8 | - |
| YUV | 168.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 134 | 0 | 0.24 | 0.35 | 0.20 | 18.59 | 0.42 | 0.66 |
| Hex | CD | 9C | 86 | 0 | 18 | 23 | 14 | 13 | 2A | 42 |
| Octal | 315 | 234 | 206 | 0 | 30 | 43 | 24 | 23 | 52 | 102 |
| Binary | 11001101 | 10011100 | 10000110 | 0 | 11000 | 100011 | 10100 | 10011 | 101010 | 1000010 |
Color Harmonies of #CD9C86
Complementary color
Monochromatic Colors of #CD9C86
Black with #CD9C86
Text Example
Text Example
White with #CD9C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C86; }
p { color: rgb(205,156,134); }
H1.HeaderClassName
{
color: #CD9C86;
}
.AnyTagClassName
{
color: #CD9C86;
}
</style>
background-color css
<style>
a { background-color: #CD9C86; }
a { background-color: rgb(205,156,134); }
div.DivClassName
{
background-color: #CD9C86;
}
.BgClassName
{
background-color: #CD9C86;
}
</style>
border-color css
<style>
span { border-color: #CD9C86; }
span { border-color: rgb(205,156,134); }
td.TdClassName
{
border-color: #CD9C86;
}
.TagClassName
{
border-color: #CD9C86;
}
</style>