Shades of Quicksand #CD958A
Tints of Quicksand #CD958A
RGB
CMYK
RGB Variations
Color information
#CD958A (or 0xCD958A) is known color: Quicksand. HEX triplet: CD, 95 and 8A. RGB value is (205,149,138). Sum of RGB (Red+Green+Blue) = 205+149+138=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD958A is #326A75. Grayscale: #A4A4A4. Windows color (decimal): -3304054 or 9082317. OLE color: 9082317.
HSL color Cylindrical-coordinate representation of color #CD958A: hue angle of 9.85º 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 #CD958A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 138 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.20 |
| HSL | 9.85º | 0.4% | 0.67% | - |
| HSV(B) | 9.85º | 0.33% | 0.8% | - |
| XYZ | 40.51 | 36.31 | 28.92 | - |
| YUV | 164.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 138 | 0 | 0.27 | 0.33 | 0.20 | 9.85 | 0.4 | 0.67 |
| Hex | CD | 95 | 8A | 0 | 1B | 21 | 14 | A | 28 | 43 |
| Octal | 315 | 225 | 212 | 0 | 33 | 41 | 24 | 12 | 50 | 103 |
| Binary | 11001101 | 10010101 | 10001010 | 0 | 11011 | 100001 | 10100 | 1010 | 101000 | 1000011 |
Color Harmonies of #CD958A
Complementary color
Monochromatic Colors of #CD958A
Black with #CD958A
Text Example
Text Example
White with #CD958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD958A; }
p { color: rgb(205,149,138); }
H1.HeaderClassName
{
color: #CD958A;
}
.AnyTagClassName
{
color: #CD958A;
}
</style>
background-color css
<style>
a { background-color: #CD958A; }
a { background-color: rgb(205,149,138); }
div.DivClassName
{
background-color: #CD958A;
}
.BgClassName
{
background-color: #CD958A;
}
</style>
border-color css
<style>
span { border-color: #CD958A; }
span { border-color: rgb(205,149,138); }
td.TdClassName
{
border-color: #CD958A;
}
.TagClassName
{
border-color: #CD958A;
}
</style>