Shades of Quicksand #CB9983
Tints of Quicksand #CB9983
RGB
CMYK
RGB Variations
Color information
#CB9983 (or 0xCB9983) is known color: Quicksand. HEX triplet: CB, 99 and 83. RGB value is (203,153,131). Sum of RGB (Red+Green+Blue) = 203+153+131=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9983 is #34667C. Grayscale: #A5A5A5. Windows color (decimal): -3434109 or 8624587. OLE color: 8624587.
HSL color Cylindrical-coordinate representation of color #CB9983: hue angle of 18.33º 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 #CB9983 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 131 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.20 |
| HSL | 18.33º | 0.41% | 0.65% | - |
| HSV(B) | 18.33º | 0.35% | 0.8% | - |
| XYZ | 40.12 | 37.12 | 26.52 | - |
| YUV | 165.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 131 | 0 | 0.25 | 0.35 | 0.20 | 18.33 | 0.41 | 0.65 |
| Hex | CB | 99 | 83 | 0 | 19 | 23 | 14 | 12 | 29 | 41 |
| Octal | 313 | 231 | 203 | 0 | 31 | 43 | 24 | 22 | 51 | 101 |
| Binary | 11001011 | 10011001 | 10000011 | 0 | 11001 | 100011 | 10100 | 10010 | 101001 | 1000001 |
Color Harmonies of #CB9983
Complementary color
Monochromatic Colors of #CB9983
Black with #CB9983
Text Example
Text Example
White with #CB9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9983; }
p { color: rgb(203,153,131); }
H1.HeaderClassName
{
color: #CB9983;
}
.AnyTagClassName
{
color: #CB9983;
}
</style>
background-color css
<style>
a { background-color: #CB9983; }
a { background-color: rgb(203,153,131); }
div.DivClassName
{
background-color: #CB9983;
}
.BgClassName
{
background-color: #CB9983;
}
</style>
border-color css
<style>
span { border-color: #CB9983; }
span { border-color: rgb(203,153,131); }
td.TdClassName
{
border-color: #CB9983;
}
.TagClassName
{
border-color: #CB9983;
}
</style>