Shades of Quicksand #C39481
Tints of Quicksand #C39481
RGB
CMYK
RGB Variations
Color information
#C39481 (or 0xC39481) is known color: Quicksand. HEX triplet: C3, 94 and 81. RGB value is (195,148,129). Sum of RGB (Red+Green+Blue) = 195+148+129=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C39481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39481 is #3C6B7E. Grayscale: #A0A0A0. Windows color (decimal): -3959679 or 8492227. OLE color: 8492227.
HSL color Cylindrical-coordinate representation of color #C39481: hue angle of 17.27º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C39481 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 129 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.24 |
| HSL | 17.27º | 0.35% | 0.64% | - |
| HSV(B) | 17.27º | 0.34% | 0.76% | - |
| XYZ | 37.06 | 34.37 | 25.45 | - |
| YUV | 159.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 129 | 0 | 0.24 | 0.34 | 0.24 | 17.27 | 0.35 | 0.64 |
| Hex | C3 | 94 | 81 | 0 | 18 | 22 | 18 | 11 | 23 | 40 |
| Octal | 303 | 224 | 201 | 0 | 30 | 42 | 30 | 21 | 43 | 100 |
| Binary | 11000011 | 10010100 | 10000001 | 0 | 11000 | 100010 | 11000 | 10001 | 100011 | 1000000 |
Color Harmonies of #C39481
Complementary color
Monochromatic Colors of #C39481
Black with #C39481
Text Example
Text Example
White with #C39481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39481; }
p { color: rgb(195,148,129); }
H1.HeaderClassName
{
color: #C39481;
}
.AnyTagClassName
{
color: #C39481;
}
</style>
background-color css
<style>
a { background-color: #C39481; }
a { background-color: rgb(195,148,129); }
div.DivClassName
{
background-color: #C39481;
}
.BgClassName
{
background-color: #C39481;
}
</style>
border-color css
<style>
span { border-color: #C39481; }
span { border-color: rgb(195,148,129); }
td.TdClassName
{
border-color: #C39481;
}
.TagClassName
{
border-color: #C39481;
}
</style>