Shades of Quicksand #CD988B
Tints of Quicksand #CD988B
RGB
CMYK
RGB Variations
Color information
#CD988B (or 0xCD988B) is known color: Quicksand. HEX triplet: CD, 98 and 8B. RGB value is (205,152,139). Sum of RGB (Red+Green+Blue) = 205+152+139=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988B is #326774. Grayscale: #A6A6A6. Windows color (decimal): -3303285 or 9148621. OLE color: 9148621.
HSL color Cylindrical-coordinate representation of color #CD988B: hue angle of 11.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD988B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 152 | 139 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.20 |
| HSL | 11.82º | 0.4% | 0.67% | - |
| HSV(B) | 11.82º | 0.32% | 0.8% | - |
| XYZ | 41.07 | 37.3 | 29.46 | - |
| YUV | 166.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 152 | 139 | 0 | 0.26 | 0.32 | 0.20 | 11.82 | 0.4 | 0.67 |
| Hex | CD | 98 | 8B | 0 | 1A | 20 | 14 | C | 28 | 43 |
| Octal | 315 | 230 | 213 | 0 | 32 | 40 | 24 | 14 | 50 | 103 |
| Binary | 11001101 | 10011000 | 10001011 | 0 | 11010 | 100000 | 10100 | 1100 | 101000 | 1000011 |
Color Harmonies of #CD988B
Complementary color
Monochromatic Colors of #CD988B
Black with #CD988B
Text Example
Text Example
White with #CD988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD988B; }
p { color: rgb(205,152,139); }
H1.HeaderClassName
{
color: #CD988B;
}
.AnyTagClassName
{
color: #CD988B;
}
</style>
background-color css
<style>
a { background-color: #CD988B; }
a { background-color: rgb(205,152,139); }
div.DivClassName
{
background-color: #CD988B;
}
.BgClassName
{
background-color: #CD988B;
}
</style>
border-color css
<style>
span { border-color: #CD988B; }
span { border-color: rgb(205,152,139); }
td.TdClassName
{
border-color: #CD988B;
}
.TagClassName
{
border-color: #CD988B;
}
</style>