Shades of Quicksand #C3988E
Tints of Quicksand #C3988E
RGB
CMYK
RGB Variations
Color information
#C3988E (or 0xC3988E) is known color: Quicksand. HEX triplet: C3, 98 and 8E. RGB value is (195,152,142). Sum of RGB (Red+Green+Blue) = 195+152+142=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988E is #3C6771. Grayscale: #A3A3A3. Windows color (decimal): -3958642 or 9345219. OLE color: 9345219.
HSL color Cylindrical-coordinate representation of color #C3988E: hue angle of 11.32º 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 #C3988E is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 142 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.24 |
| HSL | 11.32º | 0.31% | 0.66% | - |
| HSV(B) | 11.32º | 0.27% | 0.76% | - |
| XYZ | 38.62 | 36.01 | 30.51 | - |
| YUV | 163.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 142 | 0 | 0.22 | 0.27 | 0.24 | 11.32 | 0.31 | 0.66 |
| Hex | C3 | 98 | 8E | 0 | 16 | 1B | 18 | B | 1F | 42 |
| Octal | 303 | 230 | 216 | 0 | 26 | 33 | 30 | 13 | 37 | 102 |
| Binary | 11000011 | 10011000 | 10001110 | 0 | 10110 | 11011 | 11000 | 1011 | 11111 | 1000010 |
Color Harmonies of #C3988E
Complementary color
Monochromatic Colors of #C3988E
Black with #C3988E
Text Example
Text Example
White with #C3988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3988E; }
p { color: rgb(195,152,142); }
H1.HeaderClassName
{
color: #C3988E;
}
.AnyTagClassName
{
color: #C3988E;
}
</style>
background-color css
<style>
a { background-color: #C3988E; }
a { background-color: rgb(195,152,142); }
div.DivClassName
{
background-color: #C3988E;
}
.BgClassName
{
background-color: #C3988E;
}
</style>
border-color css
<style>
span { border-color: #C3988E; }
span { border-color: rgb(195,152,142); }
td.TdClassName
{
border-color: #C3988E;
}
.TagClassName
{
border-color: #C3988E;
}
</style>