Shades of Quicksand #CB9D8D
Tints of Quicksand #CB9D8D
RGB
CMYK
RGB Variations
Color information
#CB9D8D (or 0xCB9D8D) is known color: Quicksand. HEX triplet: CB, 9D and 8D. RGB value is (203,157,141). Sum of RGB (Red+Green+Blue) = 203+157+141=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D8D is #346272. Grayscale: #A9A9A9. Windows color (decimal): -3433075 or 9280971. OLE color: 9280971.
HSL color Cylindrical-coordinate representation of color #CB9D8D: hue angle of 15.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB9D8D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 141 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.20 |
| HSL | 15.48º | 0.37% | 0.67% | - |
| HSV(B) | 15.48º | 0.31% | 0.8% | - |
| XYZ | 41.49 | 38.73 | 30.49 | - |
| YUV | 168.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 141 | 0 | 0.23 | 0.31 | 0.20 | 15.48 | 0.37 | 0.67 |
| Hex | CB | 9D | 8D | 0 | 17 | 1F | 14 | F | 25 | 43 |
| Octal | 313 | 235 | 215 | 0 | 27 | 37 | 24 | 17 | 45 | 103 |
| Binary | 11001011 | 10011101 | 10001101 | 0 | 10111 | 11111 | 10100 | 1111 | 100101 | 1000011 |
Color Harmonies of #CB9D8D
Complementary color
Monochromatic Colors of #CB9D8D
Black with #CB9D8D
Text Example
Text Example
White with #CB9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D8D; }
p { color: rgb(203,157,141); }
H1.HeaderClassName
{
color: #CB9D8D;
}
.AnyTagClassName
{
color: #CB9D8D;
}
</style>
background-color css
<style>
a { background-color: #CB9D8D; }
a { background-color: rgb(203,157,141); }
div.DivClassName
{
background-color: #CB9D8D;
}
.BgClassName
{
background-color: #CB9D8D;
}
</style>
border-color css
<style>
span { border-color: #CB9D8D; }
span { border-color: rgb(203,157,141); }
td.TdClassName
{
border-color: #CB9D8D;
}
.TagClassName
{
border-color: #CB9D8D;
}
</style>