Shades of Quicksand #C0948B
Tints of Quicksand #C0948B
RGB
CMYK
RGB Variations
Color information
#C0948B (or 0xC0948B) is known color: Quicksand. HEX triplet: C0, 94 and 8B. RGB value is (192,148,139). Sum of RGB (Red+Green+Blue) = 192+148+139=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0948B is #3F6B74. Grayscale: #A0A0A0. Windows color (decimal): -4156277 or 9147584. OLE color: 9147584.
HSL color Cylindrical-coordinate representation of color #C0948B: hue angle of 10.19º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0948B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 139 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.25 |
| HSL | 10.19º | 0.3% | 0.65% | - |
| HSV(B) | 10.19º | 0.28% | 0.75% | - |
| XYZ | 36.99 | 34.25 | 29.09 | - |
| YUV | 160.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 139 | 0 | 0.23 | 0.28 | 0.25 | 10.19 | 0.3 | 0.65 |
| Hex | C0 | 94 | 8B | 0 | 17 | 1C | 19 | A | 1E | 41 |
| Octal | 300 | 224 | 213 | 0 | 27 | 34 | 31 | 12 | 36 | 101 |
| Binary | 11000000 | 10010100 | 10001011 | 0 | 10111 | 11100 | 11001 | 1010 | 11110 | 1000001 |
Color Harmonies of #C0948B
Complementary color
Monochromatic Colors of #C0948B
Black with #C0948B
Text Example
Text Example
White with #C0948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0948B; }
p { color: rgb(192,148,139); }
H1.HeaderClassName
{
color: #C0948B;
}
.AnyTagClassName
{
color: #C0948B;
}
</style>
background-color css
<style>
a { background-color: #C0948B; }
a { background-color: rgb(192,148,139); }
div.DivClassName
{
background-color: #C0948B;
}
.BgClassName
{
background-color: #C0948B;
}
</style>
border-color css
<style>
span { border-color: #C0948B; }
span { border-color: rgb(192,148,139); }
td.TdClassName
{
border-color: #C0948B;
}
.TagClassName
{
border-color: #C0948B;
}
</style>