Shades of Quicksand #CB9B8F
Tints of Quicksand #CB9B8F
RGB
CMYK
RGB Variations
Color information
#CB9B8F (or 0xCB9B8F) is known color: Quicksand. HEX triplet: CB, 9B and 8F. RGB value is (203,155,143). Sum of RGB (Red+Green+Blue) = 203+155+143=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B8F is #346470. Grayscale: #A8A8A8. Windows color (decimal): -3433585 or 9411531. OLE color: 9411531.
HSL color Cylindrical-coordinate representation of color #CB9B8F: hue angle of 12º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9B8F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 143 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.20 |
| HSL | 12º | 0.37% | 0.68% | - |
| HSV(B) | 12º | 0.3% | 0.8% | - |
| XYZ | 41.31 | 38.12 | 31.17 | - |
| YUV | 167.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 143 | 0 | 0.24 | 0.30 | 0.20 | 12 | 0.37 | 0.68 |
| Hex | CB | 9B | 8F | 0 | 18 | 1E | 14 | C | 25 | 44 |
| Octal | 313 | 233 | 217 | 0 | 30 | 36 | 24 | 14 | 45 | 104 |
| Binary | 11001011 | 10011011 | 10001111 | 0 | 11000 | 11110 | 10100 | 1100 | 100101 | 1000100 |
Color Harmonies of #CB9B8F
Complementary color
Monochromatic Colors of #CB9B8F
Black with #CB9B8F
Text Example
Text Example
White with #CB9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B8F; }
p { color: rgb(203,155,143); }
H1.HeaderClassName
{
color: #CB9B8F;
}
.AnyTagClassName
{
color: #CB9B8F;
}
</style>
background-color css
<style>
a { background-color: #CB9B8F; }
a { background-color: rgb(203,155,143); }
div.DivClassName
{
background-color: #CB9B8F;
}
.BgClassName
{
background-color: #CB9B8F;
}
</style>
border-color css
<style>
span { border-color: #CB9B8F; }
span { border-color: rgb(203,155,143); }
td.TdClassName
{
border-color: #CB9B8F;
}
.TagClassName
{
border-color: #CB9B8F;
}
</style>