Shades of Quicksand #C2978B
Tints of Quicksand #C2978B
RGB
CMYK
RGB Variations
Color information
#C2978B (or 0xC2978B) is known color: Quicksand. HEX triplet: C2, 97 and 8B. RGB value is (194,151,139). Sum of RGB (Red+Green+Blue) = 194+151+139=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2978B is #3D6874. Grayscale: #A2A2A2. Windows color (decimal): -4024437 or 9148354. OLE color: 9148354.
HSL color Cylindrical-coordinate representation of color #C2978B: hue angle of 13.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2978B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 139 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.24 |
| HSL | 13.09º | 0.31% | 0.65% | - |
| HSV(B) | 13.09º | 0.28% | 0.76% | - |
| XYZ | 37.97 | 35.47 | 29.27 | - |
| YUV | 162.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 139 | 0 | 0.22 | 0.28 | 0.24 | 13.09 | 0.31 | 0.65 |
| Hex | C2 | 97 | 8B | 0 | 16 | 1C | 18 | D | 1F | 41 |
| Octal | 302 | 227 | 213 | 0 | 26 | 34 | 30 | 15 | 37 | 101 |
| Binary | 11000010 | 10010111 | 10001011 | 0 | 10110 | 11100 | 11000 | 1101 | 11111 | 1000001 |
Color Harmonies of #C2978B
Complementary color
Monochromatic Colors of #C2978B
Black with #C2978B
Text Example
Text Example
White with #C2978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2978B; }
p { color: rgb(194,151,139); }
H1.HeaderClassName
{
color: #C2978B;
}
.AnyTagClassName
{
color: #C2978B;
}
</style>
background-color css
<style>
a { background-color: #C2978B; }
a { background-color: rgb(194,151,139); }
div.DivClassName
{
background-color: #C2978B;
}
.BgClassName
{
background-color: #C2978B;
}
</style>
border-color css
<style>
span { border-color: #C2978B; }
span { border-color: rgb(194,151,139); }
td.TdClassName
{
border-color: #C2978B;
}
.TagClassName
{
border-color: #C2978B;
}
</style>