Shades of Quicksand #CD988C
Tints of Quicksand #CD988C
RGB
CMYK
RGB Variations
Color information
#CD988C (or 0xCD988C) is known color: Quicksand. HEX triplet: CD, 98 and 8C. RGB value is (205,152,140). Sum of RGB (Red+Green+Blue) = 205+152+140=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988C is #326773. Grayscale: #A6A6A6. Windows color (decimal): -3303284 or 9214157. OLE color: 9214157.
HSL color Cylindrical-coordinate representation of color #CD988C: hue angle of 11.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD988C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 152 | 140 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.20 |
| HSL | 11.08º | 0.39% | 0.68% | - |
| HSV(B) | 11.08º | 0.32% | 0.8% | - |
| XYZ | 41.14 | 37.33 | 29.85 | - |
| YUV | 166.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 152 | 140 | 0 | 0.26 | 0.32 | 0.20 | 11.08 | 0.39 | 0.68 |
| Hex | CD | 98 | 8C | 0 | 1A | 20 | 14 | B | 27 | 44 |
| Octal | 315 | 230 | 214 | 0 | 32 | 40 | 24 | 13 | 47 | 104 |
| Binary | 11001101 | 10011000 | 10001100 | 0 | 11010 | 100000 | 10100 | 1011 | 100111 | 1000100 |
Color Harmonies of #CD988C
Complementary color
Monochromatic Colors of #CD988C
Black with #CD988C
Text Example
Text Example
White with #CD988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD988C; }
p { color: rgb(205,152,140); }
H1.HeaderClassName
{
color: #CD988C;
}
.AnyTagClassName
{
color: #CD988C;
}
</style>
background-color css
<style>
a { background-color: #CD988C; }
a { background-color: rgb(205,152,140); }
div.DivClassName
{
background-color: #CD988C;
}
.BgClassName
{
background-color: #CD988C;
}
</style>
border-color css
<style>
span { border-color: #CD988C; }
span { border-color: rgb(205,152,140); }
td.TdClassName
{
border-color: #CD988C;
}
.TagClassName
{
border-color: #CD988C;
}
</style>