Shades of Quicksand #CD9488
Tints of Quicksand #CD9488
RGB
CMYK
RGB Variations
Color information
#CD9488 (or 0xCD9488) is known color: Quicksand. HEX triplet: CD, 94 and 88. RGB value is (205,148,136). Sum of RGB (Red+Green+Blue) = 205+148+136=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9488 is #326B77. Grayscale: #A3A3A3. Windows color (decimal): -3304312 or 8950989. OLE color: 8950989.
HSL color Cylindrical-coordinate representation of color #CD9488: hue angle of 10.43º 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 #CD9488 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 136 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.20 |
| HSL | 10.43º | 0.41% | 0.67% | - |
| HSV(B) | 10.43º | 0.34% | 0.8% | - |
| XYZ | 40.21 | 35.94 | 28.11 | - |
| YUV | 163.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 136 | 0 | 0.28 | 0.34 | 0.20 | 10.43 | 0.41 | 0.67 |
| Hex | CD | 94 | 88 | 0 | 1C | 22 | 14 | A | 29 | 43 |
| Octal | 315 | 224 | 210 | 0 | 34 | 42 | 24 | 12 | 51 | 103 |
| Binary | 11001101 | 10010100 | 10001000 | 0 | 11100 | 100010 | 10100 | 1010 | 101001 | 1000011 |
Color Harmonies of #CD9488
Complementary color
Monochromatic Colors of #CD9488
Black with #CD9488
Text Example
Text Example
White with #CD9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9488; }
p { color: rgb(205,148,136); }
H1.HeaderClassName
{
color: #CD9488;
}
.AnyTagClassName
{
color: #CD9488;
}
</style>
background-color css
<style>
a { background-color: #CD9488; }
a { background-color: rgb(205,148,136); }
div.DivClassName
{
background-color: #CD9488;
}
.BgClassName
{
background-color: #CD9488;
}
</style>
border-color css
<style>
span { border-color: #CD9488; }
span { border-color: rgb(205,148,136); }
td.TdClassName
{
border-color: #CD9488;
}
.TagClassName
{
border-color: #CD9488;
}
</style>