Shades of Quicksand #CB9986
Tints of Quicksand #CB9986
RGB
CMYK
RGB Variations
Color information
#CB9986 (or 0xCB9986) is known color: Quicksand. HEX triplet: CB, 99 and 86. RGB value is (203,153,134). Sum of RGB (Red+Green+Blue) = 203+153+134=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9986 is #346679. Grayscale: #A5A5A5. Windows color (decimal): -3434106 or 8821195. OLE color: 8821195.
HSL color Cylindrical-coordinate representation of color #CB9986: hue angle of 16.52º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9986 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 134 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.20 |
| HSL | 16.52º | 0.4% | 0.66% | - |
| HSV(B) | 16.52º | 0.34% | 0.8% | - |
| XYZ | 40.32 | 37.2 | 27.61 | - |
| YUV | 165.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 134 | 0 | 0.25 | 0.34 | 0.20 | 16.52 | 0.4 | 0.66 |
| Hex | CB | 99 | 86 | 0 | 19 | 22 | 14 | 11 | 28 | 42 |
| Octal | 313 | 231 | 206 | 0 | 31 | 42 | 24 | 21 | 50 | 102 |
| Binary | 11001011 | 10011001 | 10000110 | 0 | 11001 | 100010 | 10100 | 10001 | 101000 | 1000010 |
Color Harmonies of #CB9986
Complementary color
Monochromatic Colors of #CB9986
Black with #CB9986
Text Example
Text Example
White with #CB9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9986; }
p { color: rgb(203,153,134); }
H1.HeaderClassName
{
color: #CB9986;
}
.AnyTagClassName
{
color: #CB9986;
}
</style>
background-color css
<style>
a { background-color: #CB9986; }
a { background-color: rgb(203,153,134); }
div.DivClassName
{
background-color: #CB9986;
}
.BgClassName
{
background-color: #CB9986;
}
</style>
border-color css
<style>
span { border-color: #CB9986; }
span { border-color: rgb(203,153,134); }
td.TdClassName
{
border-color: #CB9986;
}
.TagClassName
{
border-color: #CB9986;
}
</style>