Shades of Quicksand #C3917E
Tints of Quicksand #C3917E
RGB
CMYK
RGB Variations
Color information
#C3917E (or 0xC3917E) is known color: Quicksand. HEX triplet: C3, 91 and 7E. RGB value is (195,145,126). Sum of RGB (Red+Green+Blue) = 195+145+126=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3917E is #3C6E81. Grayscale: #9D9D9D. Windows color (decimal): -3960450 or 8294851. OLE color: 8294851.
HSL color Cylindrical-coordinate representation of color #C3917E: hue angle of 16.52º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3917E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 126 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.24 |
| HSL | 16.52º | 0.37% | 0.63% | - |
| HSV(B) | 16.52º | 0.35% | 0.76% | - |
| XYZ | 36.4 | 33.36 | 24.26 | - |
| YUV | 157.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 126 | 0 | 0.26 | 0.35 | 0.24 | 16.52 | 0.37 | 0.63 |
| Hex | C3 | 91 | 7E | 0 | 1A | 23 | 18 | 11 | 25 | 3F |
| Octal | 303 | 221 | 176 | 0 | 32 | 43 | 30 | 21 | 45 | 77 |
| Binary | 11000011 | 10010001 | 1111110 | 0 | 11010 | 100011 | 11000 | 10001 | 100101 | 111111 |
Color Harmonies of #C3917E
Complementary color
Monochromatic Colors of #C3917E
Black with #C3917E
Text Example
Text Example
White with #C3917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3917E; }
p { color: rgb(195,145,126); }
H1.HeaderClassName
{
color: #C3917E;
}
.AnyTagClassName
{
color: #C3917E;
}
</style>
background-color css
<style>
a { background-color: #C3917E; }
a { background-color: rgb(195,145,126); }
div.DivClassName
{
background-color: #C3917E;
}
.BgClassName
{
background-color: #C3917E;
}
</style>
border-color css
<style>
span { border-color: #C3917E; }
span { border-color: rgb(195,145,126); }
td.TdClassName
{
border-color: #C3917E;
}
.TagClassName
{
border-color: #C3917E;
}
</style>