Shades of Quicksand #C0978A
Tints of Quicksand #C0978A
RGB
CMYK
RGB Variations
Color information
#C0978A (or 0xC0978A) is known color: Quicksand. HEX triplet: C0, 97 and 8A. RGB value is (192,151,138). Sum of RGB (Red+Green+Blue) = 192+151+138=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0978A is #3F6875. Grayscale: #A1A1A1. Windows color (decimal): -4155510 or 9082816. OLE color: 9082816.
HSL color Cylindrical-coordinate representation of color #C0978A: hue angle of 14.44º 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 #C0978A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 138 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.25 |
| HSL | 14.44º | 0.3% | 0.65% | - |
| HSV(B) | 14.44º | 0.28% | 0.75% | - |
| XYZ | 37.39 | 35.17 | 28.86 | - |
| YUV | 161.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 138 | 0 | 0.21 | 0.28 | 0.25 | 14.44 | 0.3 | 0.65 |
| Hex | C0 | 97 | 8A | 0 | 15 | 1C | 19 | E | 1E | 41 |
| Octal | 300 | 227 | 212 | 0 | 25 | 34 | 31 | 16 | 36 | 101 |
| Binary | 11000000 | 10010111 | 10001010 | 0 | 10101 | 11100 | 11001 | 1110 | 11110 | 1000001 |
Color Harmonies of #C0978A
Complementary color
Monochromatic Colors of #C0978A
Black with #C0978A
Text Example
Text Example
White with #C0978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0978A; }
p { color: rgb(192,151,138); }
H1.HeaderClassName
{
color: #C0978A;
}
.AnyTagClassName
{
color: #C0978A;
}
</style>
background-color css
<style>
a { background-color: #C0978A; }
a { background-color: rgb(192,151,138); }
div.DivClassName
{
background-color: #C0978A;
}
.BgClassName
{
background-color: #C0978A;
}
</style>
border-color css
<style>
span { border-color: #C0978A; }
span { border-color: rgb(192,151,138); }
td.TdClassName
{
border-color: #C0978A;
}
.TagClassName
{
border-color: #C0978A;
}
</style>