Shades of Quicksand #CB9889
Tints of Quicksand #CB9889
RGB
CMYK
RGB Variations
Color information
#CB9889 (or 0xCB9889) is known color: Quicksand. HEX triplet: CB, 98 and 89. RGB value is (203,152,137). Sum of RGB (Red+Green+Blue) = 203+152+137=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9889 is #346776. Grayscale: #A5A5A5. Windows color (decimal): -3434359 or 9017547. OLE color: 9017547.
HSL color Cylindrical-coordinate representation of color #CB9889: hue angle of 13.64º 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 #CB9889 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 137 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.20 |
| HSL | 13.64º | 0.39% | 0.67% | - |
| HSV(B) | 13.64º | 0.33% | 0.8% | - |
| XYZ | 40.37 | 36.96 | 28.67 | - |
| YUV | 165.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 137 | 0 | 0.25 | 0.33 | 0.20 | 13.64 | 0.39 | 0.67 |
| Hex | CB | 98 | 89 | 0 | 19 | 21 | 14 | E | 27 | 43 |
| Octal | 313 | 230 | 211 | 0 | 31 | 41 | 24 | 16 | 47 | 103 |
| Binary | 11001011 | 10011000 | 10001001 | 0 | 11001 | 100001 | 10100 | 1110 | 100111 | 1000011 |
Color Harmonies of #CB9889
Complementary color
Monochromatic Colors of #CB9889
Black with #CB9889
Text Example
Text Example
White with #CB9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9889; }
p { color: rgb(203,152,137); }
H1.HeaderClassName
{
color: #CB9889;
}
.AnyTagClassName
{
color: #CB9889;
}
</style>
background-color css
<style>
a { background-color: #CB9889; }
a { background-color: rgb(203,152,137); }
div.DivClassName
{
background-color: #CB9889;
}
.BgClassName
{
background-color: #CB9889;
}
</style>
border-color css
<style>
span { border-color: #CB9889; }
span { border-color: rgb(203,152,137); }
td.TdClassName
{
border-color: #CB9889;
}
.TagClassName
{
border-color: #CB9889;
}
</style>