Shades of Quicksand #C39784
Tints of Quicksand #C39784
RGB
CMYK
RGB Variations
Color information
#C39784 (or 0xC39784) is known color: Quicksand. HEX triplet: C3, 97 and 84. RGB value is (195,151,132). Sum of RGB (Red+Green+Blue) = 195+151+132=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C39784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39784 is #3C687B. Grayscale: #A2A2A2. Windows color (decimal): -3958908 or 8689603. OLE color: 8689603.
HSL color Cylindrical-coordinate representation of color #C39784: hue angle of 18.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C39784 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 132 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.24 |
| HSL | 18.1º | 0.34% | 0.64% | - |
| HSV(B) | 18.1º | 0.32% | 0.76% | - |
| XYZ | 37.74 | 35.4 | 26.67 | - |
| YUV | 161.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 132 | 0 | 0.23 | 0.32 | 0.24 | 18.1 | 0.34 | 0.64 |
| Hex | C3 | 97 | 84 | 0 | 17 | 20 | 18 | 12 | 22 | 40 |
| Octal | 303 | 227 | 204 | 0 | 27 | 40 | 30 | 22 | 42 | 100 |
| Binary | 11000011 | 10010111 | 10000100 | 0 | 10111 | 100000 | 11000 | 10010 | 100010 | 1000000 |
Color Harmonies of #C39784
Complementary color
Monochromatic Colors of #C39784
Black with #C39784
Text Example
Text Example
White with #C39784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39784; }
p { color: rgb(195,151,132); }
H1.HeaderClassName
{
color: #C39784;
}
.AnyTagClassName
{
color: #C39784;
}
</style>
background-color css
<style>
a { background-color: #C39784; }
a { background-color: rgb(195,151,132); }
div.DivClassName
{
background-color: #C39784;
}
.BgClassName
{
background-color: #C39784;
}
</style>
border-color css
<style>
span { border-color: #C39784; }
span { border-color: rgb(195,151,132); }
td.TdClassName
{
border-color: #C39784;
}
.TagClassName
{
border-color: #C39784;
}
</style>