Shades of Quicksand #CB9989
Tints of Quicksand #CB9989
RGB
CMYK
RGB Variations
Color information
#CB9989 (or 0xCB9989) is known color: Quicksand. HEX triplet: CB, 99 and 89. RGB value is (203,153,137). Sum of RGB (Red+Green+Blue) = 203+153+137=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9989 is #346676. Grayscale: #A6A6A6. Windows color (decimal): -3434103 or 9017803. OLE color: 9017803.
HSL color Cylindrical-coordinate representation of color #CB9989: hue angle of 14.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9989 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 137 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.20 |
| HSL | 14.55º | 0.39% | 0.67% | - |
| HSV(B) | 14.55º | 0.33% | 0.8% | - |
| XYZ | 40.54 | 37.29 | 28.73 | - |
| YUV | 166.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 137 | 0 | 0.25 | 0.33 | 0.20 | 14.55 | 0.39 | 0.67 |
| Hex | CB | 99 | 89 | 0 | 19 | 21 | 14 | F | 27 | 43 |
| Octal | 313 | 231 | 211 | 0 | 31 | 41 | 24 | 17 | 47 | 103 |
| Binary | 11001011 | 10011001 | 10001001 | 0 | 11001 | 100001 | 10100 | 1111 | 100111 | 1000011 |
Color Harmonies of #CB9989
Complementary color
Monochromatic Colors of #CB9989
Black with #CB9989
Text Example
Text Example
White with #CB9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9989; }
p { color: rgb(203,153,137); }
H1.HeaderClassName
{
color: #CB9989;
}
.AnyTagClassName
{
color: #CB9989;
}
</style>
background-color css
<style>
a { background-color: #CB9989; }
a { background-color: rgb(203,153,137); }
div.DivClassName
{
background-color: #CB9989;
}
.BgClassName
{
background-color: #CB9989;
}
</style>
border-color css
<style>
span { border-color: #CB9989; }
span { border-color: rgb(203,153,137); }
td.TdClassName
{
border-color: #CB9989;
}
.TagClassName
{
border-color: #CB9989;
}
</style>