Shades of Quicksand #CB9B84
Tints of Quicksand #CB9B84
RGB
CMYK
RGB Variations
Color information
#CB9B84 (or 0xCB9B84) is known color: Quicksand. HEX triplet: CB, 9B and 84. RGB value is (203,155,132). Sum of RGB (Red+Green+Blue) = 203+155+132=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B84 is #34647B. Grayscale: #A6A6A6. Windows color (decimal): -3433596 or 8690635. OLE color: 8690635.
HSL color Cylindrical-coordinate representation of color #CB9B84: hue angle of 19.44º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB9B84 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 132 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.20 |
| HSL | 19.44º | 0.41% | 0.66% | - |
| HSV(B) | 19.44º | 0.35% | 0.8% | - |
| XYZ | 40.51 | 37.81 | 26.99 | - |
| YUV | 166.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 132 | 0 | 0.24 | 0.35 | 0.20 | 19.44 | 0.41 | 0.66 |
| Hex | CB | 9B | 84 | 0 | 18 | 23 | 14 | 13 | 29 | 42 |
| Octal | 313 | 233 | 204 | 0 | 30 | 43 | 24 | 23 | 51 | 102 |
| Binary | 11001011 | 10011011 | 10000100 | 0 | 11000 | 100011 | 10100 | 10011 | 101001 | 1000010 |
Color Harmonies of #CB9B84
Complementary color
Monochromatic Colors of #CB9B84
Black with #CB9B84
Text Example
Text Example
White with #CB9B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B84; }
p { color: rgb(203,155,132); }
H1.HeaderClassName
{
color: #CB9B84;
}
.AnyTagClassName
{
color: #CB9B84;
}
</style>
background-color css
<style>
a { background-color: #CB9B84; }
a { background-color: rgb(203,155,132); }
div.DivClassName
{
background-color: #CB9B84;
}
.BgClassName
{
background-color: #CB9B84;
}
</style>
border-color css
<style>
span { border-color: #CB9B84; }
span { border-color: rgb(203,155,132); }
td.TdClassName
{
border-color: #CB9B84;
}
.TagClassName
{
border-color: #CB9B84;
}
</style>