Shades of Quicksand #CD9888
Tints of Quicksand #CD9888
RGB
CMYK
RGB Variations
Color information
#CD9888 (or 0xCD9888) is known color: Quicksand. HEX triplet: CD, 98 and 88. RGB value is (205,152,136). Sum of RGB (Red+Green+Blue) = 205+152+136=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9888 is #326777. Grayscale: #A6A6A6. Windows color (decimal): -3303288 or 8952013. OLE color: 8952013.
HSL color Cylindrical-coordinate representation of color #CD9888: hue angle of 13.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9888 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 152 | 136 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.20 |
| HSL | 13.91º | 0.41% | 0.67% | - |
| HSV(B) | 13.91º | 0.34% | 0.8% | - |
| XYZ | 40.85 | 37.21 | 28.32 | - |
| YUV | 166.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 152 | 136 | 0 | 0.26 | 0.34 | 0.20 | 13.91 | 0.41 | 0.67 |
| Hex | CD | 98 | 88 | 0 | 1A | 22 | 14 | E | 29 | 43 |
| Octal | 315 | 230 | 210 | 0 | 32 | 42 | 24 | 16 | 51 | 103 |
| Binary | 11001101 | 10011000 | 10001000 | 0 | 11010 | 100010 | 10100 | 1110 | 101001 | 1000011 |
Color Harmonies of #CD9888
Complementary color
Monochromatic Colors of #CD9888
Black with #CD9888
Text Example
Text Example
White with #CD9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9888; }
p { color: rgb(205,152,136); }
H1.HeaderClassName
{
color: #CD9888;
}
.AnyTagClassName
{
color: #CD9888;
}
</style>
background-color css
<style>
a { background-color: #CD9888; }
a { background-color: rgb(205,152,136); }
div.DivClassName
{
background-color: #CD9888;
}
.BgClassName
{
background-color: #CD9888;
}
</style>
border-color css
<style>
span { border-color: #CD9888; }
span { border-color: rgb(205,152,136); }
td.TdClassName
{
border-color: #CD9888;
}
.TagClassName
{
border-color: #CD9888;
}
</style>