Shades of Quicksand #CB9A8D
Tints of Quicksand #CB9A8D
RGB
CMYK
RGB Variations
Color information
#CB9A8D (or 0xCB9A8D) is known color: Quicksand. HEX triplet: CB, 9A and 8D. RGB value is (203,154,141). Sum of RGB (Red+Green+Blue) = 203+154+141=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A8D is #346572. Grayscale: #A7A7A7. Windows color (decimal): -3433843 or 9280203. OLE color: 9280203.
HSL color Cylindrical-coordinate representation of color #CB9A8D: hue angle of 12.58º 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 #CB9A8D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 141 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.20 |
| HSL | 12.58º | 0.37% | 0.67% | - |
| HSV(B) | 12.58º | 0.31% | 0.8% | - |
| XYZ | 40.99 | 37.73 | 30.32 | - |
| YUV | 167.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 141 | 0 | 0.24 | 0.31 | 0.20 | 12.58 | 0.37 | 0.67 |
| Hex | CB | 9A | 8D | 0 | 18 | 1F | 14 | D | 25 | 43 |
| Octal | 313 | 232 | 215 | 0 | 30 | 37 | 24 | 15 | 45 | 103 |
| Binary | 11001011 | 10011010 | 10001101 | 0 | 11000 | 11111 | 10100 | 1101 | 100101 | 1000011 |
Color Harmonies of #CB9A8D
Complementary color
Monochromatic Colors of #CB9A8D
Black with #CB9A8D
Text Example
Text Example
White with #CB9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A8D; }
p { color: rgb(203,154,141); }
H1.HeaderClassName
{
color: #CB9A8D;
}
.AnyTagClassName
{
color: #CB9A8D;
}
</style>
background-color css
<style>
a { background-color: #CB9A8D; }
a { background-color: rgb(203,154,141); }
div.DivClassName
{
background-color: #CB9A8D;
}
.BgClassName
{
background-color: #CB9A8D;
}
</style>
border-color css
<style>
span { border-color: #CB9A8D; }
span { border-color: rgb(203,154,141); }
td.TdClassName
{
border-color: #CB9A8D;
}
.TagClassName
{
border-color: #CB9A8D;
}
</style>