Shades of Quicksand #CB978D
Tints of Quicksand #CB978D
RGB
CMYK
RGB Variations
Color information
#CB978D (or 0xCB978D) is known color: Quicksand. HEX triplet: CB, 97 and 8D. RGB value is (203,151,141). Sum of RGB (Red+Green+Blue) = 203+151+141=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978D is #346872. Grayscale: #A5A5A5. Windows color (decimal): -3434611 or 9279435. OLE color: 9279435.
HSL color Cylindrical-coordinate representation of color #CB978D: hue angle of 9.68º 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 #CB978D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 141 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.20 |
| HSL | 9.68º | 0.37% | 0.67% | - |
| HSV(B) | 9.68º | 0.31% | 0.8% | - |
| XYZ | 40.5 | 36.75 | 30.16 | - |
| YUV | 165.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 141 | 0 | 0.26 | 0.31 | 0.20 | 9.68 | 0.37 | 0.67 |
| Hex | CB | 97 | 8D | 0 | 1A | 1F | 14 | A | 25 | 43 |
| Octal | 313 | 227 | 215 | 0 | 32 | 37 | 24 | 12 | 45 | 103 |
| Binary | 11001011 | 10010111 | 10001101 | 0 | 11010 | 11111 | 10100 | 1010 | 100101 | 1000011 |
Color Harmonies of #CB978D
Complementary color
Monochromatic Colors of #CB978D
Black with #CB978D
Text Example
Text Example
White with #CB978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB978D; }
p { color: rgb(203,151,141); }
H1.HeaderClassName
{
color: #CB978D;
}
.AnyTagClassName
{
color: #CB978D;
}
</style>
background-color css
<style>
a { background-color: #CB978D; }
a { background-color: rgb(203,151,141); }
div.DivClassName
{
background-color: #CB978D;
}
.BgClassName
{
background-color: #CB978D;
}
</style>
border-color css
<style>
span { border-color: #CB978D; }
span { border-color: rgb(203,151,141); }
td.TdClassName
{
border-color: #CB978D;
}
.TagClassName
{
border-color: #CB978D;
}
</style>