Shades of Quicksand #CB988D
Tints of Quicksand #CB988D
RGB
CMYK
RGB Variations
Color information
#CB988D (or 0xCB988D) is known color: Quicksand. HEX triplet: CB, 98 and 8D. RGB value is (203,152,141). Sum of RGB (Red+Green+Blue) = 203+152+141=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB988D is #346772. Grayscale: #A6A6A6. Windows color (decimal): -3434355 or 9279691. OLE color: 9279691.
HSL color Cylindrical-coordinate representation of color #CB988D: hue angle of 10.65º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB988D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 141 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.20 |
| HSL | 10.65º | 0.37% | 0.67% | - |
| HSV(B) | 10.65º | 0.31% | 0.8% | - |
| XYZ | 40.66 | 37.08 | 30.21 | - |
| YUV | 166 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 141 | 0 | 0.25 | 0.31 | 0.20 | 10.65 | 0.37 | 0.67 |
| Hex | CB | 98 | 8D | 0 | 19 | 1F | 14 | B | 25 | 43 |
| Octal | 313 | 230 | 215 | 0 | 31 | 37 | 24 | 13 | 45 | 103 |
| Binary | 11001011 | 10011000 | 10001101 | 0 | 11001 | 11111 | 10100 | 1011 | 100101 | 1000011 |
Color Harmonies of #CB988D
Complementary color
Monochromatic Colors of #CB988D
Black with #CB988D
Text Example
Text Example
White with #CB988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB988D; }
p { color: rgb(203,152,141); }
H1.HeaderClassName
{
color: #CB988D;
}
.AnyTagClassName
{
color: #CB988D;
}
</style>
background-color css
<style>
a { background-color: #CB988D; }
a { background-color: rgb(203,152,141); }
div.DivClassName
{
background-color: #CB988D;
}
.BgClassName
{
background-color: #CB988D;
}
</style>
border-color css
<style>
span { border-color: #CB988D; }
span { border-color: rgb(203,152,141); }
td.TdClassName
{
border-color: #CB988D;
}
.TagClassName
{
border-color: #CB988D;
}
</style>