Shades of Quicksand #C3907E
Tints of Quicksand #C3907E
RGB
CMYK
RGB Variations
Color information
#C3907E (or 0xC3907E) is known color: Quicksand. HEX triplet: C3, 90 and 7E. RGB value is (195,144,126). Sum of RGB (Red+Green+Blue) = 195+144+126=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3907E is #3C6F81. Grayscale: #9D9D9D. Windows color (decimal): -3960706 or 8294595. OLE color: 8294595.
HSL color Cylindrical-coordinate representation of color #C3907E: hue angle of 15.65º 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 #C3907E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 126 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.24 |
| HSL | 15.65º | 0.37% | 0.63% | - |
| HSV(B) | 15.65º | 0.35% | 0.76% | - |
| XYZ | 36.24 | 33.05 | 24.21 | - |
| YUV | 157.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 126 | 0 | 0.26 | 0.35 | 0.24 | 15.65 | 0.37 | 0.63 |
| Hex | C3 | 90 | 7E | 0 | 1A | 23 | 18 | 10 | 25 | 3F |
| Octal | 303 | 220 | 176 | 0 | 32 | 43 | 30 | 20 | 45 | 77 |
| Binary | 11000011 | 10010000 | 1111110 | 0 | 11010 | 100011 | 11000 | 10000 | 100101 | 111111 |
Color Harmonies of #C3907E
Complementary color
Monochromatic Colors of #C3907E
Black with #C3907E
Text Example
Text Example
White with #C3907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3907E; }
p { color: rgb(195,144,126); }
H1.HeaderClassName
{
color: #C3907E;
}
.AnyTagClassName
{
color: #C3907E;
}
</style>
background-color css
<style>
a { background-color: #C3907E; }
a { background-color: rgb(195,144,126); }
div.DivClassName
{
background-color: #C3907E;
}
.BgClassName
{
background-color: #C3907E;
}
</style>
border-color css
<style>
span { border-color: #C3907E; }
span { border-color: rgb(195,144,126); }
td.TdClassName
{
border-color: #C3907E;
}
.TagClassName
{
border-color: #C3907E;
}
</style>