Shades of Quicksand #C3978B
Tints of Quicksand #C3978B
RGB
CMYK
RGB Variations
Color information
#C3978B (or 0xC3978B) is known color: Quicksand. HEX triplet: C3, 97 and 8B. RGB value is (195,151,139). Sum of RGB (Red+Green+Blue) = 195+151+139=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978B is #3C6874. Grayscale: #A2A2A2. Windows color (decimal): -3958901 or 9148355. OLE color: 9148355.
HSL color Cylindrical-coordinate representation of color #C3978B: hue angle of 12.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3978B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 139 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.24 |
| HSL | 12.86º | 0.32% | 0.65% | - |
| HSV(B) | 12.86º | 0.29% | 0.76% | - |
| XYZ | 38.23 | 35.6 | 29.28 | - |
| YUV | 162.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 139 | 0 | 0.23 | 0.29 | 0.24 | 12.86 | 0.32 | 0.65 |
| Hex | C3 | 97 | 8B | 0 | 17 | 1D | 18 | D | 20 | 41 |
| Octal | 303 | 227 | 213 | 0 | 27 | 35 | 30 | 15 | 40 | 101 |
| Binary | 11000011 | 10010111 | 10001011 | 0 | 10111 | 11101 | 11000 | 1101 | 100000 | 1000001 |
Color Harmonies of #C3978B
Complementary color
Monochromatic Colors of #C3978B
Black with #C3978B
Text Example
Text Example
White with #C3978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3978B; }
p { color: rgb(195,151,139); }
H1.HeaderClassName
{
color: #C3978B;
}
.AnyTagClassName
{
color: #C3978B;
}
</style>
background-color css
<style>
a { background-color: #C3978B; }
a { background-color: rgb(195,151,139); }
div.DivClassName
{
background-color: #C3978B;
}
.BgClassName
{
background-color: #C3978B;
}
</style>
border-color css
<style>
span { border-color: #C3978B; }
span { border-color: rgb(195,151,139); }
td.TdClassName
{
border-color: #C3978B;
}
.TagClassName
{
border-color: #C3978B;
}
</style>