Shades of Quicksand #CB978C
Tints of Quicksand #CB978C
RGB
CMYK
RGB Variations
Color information
#CB978C (or 0xCB978C) is known color: Quicksand. HEX triplet: CB, 97 and 8C. RGB value is (203,151,140). Sum of RGB (Red+Green+Blue) = 203+151+140=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978C is #346873. Grayscale: #A5A5A5. Windows color (decimal): -3434612 or 9213899. OLE color: 9213899.
HSL color Cylindrical-coordinate representation of color #CB978C: hue angle of 10.48º 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 #CB978C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 140 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.20 |
| HSL | 10.48º | 0.38% | 0.67% | - |
| HSV(B) | 10.48º | 0.31% | 0.8% | - |
| XYZ | 40.43 | 36.72 | 29.77 | - |
| YUV | 165.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 140 | 0 | 0.26 | 0.31 | 0.20 | 10.48 | 0.38 | 0.67 |
| Hex | CB | 97 | 8C | 0 | 1A | 1F | 14 | A | 26 | 43 |
| Octal | 313 | 227 | 214 | 0 | 32 | 37 | 24 | 12 | 46 | 103 |
| Binary | 11001011 | 10010111 | 10001100 | 0 | 11010 | 11111 | 10100 | 1010 | 100110 | 1000011 |
Color Harmonies of #CB978C
Complementary color
Monochromatic Colors of #CB978C
Black with #CB978C
Text Example
Text Example
White with #CB978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB978C; }
p { color: rgb(203,151,140); }
H1.HeaderClassName
{
color: #CB978C;
}
.AnyTagClassName
{
color: #CB978C;
}
</style>
background-color css
<style>
a { background-color: #CB978C; }
a { background-color: rgb(203,151,140); }
div.DivClassName
{
background-color: #CB978C;
}
.BgClassName
{
background-color: #CB978C;
}
</style>
border-color css
<style>
span { border-color: #CB978C; }
span { border-color: rgb(203,151,140); }
td.TdClassName
{
border-color: #CB978C;
}
.TagClassName
{
border-color: #CB978C;
}
</style>