Shades of Quicksand #CB9988
Tints of Quicksand #CB9988
RGB
CMYK
RGB Variations
Color information
#CB9988 (or 0xCB9988) is known color: Quicksand. HEX triplet: CB, 99 and 88. RGB value is (203,153,136). Sum of RGB (Red+Green+Blue) = 203+153+136=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9988 is #346677. Grayscale: #A6A6A6. Windows color (decimal): -3434104 or 8952267. OLE color: 8952267.
HSL color Cylindrical-coordinate representation of color #CB9988: hue angle of 15.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9988 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 136 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.20 |
| HSL | 15.22º | 0.39% | 0.66% | - |
| HSV(B) | 15.22º | 0.33% | 0.8% | - |
| XYZ | 40.46 | 37.26 | 28.35 | - |
| YUV | 166.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 136 | 0 | 0.25 | 0.33 | 0.20 | 15.22 | 0.39 | 0.66 |
| Hex | CB | 99 | 88 | 0 | 19 | 21 | 14 | F | 27 | 42 |
| Octal | 313 | 231 | 210 | 0 | 31 | 41 | 24 | 17 | 47 | 102 |
| Binary | 11001011 | 10011001 | 10001000 | 0 | 11001 | 100001 | 10100 | 1111 | 100111 | 1000010 |
Color Harmonies of #CB9988
Complementary color
Monochromatic Colors of #CB9988
Black with #CB9988
Text Example
Text Example
White with #CB9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9988; }
p { color: rgb(203,153,136); }
H1.HeaderClassName
{
color: #CB9988;
}
.AnyTagClassName
{
color: #CB9988;
}
</style>
background-color css
<style>
a { background-color: #CB9988; }
a { background-color: rgb(203,153,136); }
div.DivClassName
{
background-color: #CB9988;
}
.BgClassName
{
background-color: #CB9988;
}
</style>
border-color css
<style>
span { border-color: #CB9988; }
span { border-color: rgb(203,153,136); }
td.TdClassName
{
border-color: #CB9988;
}
.TagClassName
{
border-color: #CB9988;
}
</style>