Shades of Quicksand #CD9985
Tints of Quicksand #CD9985
RGB
CMYK
RGB Variations
Color information
#CD9985 (or 0xCD9985) is known color: Quicksand. HEX triplet: CD, 99 and 85. RGB value is (205,153,133). Sum of RGB (Red+Green+Blue) = 205+153+133=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9985 is #32667A. Grayscale: #A6A6A6. Windows color (decimal): -3303035 or 8755661. OLE color: 8755661.
HSL color Cylindrical-coordinate representation of color #CD9985: hue angle of 16.67º 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 #CD9985 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 133 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.20 |
| HSL | 16.67º | 0.42% | 0.66% | - |
| HSV(B) | 16.67º | 0.35% | 0.8% | - |
| XYZ | 40.8 | 37.46 | 27.27 | - |
| YUV | 166.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 133 | 0 | 0.25 | 0.35 | 0.20 | 16.67 | 0.42 | 0.66 |
| Hex | CD | 99 | 85 | 0 | 19 | 23 | 14 | 11 | 2A | 42 |
| Octal | 315 | 231 | 205 | 0 | 31 | 43 | 24 | 21 | 52 | 102 |
| Binary | 11001101 | 10011001 | 10000101 | 0 | 11001 | 100011 | 10100 | 10001 | 101010 | 1000010 |
Color Harmonies of #CD9985
Complementary color
Monochromatic Colors of #CD9985
Black with #CD9985
Text Example
Text Example
White with #CD9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9985; }
p { color: rgb(205,153,133); }
H1.HeaderClassName
{
color: #CD9985;
}
.AnyTagClassName
{
color: #CD9985;
}
</style>
background-color css
<style>
a { background-color: #CD9985; }
a { background-color: rgb(205,153,133); }
div.DivClassName
{
background-color: #CD9985;
}
.BgClassName
{
background-color: #CD9985;
}
</style>
border-color css
<style>
span { border-color: #CD9985; }
span { border-color: rgb(205,153,133); }
td.TdClassName
{
border-color: #CD9985;
}
.TagClassName
{
border-color: #CD9985;
}
</style>