Shades of Quicksand #CB978E
Tints of Quicksand #CB978E
RGB
CMYK
RGB Variations
Color information
#CB978E (or 0xCB978E) is known color: Quicksand. HEX triplet: CB, 97 and 8E. RGB value is (203,151,142). Sum of RGB (Red+Green+Blue) = 203+151+142=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978E is #346871. Grayscale: #A5A5A5. Windows color (decimal): -3434610 or 9344971. OLE color: 9344971.
HSL color Cylindrical-coordinate representation of color #CB978E: hue angle of 8.85º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB978E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 142 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.20 |
| HSL | 8.85º | 0.37% | 0.68% | - |
| HSV(B) | 8.85º | 0.3% | 0.8% | - |
| XYZ | 40.58 | 36.78 | 30.55 | - |
| YUV | 165.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 142 | 0 | 0.26 | 0.30 | 0.20 | 8.85 | 0.37 | 0.68 |
| Hex | CB | 97 | 8E | 0 | 1A | 1E | 14 | 9 | 25 | 44 |
| Octal | 313 | 227 | 216 | 0 | 32 | 36 | 24 | 11 | 45 | 104 |
| Binary | 11001011 | 10010111 | 10001110 | 0 | 11010 | 11110 | 10100 | 1001 | 100101 | 1000100 |
Color Harmonies of #CB978E
Complementary color
Monochromatic Colors of #CB978E
Black with #CB978E
Text Example
Text Example
White with #CB978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB978E; }
p { color: rgb(203,151,142); }
H1.HeaderClassName
{
color: #CB978E;
}
.AnyTagClassName
{
color: #CB978E;
}
</style>
background-color css
<style>
a { background-color: #CB978E; }
a { background-color: rgb(203,151,142); }
div.DivClassName
{
background-color: #CB978E;
}
.BgClassName
{
background-color: #CB978E;
}
</style>
border-color css
<style>
span { border-color: #CB978E; }
span { border-color: rgb(203,151,142); }
td.TdClassName
{
border-color: #CB978E;
}
.TagClassName
{
border-color: #CB978E;
}
</style>