Shades of Quicksand #CB9B8D
Tints of Quicksand #CB9B8D
RGB
CMYK
RGB Variations
Color information
#CB9B8D (or 0xCB9B8D) is known color: Quicksand. HEX triplet: CB, 9B and 8D. RGB value is (203,155,141). Sum of RGB (Red+Green+Blue) = 203+155+141=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B8D is #346472. Grayscale: #A7A7A7. Windows color (decimal): -3433587 or 9280459. OLE color: 9280459.
HSL color Cylindrical-coordinate representation of color #CB9B8D: hue angle of 13.55º 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 #CB9B8D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 141 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.20 |
| HSL | 13.55º | 0.37% | 0.67% | - |
| HSV(B) | 13.55º | 0.31% | 0.8% | - |
| XYZ | 41.16 | 38.06 | 30.38 | - |
| YUV | 167.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 141 | 0 | 0.24 | 0.31 | 0.20 | 13.55 | 0.37 | 0.67 |
| Hex | CB | 9B | 8D | 0 | 18 | 1F | 14 | E | 25 | 43 |
| Octal | 313 | 233 | 215 | 0 | 30 | 37 | 24 | 16 | 45 | 103 |
| Binary | 11001011 | 10011011 | 10001101 | 0 | 11000 | 11111 | 10100 | 1110 | 100101 | 1000011 |
Color Harmonies of #CB9B8D
Complementary color
Monochromatic Colors of #CB9B8D
Black with #CB9B8D
Text Example
Text Example
White with #CB9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B8D; }
p { color: rgb(203,155,141); }
H1.HeaderClassName
{
color: #CB9B8D;
}
.AnyTagClassName
{
color: #CB9B8D;
}
</style>
background-color css
<style>
a { background-color: #CB9B8D; }
a { background-color: rgb(203,155,141); }
div.DivClassName
{
background-color: #CB9B8D;
}
.BgClassName
{
background-color: #CB9B8D;
}
</style>
border-color css
<style>
span { border-color: #CB9B8D; }
span { border-color: rgb(203,155,141); }
td.TdClassName
{
border-color: #CB9B8D;
}
.TagClassName
{
border-color: #CB9B8D;
}
</style>