Shades of Quicksand #CB988C
Tints of Quicksand #CB988C
RGB
CMYK
RGB Variations
Color information
#CB988C (or 0xCB988C) is known color: Quicksand. HEX triplet: CB, 98 and 8C. RGB value is (203,152,140). Sum of RGB (Red+Green+Blue) = 203+152+140=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB988C is #346773. Grayscale: #A5A5A5. Windows color (decimal): -3434356 or 9214155. OLE color: 9214155.
HSL color Cylindrical-coordinate representation of color #CB988C: hue angle of 11.43º degrees, saturation: 0.38, 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 #CB988C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 140 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.20 |
| HSL | 11.43º | 0.38% | 0.67% | - |
| HSV(B) | 11.43º | 0.31% | 0.8% | - |
| XYZ | 40.59 | 37.05 | 29.82 | - |
| YUV | 165.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 140 | 0 | 0.25 | 0.31 | 0.20 | 11.43 | 0.38 | 0.67 |
| Hex | CB | 98 | 8C | 0 | 19 | 1F | 14 | B | 26 | 43 |
| Octal | 313 | 230 | 214 | 0 | 31 | 37 | 24 | 13 | 46 | 103 |
| Binary | 11001011 | 10011000 | 10001100 | 0 | 11001 | 11111 | 10100 | 1011 | 100110 | 1000011 |
Color Harmonies of #CB988C
Complementary color
Monochromatic Colors of #CB988C
Black with #CB988C
Text Example
Text Example
White with #CB988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB988C; }
p { color: rgb(203,152,140); }
H1.HeaderClassName
{
color: #CB988C;
}
.AnyTagClassName
{
color: #CB988C;
}
</style>
background-color css
<style>
a { background-color: #CB988C; }
a { background-color: rgb(203,152,140); }
div.DivClassName
{
background-color: #CB988C;
}
.BgClassName
{
background-color: #CB988C;
}
</style>
border-color css
<style>
span { border-color: #CB988C; }
span { border-color: rgb(203,152,140); }
td.TdClassName
{
border-color: #CB988C;
}
.TagClassName
{
border-color: #CB988C;
}
</style>