Shades of Quicksand #C39F90
Tints of Quicksand #C39F90
RGB
CMYK
RGB Variations
Color information
#C39F90 (or 0xC39F90) is known color: Quicksand. HEX triplet: C3, 9F and 90. RGB value is (195,159,144). Sum of RGB (Red+Green+Blue) = 195+159+144=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39F90 is #3C606F. Grayscale: #A8A8A8. Windows color (decimal): -3956848 or 9478083. OLE color: 9478083.
HSL color Cylindrical-coordinate representation of color #C39F90: hue angle of 17.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39F90 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 144 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.24 |
| HSL | 17.65º | 0.3% | 0.66% | - |
| HSV(B) | 17.65º | 0.26% | 0.76% | - |
| XYZ | 39.94 | 38.41 | 31.69 | - |
| YUV | 168.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 144 | 0 | 0.18 | 0.26 | 0.24 | 17.65 | 0.3 | 0.66 |
| Hex | C3 | 9F | 90 | 0 | 12 | 1A | 18 | 12 | 1E | 42 |
| Octal | 303 | 237 | 220 | 0 | 22 | 32 | 30 | 22 | 36 | 102 |
| Binary | 11000011 | 10011111 | 10010000 | 0 | 10010 | 11010 | 11000 | 10010 | 11110 | 1000010 |
Color Harmonies of #C39F90
Complementary color
Monochromatic Colors of #C39F90
Black with #C39F90
Text Example
Text Example
White with #C39F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F90; }
p { color: rgb(195,159,144); }
H1.HeaderClassName
{
color: #C39F90;
}
.AnyTagClassName
{
color: #C39F90;
}
</style>
background-color css
<style>
a { background-color: #C39F90; }
a { background-color: rgb(195,159,144); }
div.DivClassName
{
background-color: #C39F90;
}
.BgClassName
{
background-color: #C39F90;
}
</style>
border-color css
<style>
span { border-color: #C39F90; }
span { border-color: rgb(195,159,144); }
td.TdClassName
{
border-color: #C39F90;
}
.TagClassName
{
border-color: #C39F90;
}
</style>