Shades of Quicksand #CD9E8A
Tints of Quicksand #CD9E8A
RGB
CMYK
RGB Variations
Color information
#CD9E8A (or 0xCD9E8A) is known color: Quicksand. HEX triplet: CD, 9E and 8A. RGB value is (205,158,138). Sum of RGB (Red+Green+Blue) = 205+158+138=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E8A is #326175. Grayscale: #A9A9A9. Windows color (decimal): -3301750 or 9084621. OLE color: 9084621.
HSL color Cylindrical-coordinate representation of color #CD9E8A: hue angle of 17.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9E8A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 138 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.20 |
| HSL | 17.91º | 0.4% | 0.67% | - |
| HSV(B) | 17.91º | 0.33% | 0.8% | - |
| XYZ | 41.99 | 39.27 | 29.41 | - |
| YUV | 169.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 138 | 0 | 0.23 | 0.33 | 0.20 | 17.91 | 0.4 | 0.67 |
| Hex | CD | 9E | 8A | 0 | 17 | 21 | 14 | 12 | 28 | 43 |
| Octal | 315 | 236 | 212 | 0 | 27 | 41 | 24 | 22 | 50 | 103 |
| Binary | 11001101 | 10011110 | 10001010 | 0 | 10111 | 100001 | 10100 | 10010 | 101000 | 1000011 |
Color Harmonies of #CD9E8A
Complementary color
Monochromatic Colors of #CD9E8A
Black with #CD9E8A
Text Example
Text Example
White with #CD9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E8A; }
p { color: rgb(205,158,138); }
H1.HeaderClassName
{
color: #CD9E8A;
}
.AnyTagClassName
{
color: #CD9E8A;
}
</style>
background-color css
<style>
a { background-color: #CD9E8A; }
a { background-color: rgb(205,158,138); }
div.DivClassName
{
background-color: #CD9E8A;
}
.BgClassName
{
background-color: #CD9E8A;
}
</style>
border-color css
<style>
span { border-color: #CD9E8A; }
span { border-color: rgb(205,158,138); }
td.TdClassName
{
border-color: #CD9E8A;
}
.TagClassName
{
border-color: #CD9E8A;
}
</style>