Shades of Quicksand #C3978F
Tints of Quicksand #C3978F
RGB
CMYK
RGB Variations
Color information
#C3978F (or 0xC3978F) is known color: Quicksand. HEX triplet: C3, 97 and 8F. RGB value is (195,151,143). Sum of RGB (Red+Green+Blue) = 195+151+143=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978F is #3C6870. Grayscale: #A3A3A3. Windows color (decimal): -3958897 or 9410499. OLE color: 9410499.
HSL color Cylindrical-coordinate representation of color #C3978F: hue angle of 9.23º degrees, saturation: 0.3, 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 #C3978F is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 143 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.24 |
| HSL | 9.23º | 0.3% | 0.66% | - |
| HSV(B) | 9.23º | 0.27% | 0.76% | - |
| XYZ | 38.53 | 35.72 | 30.85 | - |
| YUV | 163.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 143 | 0 | 0.23 | 0.27 | 0.24 | 9.23 | 0.3 | 0.66 |
| Hex | C3 | 97 | 8F | 0 | 17 | 1B | 18 | 9 | 1E | 42 |
| Octal | 303 | 227 | 217 | 0 | 27 | 33 | 30 | 11 | 36 | 102 |
| Binary | 11000011 | 10010111 | 10001111 | 0 | 10111 | 11011 | 11000 | 1001 | 11110 | 1000010 |
Color Harmonies of #C3978F
Complementary color
Monochromatic Colors of #C3978F
Black with #C3978F
Text Example
Text Example
White with #C3978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3978F; }
p { color: rgb(195,151,143); }
H1.HeaderClassName
{
color: #C3978F;
}
.AnyTagClassName
{
color: #C3978F;
}
</style>
background-color css
<style>
a { background-color: #C3978F; }
a { background-color: rgb(195,151,143); }
div.DivClassName
{
background-color: #C3978F;
}
.BgClassName
{
background-color: #C3978F;
}
</style>
border-color css
<style>
span { border-color: #C3978F; }
span { border-color: rgb(195,151,143); }
td.TdClassName
{
border-color: #C3978F;
}
.TagClassName
{
border-color: #C3978F;
}
</style>