Shades of Quicksand #CB9788
Tints of Quicksand #CB9788
RGB
CMYK
RGB Variations
Color information
#CB9788 (or 0xCB9788) is known color: Quicksand. HEX triplet: CB, 97 and 88. RGB value is (203,151,136). Sum of RGB (Red+Green+Blue) = 203+151+136=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9788 is #346877. Grayscale: #A4A4A4. Windows color (decimal): -3434616 or 8951755. OLE color: 8951755.
HSL color Cylindrical-coordinate representation of color #CB9788: hue angle of 13.43º 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 #CB9788 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 136 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.20 |
| HSL | 13.43º | 0.39% | 0.66% | - |
| HSV(B) | 13.43º | 0.33% | 0.8% | - |
| XYZ | 40.14 | 36.61 | 28.24 | - |
| YUV | 164.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 136 | 0 | 0.26 | 0.33 | 0.20 | 13.43 | 0.39 | 0.66 |
| Hex | CB | 97 | 88 | 0 | 1A | 21 | 14 | D | 27 | 42 |
| Octal | 313 | 227 | 210 | 0 | 32 | 41 | 24 | 15 | 47 | 102 |
| Binary | 11001011 | 10010111 | 10001000 | 0 | 11010 | 100001 | 10100 | 1101 | 100111 | 1000010 |
Color Harmonies of #CB9788
Complementary color
Monochromatic Colors of #CB9788
Black with #CB9788
Text Example
Text Example
White with #CB9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9788; }
p { color: rgb(203,151,136); }
H1.HeaderClassName
{
color: #CB9788;
}
.AnyTagClassName
{
color: #CB9788;
}
</style>
background-color css
<style>
a { background-color: #CB9788; }
a { background-color: rgb(203,151,136); }
div.DivClassName
{
background-color: #CB9788;
}
.BgClassName
{
background-color: #CB9788;
}
</style>
border-color css
<style>
span { border-color: #CB9788; }
span { border-color: rgb(203,151,136); }
td.TdClassName
{
border-color: #CB9788;
}
.TagClassName
{
border-color: #CB9788;
}
</style>