Shades of Quicksand #C3978D
Tints of Quicksand #C3978D
RGB
CMYK
RGB Variations
Color information
#C3978D (or 0xC3978D) is known color: Quicksand. HEX triplet: C3, 97 and 8D. RGB value is (195,151,141). Sum of RGB (Red+Green+Blue) = 195+151+141=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978D is #3C6872. Grayscale: #A3A3A3. Windows color (decimal): -3958899 or 9279427. OLE color: 9279427.
HSL color Cylindrical-coordinate representation of color #C3978D: hue angle of 11.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3978D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 141 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.24 |
| HSL | 11.11º | 0.31% | 0.66% | - |
| HSV(B) | 11.11º | 0.28% | 0.76% | - |
| XYZ | 38.38 | 35.66 | 30.06 | - |
| YUV | 163.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 141 | 0 | 0.23 | 0.28 | 0.24 | 11.11 | 0.31 | 0.66 |
| Hex | C3 | 97 | 8D | 0 | 17 | 1C | 18 | B | 1F | 42 |
| Octal | 303 | 227 | 215 | 0 | 27 | 34 | 30 | 13 | 37 | 102 |
| Binary | 11000011 | 10010111 | 10001101 | 0 | 10111 | 11100 | 11000 | 1011 | 11111 | 1000010 |
Color Harmonies of #C3978D
Complementary color
Monochromatic Colors of #C3978D
Black with #C3978D
Text Example
Text Example
White with #C3978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3978D; }
p { color: rgb(195,151,141); }
H1.HeaderClassName
{
color: #C3978D;
}
.AnyTagClassName
{
color: #C3978D;
}
</style>
background-color css
<style>
a { background-color: #C3978D; }
a { background-color: rgb(195,151,141); }
div.DivClassName
{
background-color: #C3978D;
}
.BgClassName
{
background-color: #C3978D;
}
</style>
border-color css
<style>
span { border-color: #C3978D; }
span { border-color: rgb(195,151,141); }
td.TdClassName
{
border-color: #C3978D;
}
.TagClassName
{
border-color: #C3978D;
}
</style>