Shades of Quicksand #CB9891
Tints of Quicksand #CB9891
RGB
CMYK
RGB Variations
Color information
#CB9891 (or 0xCB9891) is known color: Quicksand. HEX triplet: CB, 98 and 91. RGB value is (203,152,145). Sum of RGB (Red+Green+Blue) = 203+152+145=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9891 is #34676E. Grayscale: #A6A6A6. Windows color (decimal): -3434351 or 9541835. OLE color: 9541835.
HSL color Cylindrical-coordinate representation of color #CB9891: hue angle of 7.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9891 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 145 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.20 |
| HSL | 7.24º | 0.36% | 0.68% | - |
| HSV(B) | 7.24º | 0.29% | 0.8% | - |
| XYZ | 40.97 | 37.2 | 31.81 | - |
| YUV | 166.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 145 | 0 | 0.25 | 0.29 | 0.20 | 7.24 | 0.36 | 0.68 |
| Hex | CB | 98 | 91 | 0 | 19 | 1D | 14 | 7 | 24 | 44 |
| Octal | 313 | 230 | 221 | 0 | 31 | 35 | 24 | 7 | 44 | 104 |
| Binary | 11001011 | 10011000 | 10010001 | 0 | 11001 | 11101 | 10100 | 111 | 100100 | 1000100 |
Color Harmonies of #CB9891
Complementary color
Monochromatic Colors of #CB9891
Black with #CB9891
Text Example
Text Example
White with #CB9891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9891; }
p { color: rgb(203,152,145); }
H1.HeaderClassName
{
color: #CB9891;
}
.AnyTagClassName
{
color: #CB9891;
}
</style>
background-color css
<style>
a { background-color: #CB9891; }
a { background-color: rgb(203,152,145); }
div.DivClassName
{
background-color: #CB9891;
}
.BgClassName
{
background-color: #CB9891;
}
</style>
border-color css
<style>
span { border-color: #CB9891; }
span { border-color: rgb(203,152,145); }
td.TdClassName
{
border-color: #CB9891;
}
.TagClassName
{
border-color: #CB9891;
}
</style>