Shades of Quicksand #C4958D
Tints of Quicksand #C4958D
RGB
CMYK
RGB Variations
Color information
#C4958D (or 0xC4958D) is known color: Quicksand. HEX triplet: C4, 95 and 8D. RGB value is (196,149,141). Sum of RGB (Red+Green+Blue) = 196+149+141=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4958D is #3B6A72. Grayscale: #A2A2A2. Windows color (decimal): -3893875 or 9278916. OLE color: 9278916.
HSL color Cylindrical-coordinate representation of color #C4958D: hue angle of 8.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4958D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 141 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.23 |
| HSL | 8.73º | 0.32% | 0.66% | - |
| HSV(B) | 8.73º | 0.28% | 0.77% | - |
| XYZ | 38.32 | 35.15 | 29.96 | - |
| YUV | 162.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 141 | 0 | 0.24 | 0.28 | 0.23 | 8.73 | 0.32 | 0.66 |
| Hex | C4 | 95 | 8D | 0 | 18 | 1C | 17 | 9 | 20 | 42 |
| Octal | 304 | 225 | 215 | 0 | 30 | 34 | 27 | 11 | 40 | 102 |
| Binary | 11000100 | 10010101 | 10001101 | 0 | 11000 | 11100 | 10111 | 1001 | 100000 | 1000010 |
Color Harmonies of #C4958D
Complementary color
Monochromatic Colors of #C4958D
Black with #C4958D
Text Example
Text Example
White with #C4958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4958D; }
p { color: rgb(196,149,141); }
H1.HeaderClassName
{
color: #C4958D;
}
.AnyTagClassName
{
color: #C4958D;
}
</style>
background-color css
<style>
a { background-color: #C4958D; }
a { background-color: rgb(196,149,141); }
div.DivClassName
{
background-color: #C4958D;
}
.BgClassName
{
background-color: #C4958D;
}
</style>
border-color css
<style>
span { border-color: #C4958D; }
span { border-color: rgb(196,149,141); }
td.TdClassName
{
border-color: #C4958D;
}
.TagClassName
{
border-color: #C4958D;
}
</style>