Shades of Quicksand #C39080
Tints of Quicksand #C39080
RGB
CMYK
RGB Variations
Color information
#C39080 (or 0xC39080) is known color: Quicksand. HEX triplet: C3, 90 and 80. RGB value is (195,144,128). Sum of RGB (Red+Green+Blue) = 195+144+128=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C39080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39080 is #3C6F7F. Grayscale: #9D9D9D. Windows color (decimal): -3960704 or 8425667. OLE color: 8425667.
HSL color Cylindrical-coordinate representation of color #C39080: hue angle of 14.33º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C39080 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 128 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.24 |
| HSL | 14.33º | 0.36% | 0.63% | - |
| HSV(B) | 14.33º | 0.34% | 0.76% | - |
| XYZ | 36.38 | 33.11 | 24.9 | - |
| YUV | 157.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 128 | 0 | 0.26 | 0.34 | 0.24 | 14.33 | 0.36 | 0.63 |
| Hex | C3 | 90 | 80 | 0 | 1A | 22 | 18 | E | 24 | 3F |
| Octal | 303 | 220 | 200 | 0 | 32 | 42 | 30 | 16 | 44 | 77 |
| Binary | 11000011 | 10010000 | 10000000 | 0 | 11010 | 100010 | 11000 | 1110 | 100100 | 111111 |
Color Harmonies of #C39080
Complementary color
Monochromatic Colors of #C39080
Black with #C39080
Text Example
Text Example
White with #C39080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39080; }
p { color: rgb(195,144,128); }
H1.HeaderClassName
{
color: #C39080;
}
.AnyTagClassName
{
color: #C39080;
}
</style>
background-color css
<style>
a { background-color: #C39080; }
a { background-color: rgb(195,144,128); }
div.DivClassName
{
background-color: #C39080;
}
.BgClassName
{
background-color: #C39080;
}
</style>
border-color css
<style>
span { border-color: #C39080; }
span { border-color: rgb(195,144,128); }
td.TdClassName
{
border-color: #C39080;
}
.TagClassName
{
border-color: #C39080;
}
</style>