Shades of Quicksand #CB9886
Tints of Quicksand #CB9886
RGB
CMYK
RGB Variations
Color information
#CB9886 (or 0xCB9886) is known color: Quicksand. HEX triplet: CB, 98 and 86. RGB value is (203,152,134). Sum of RGB (Red+Green+Blue) = 203+152+134=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9886 is #346779. Grayscale: #A5A5A5. Windows color (decimal): -3434362 or 8820939. OLE color: 8820939.
HSL color Cylindrical-coordinate representation of color #CB9886: hue angle of 15.65º 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 #CB9886 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 134 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.20 |
| HSL | 15.65º | 0.4% | 0.66% | - |
| HSV(B) | 15.65º | 0.34% | 0.8% | - |
| XYZ | 40.16 | 36.87 | 27.56 | - |
| YUV | 165.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 134 | 0 | 0.25 | 0.34 | 0.20 | 15.65 | 0.4 | 0.66 |
| Hex | CB | 98 | 86 | 0 | 19 | 22 | 14 | 10 | 28 | 42 |
| Octal | 313 | 230 | 206 | 0 | 31 | 42 | 24 | 20 | 50 | 102 |
| Binary | 11001011 | 10011000 | 10000110 | 0 | 11001 | 100010 | 10100 | 10000 | 101000 | 1000010 |
Color Harmonies of #CB9886
Complementary color
Monochromatic Colors of #CB9886
Black with #CB9886
Text Example
Text Example
White with #CB9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9886; }
p { color: rgb(203,152,134); }
H1.HeaderClassName
{
color: #CB9886;
}
.AnyTagClassName
{
color: #CB9886;
}
</style>
background-color css
<style>
a { background-color: #CB9886; }
a { background-color: rgb(203,152,134); }
div.DivClassName
{
background-color: #CB9886;
}
.BgClassName
{
background-color: #CB9886;
}
</style>
border-color css
<style>
span { border-color: #CB9886; }
span { border-color: rgb(203,152,134); }
td.TdClassName
{
border-color: #CB9886;
}
.TagClassName
{
border-color: #CB9886;
}
</style>