Shades of Quicksand #C3978E
Tints of Quicksand #C3978E
RGB
CMYK
RGB Variations
Color information
#C3978E (or 0xC3978E) is known color: Quicksand. HEX triplet: C3, 97 and 8E. RGB value is (195,151,142). Sum of RGB (Red+Green+Blue) = 195+151+142=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978E is #3C6871. Grayscale: #A3A3A3. Windows color (decimal): -3958898 or 9344963. OLE color: 9344963.
HSL color Cylindrical-coordinate representation of color #C3978E: hue angle of 10.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3978E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 142 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 10.19º | 0.31% | 0.66% | - |
| HSV(B) | 10.19º | 0.27% | 0.76% | - |
| XYZ | 38.45 | 35.69 | 30.45 | - |
| YUV | 163.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 142 | 0 | 0.23 | 0.27 | 0.24 | 10.19 | 0.31 | 0.66 |
| Hex | C3 | 97 | 8E | 0 | 17 | 1B | 18 | A | 1F | 42 |
| Octal | 303 | 227 | 216 | 0 | 27 | 33 | 30 | 12 | 37 | 102 |
| Binary | 11000011 | 10010111 | 10001110 | 0 | 10111 | 11011 | 11000 | 1010 | 11111 | 1000010 |
Color Harmonies of #C3978E
Complementary color
Monochromatic Colors of #C3978E
Black with #C3978E
Text Example
Text Example
White with #C3978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3978E; }
p { color: rgb(195,151,142); }
H1.HeaderClassName
{
color: #C3978E;
}
.AnyTagClassName
{
color: #C3978E;
}
</style>
background-color css
<style>
a { background-color: #C3978E; }
a { background-color: rgb(195,151,142); }
div.DivClassName
{
background-color: #C3978E;
}
.BgClassName
{
background-color: #C3978E;
}
</style>
border-color css
<style>
span { border-color: #C3978E; }
span { border-color: rgb(195,151,142); }
td.TdClassName
{
border-color: #C3978E;
}
.TagClassName
{
border-color: #C3978E;
}
</style>