Shades of Quicksand #CD978D
Tints of Quicksand #CD978D
RGB
CMYK
RGB Variations
Color information
#CD978D (or 0xCD978D) is known color: Quicksand. HEX triplet: CD, 97 and 8D. RGB value is (205,151,141). Sum of RGB (Red+Green+Blue) = 205+151+141=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD978D is #326872. Grayscale: #A6A6A6. Windows color (decimal): -3303539 or 9279437. OLE color: 9279437.
HSL color Cylindrical-coordinate representation of color #CD978D: hue angle of 9.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD978D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 151 | 141 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.20 |
| HSL | 9.38º | 0.39% | 0.68% | - |
| HSV(B) | 9.38º | 0.31% | 0.8% | - |
| XYZ | 41.05 | 37.04 | 30.18 | - |
| YUV | 166.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 141 | 0 | 0.26 | 0.31 | 0.20 | 9.38 | 0.39 | 0.68 |
| Hex | CD | 97 | 8D | 0 | 1A | 1F | 14 | 9 | 27 | 44 |
| Octal | 315 | 227 | 215 | 0 | 32 | 37 | 24 | 11 | 47 | 104 |
| Binary | 11001101 | 10010111 | 10001101 | 0 | 11010 | 11111 | 10100 | 1001 | 100111 | 1000100 |
Color Harmonies of #CD978D
Complementary color
Monochromatic Colors of #CD978D
Black with #CD978D
Text Example
Text Example
White with #CD978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD978D; }
p { color: rgb(205,151,141); }
H1.HeaderClassName
{
color: #CD978D;
}
.AnyTagClassName
{
color: #CD978D;
}
</style>
background-color css
<style>
a { background-color: #CD978D; }
a { background-color: rgb(205,151,141); }
div.DivClassName
{
background-color: #CD978D;
}
.BgClassName
{
background-color: #CD978D;
}
</style>
border-color css
<style>
span { border-color: #CD978D; }
span { border-color: rgb(205,151,141); }
td.TdClassName
{
border-color: #CD978D;
}
.TagClassName
{
border-color: #CD978D;
}
</style>