Shades of Quicksand #CD968B
Tints of Quicksand #CD968B
RGB
CMYK
RGB Variations
Color information
#CD968B (or 0xCD968B) is known color: Quicksand. HEX triplet: CD, 96 and 8B. RGB value is (205,150,139). Sum of RGB (Red+Green+Blue) = 205+150+139=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD968B is #326974. Grayscale: #A5A5A5. Windows color (decimal): -3303797 or 9148109. OLE color: 9148109.
HSL color Cylindrical-coordinate representation of color #CD968B: hue angle of 10º 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 #CD968B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 150 | 139 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.20 |
| HSL | 10º | 0.4% | 0.67% | - |
| HSV(B) | 10º | 0.32% | 0.8% | - |
| XYZ | 40.74 | 36.66 | 29.35 | - |
| YUV | 165.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 139 | 0 | 0.27 | 0.32 | 0.20 | 10 | 0.4 | 0.67 |
| Hex | CD | 96 | 8B | 0 | 1B | 20 | 14 | A | 28 | 43 |
| Octal | 315 | 226 | 213 | 0 | 33 | 40 | 24 | 12 | 50 | 103 |
| Binary | 11001101 | 10010110 | 10001011 | 0 | 11011 | 100000 | 10100 | 1010 | 101000 | 1000011 |
Color Harmonies of #CD968B
Complementary color
Monochromatic Colors of #CD968B
Black with #CD968B
Text Example
Text Example
White with #CD968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD968B; }
p { color: rgb(205,150,139); }
H1.HeaderClassName
{
color: #CD968B;
}
.AnyTagClassName
{
color: #CD968B;
}
</style>
background-color css
<style>
a { background-color: #CD968B; }
a { background-color: rgb(205,150,139); }
div.DivClassName
{
background-color: #CD968B;
}
.BgClassName
{
background-color: #CD968B;
}
</style>
border-color css
<style>
span { border-color: #CD968B; }
span { border-color: rgb(205,150,139); }
td.TdClassName
{
border-color: #CD968B;
}
.TagClassName
{
border-color: #CD968B;
}
</style>