Shades of Quicksand #CB988A
Tints of Quicksand #CB988A
RGB
CMYK
RGB Variations
Color information
#CB988A (or 0xCB988A) is known color: Quicksand. HEX triplet: CB, 98 and 8A. RGB value is (203,152,138). Sum of RGB (Red+Green+Blue) = 203+152+138=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB988A is #346775. Grayscale: #A5A5A5. Windows color (decimal): -3434358 or 9083083. OLE color: 9083083.
HSL color Cylindrical-coordinate representation of color #CB988A: hue angle of 12.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB988A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 138 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.20 |
| HSL | 12.92º | 0.38% | 0.67% | - |
| HSV(B) | 12.92º | 0.32% | 0.8% | - |
| XYZ | 40.44 | 36.99 | 29.05 | - |
| YUV | 165.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 138 | 0 | 0.25 | 0.32 | 0.20 | 12.92 | 0.38 | 0.67 |
| Hex | CB | 98 | 8A | 0 | 19 | 20 | 14 | D | 26 | 43 |
| Octal | 313 | 230 | 212 | 0 | 31 | 40 | 24 | 15 | 46 | 103 |
| Binary | 11001011 | 10011000 | 10001010 | 0 | 11001 | 100000 | 10100 | 1101 | 100110 | 1000011 |
Color Harmonies of #CB988A
Complementary color
Monochromatic Colors of #CB988A
Black with #CB988A
Text Example
Text Example
White with #CB988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB988A; }
p { color: rgb(203,152,138); }
H1.HeaderClassName
{
color: #CB988A;
}
.AnyTagClassName
{
color: #CB988A;
}
</style>
background-color css
<style>
a { background-color: #CB988A; }
a { background-color: rgb(203,152,138); }
div.DivClassName
{
background-color: #CB988A;
}
.BgClassName
{
background-color: #CB988A;
}
</style>
border-color css
<style>
span { border-color: #CB988A; }
span { border-color: rgb(203,152,138); }
td.TdClassName
{
border-color: #CB988A;
}
.TagClassName
{
border-color: #CB988A;
}
</style>