Shades of Quicksand #CB9683
Tints of Quicksand #CB9683
RGB
CMYK
RGB Variations
Color information
#CB9683 (or 0xCB9683) is known color: Quicksand. HEX triplet: CB, 96 and 83. RGB value is (203,150,131). Sum of RGB (Red+Green+Blue) = 203+150+131=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9683 is #34697C. Grayscale: #A3A3A3. Windows color (decimal): -3434877 or 8623819. OLE color: 8623819.
HSL color Cylindrical-coordinate representation of color #CB9683: hue angle of 15.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB9683 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 131 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.20 |
| HSL | 15.83º | 0.41% | 0.65% | - |
| HSV(B) | 15.83º | 0.35% | 0.8% | - |
| XYZ | 39.63 | 36.15 | 26.36 | - |
| YUV | 163.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 131 | 0 | 0.26 | 0.35 | 0.20 | 15.83 | 0.41 | 0.65 |
| Hex | CB | 96 | 83 | 0 | 1A | 23 | 14 | 10 | 29 | 41 |
| Octal | 313 | 226 | 203 | 0 | 32 | 43 | 24 | 20 | 51 | 101 |
| Binary | 11001011 | 10010110 | 10000011 | 0 | 11010 | 100011 | 10100 | 10000 | 101001 | 1000001 |
Color Harmonies of #CB9683
Complementary color
Monochromatic Colors of #CB9683
Black with #CB9683
Text Example
Text Example
White with #CB9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9683; }
p { color: rgb(203,150,131); }
H1.HeaderClassName
{
color: #CB9683;
}
.AnyTagClassName
{
color: #CB9683;
}
</style>
background-color css
<style>
a { background-color: #CB9683; }
a { background-color: rgb(203,150,131); }
div.DivClassName
{
background-color: #CB9683;
}
.BgClassName
{
background-color: #CB9683;
}
</style>
border-color css
<style>
span { border-color: #CB9683; }
span { border-color: rgb(203,150,131); }
td.TdClassName
{
border-color: #CB9683;
}
.TagClassName
{
border-color: #CB9683;
}
</style>