Shades of Quicksand #CB9682
Tints of Quicksand #CB9682
RGB
CMYK
RGB Variations
Color information
#CB9682 (or 0xCB9682) is known color: Quicksand. HEX triplet: CB, 96 and 82. RGB value is (203,150,130). Sum of RGB (Red+Green+Blue) = 203+150+130=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9682 is #34697D. Grayscale: #A3A3A3. Windows color (decimal): -3434878 or 8558283. OLE color: 8558283.
HSL color Cylindrical-coordinate representation of color #CB9682: hue angle of 16.44º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9682 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 130 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.20 |
| HSL | 16.44º | 0.41% | 0.65% | - |
| HSV(B) | 16.44º | 0.36% | 0.8% | - |
| XYZ | 39.56 | 36.12 | 26.01 | - |
| YUV | 163.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 130 | 0 | 0.26 | 0.36 | 0.20 | 16.44 | 0.41 | 0.65 |
| Hex | CB | 96 | 82 | 0 | 1A | 24 | 14 | 10 | 29 | 41 |
| Octal | 313 | 226 | 202 | 0 | 32 | 44 | 24 | 20 | 51 | 101 |
| Binary | 11001011 | 10010110 | 10000010 | 0 | 11010 | 100100 | 10100 | 10000 | 101001 | 1000001 |
Color Harmonies of #CB9682
Complementary color
Monochromatic Colors of #CB9682
Black with #CB9682
Text Example
Text Example
White with #CB9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9682; }
p { color: rgb(203,150,130); }
H1.HeaderClassName
{
color: #CB9682;
}
.AnyTagClassName
{
color: #CB9682;
}
</style>
background-color css
<style>
a { background-color: #CB9682; }
a { background-color: rgb(203,150,130); }
div.DivClassName
{
background-color: #CB9682;
}
.BgClassName
{
background-color: #CB9682;
}
</style>
border-color css
<style>
span { border-color: #CB9682; }
span { border-color: rgb(203,150,130); }
td.TdClassName
{
border-color: #CB9682;
}
.TagClassName
{
border-color: #CB9682;
}
</style>