Shades of Quicksand #C4968E
Tints of Quicksand #C4968E
RGB
CMYK
RGB Variations
Color information
#C4968E (or 0xC4968E) is known color: Quicksand. HEX triplet: C4, 96 and 8E. RGB value is (196,150,142). Sum of RGB (Red+Green+Blue) = 196+150+142=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4968E is #3B6971. Grayscale: #A2A2A2. Windows color (decimal): -3893618 or 9344708. OLE color: 9344708.
HSL color Cylindrical-coordinate representation of color #C4968E: hue angle of 8.89º degrees, saturation: 0.31, 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 #C4968E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 142 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.23 |
| HSL | 8.89º | 0.31% | 0.66% | - |
| HSV(B) | 8.89º | 0.28% | 0.77% | - |
| XYZ | 38.55 | 35.5 | 30.41 | - |
| YUV | 162.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 142 | 0 | 0.23 | 0.28 | 0.23 | 8.89 | 0.31 | 0.66 |
| Hex | C4 | 96 | 8E | 0 | 17 | 1C | 17 | 9 | 1F | 42 |
| Octal | 304 | 226 | 216 | 0 | 27 | 34 | 27 | 11 | 37 | 102 |
| Binary | 11000100 | 10010110 | 10001110 | 0 | 10111 | 11100 | 10111 | 1001 | 11111 | 1000010 |
Color Harmonies of #C4968E
Complementary color
Monochromatic Colors of #C4968E
Black with #C4968E
Text Example
Text Example
White with #C4968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4968E; }
p { color: rgb(196,150,142); }
H1.HeaderClassName
{
color: #C4968E;
}
.AnyTagClassName
{
color: #C4968E;
}
</style>
background-color css
<style>
a { background-color: #C4968E; }
a { background-color: rgb(196,150,142); }
div.DivClassName
{
background-color: #C4968E;
}
.BgClassName
{
background-color: #C4968E;
}
</style>
border-color css
<style>
span { border-color: #C4968E; }
span { border-color: rgb(196,150,142); }
td.TdClassName
{
border-color: #C4968E;
}
.TagClassName
{
border-color: #C4968E;
}
</style>