Shades of Quicksand #C0988B
Tints of Quicksand #C0988B
RGB
CMYK
RGB Variations
Color information
#C0988B (or 0xC0988B) is known color: Quicksand. HEX triplet: C0, 98 and 8B. RGB value is (192,152,139). Sum of RGB (Red+Green+Blue) = 192+152+139=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988B is #3F6774. Grayscale: #A2A2A2. Windows color (decimal): -4155253 or 9148608. OLE color: 9148608.
HSL color Cylindrical-coordinate representation of color #C0988B: hue angle of 14.72º 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 #C0988B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 139 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.25 |
| HSL | 14.72º | 0.3% | 0.65% | - |
| HSV(B) | 14.72º | 0.28% | 0.75% | - |
| XYZ | 37.63 | 35.53 | 29.3 | - |
| YUV | 162.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 139 | 0 | 0.21 | 0.28 | 0.25 | 14.72 | 0.3 | 0.65 |
| Hex | C0 | 98 | 8B | 0 | 15 | 1C | 19 | F | 1E | 41 |
| Octal | 300 | 230 | 213 | 0 | 25 | 34 | 31 | 17 | 36 | 101 |
| Binary | 11000000 | 10011000 | 10001011 | 0 | 10101 | 11100 | 11001 | 1111 | 11110 | 1000001 |
Color Harmonies of #C0988B
Complementary color
Monochromatic Colors of #C0988B
Black with #C0988B
Text Example
Text Example
White with #C0988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0988B; }
p { color: rgb(192,152,139); }
H1.HeaderClassName
{
color: #C0988B;
}
.AnyTagClassName
{
color: #C0988B;
}
</style>
background-color css
<style>
a { background-color: #C0988B; }
a { background-color: rgb(192,152,139); }
div.DivClassName
{
background-color: #C0988B;
}
.BgClassName
{
background-color: #C0988B;
}
</style>
border-color css
<style>
span { border-color: #C0988B; }
span { border-color: rgb(192,152,139); }
td.TdClassName
{
border-color: #C0988B;
}
.TagClassName
{
border-color: #C0988B;
}
</style>