Shades of Quicksand #CB9583
Tints of Quicksand #CB9583
RGB
CMYK
RGB Variations
Color information
#CB9583 (or 0xCB9583) is known color: Quicksand. HEX triplet: CB, 95 and 83. RGB value is (203,149,131). Sum of RGB (Red+Green+Blue) = 203+149+131=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9583 is #346A7C. Grayscale: #A3A3A3. Windows color (decimal): -3435133 or 8623563. OLE color: 8623563.
HSL color Cylindrical-coordinate representation of color #CB9583: hue angle of 15º 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 #CB9583 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 131 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.20 |
| HSL | 15º | 0.41% | 0.65% | - |
| HSV(B) | 15º | 0.35% | 0.8% | - |
| XYZ | 39.47 | 35.83 | 26.31 | - |
| YUV | 163.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 131 | 0 | 0.27 | 0.35 | 0.20 | 15 | 0.41 | 0.65 |
| Hex | CB | 95 | 83 | 0 | 1B | 23 | 14 | F | 29 | 41 |
| Octal | 313 | 225 | 203 | 0 | 33 | 43 | 24 | 17 | 51 | 101 |
| Binary | 11001011 | 10010101 | 10000011 | 0 | 11011 | 100011 | 10100 | 1111 | 101001 | 1000001 |
Color Harmonies of #CB9583
Complementary color
Monochromatic Colors of #CB9583
Black with #CB9583
Text Example
Text Example
White with #CB9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9583; }
p { color: rgb(203,149,131); }
H1.HeaderClassName
{
color: #CB9583;
}
.AnyTagClassName
{
color: #CB9583;
}
</style>
background-color css
<style>
a { background-color: #CB9583; }
a { background-color: rgb(203,149,131); }
div.DivClassName
{
background-color: #CB9583;
}
.BgClassName
{
background-color: #CB9583;
}
</style>
border-color css
<style>
span { border-color: #CB9583; }
span { border-color: rgb(203,149,131); }
td.TdClassName
{
border-color: #CB9583;
}
.TagClassName
{
border-color: #CB9583;
}
</style>