Shades of Quicksand #C39284
Tints of Quicksand #C39284
RGB
CMYK
RGB Variations
Color information
#C39284 (or 0xC39284) is known color: Quicksand. HEX triplet: C3, 92 and 84. RGB value is (195,146,132). Sum of RGB (Red+Green+Blue) = 195+146+132=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C39284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39284 is #3C6D7B. Grayscale: #9F9F9F. Windows color (decimal): -3960188 or 8688323. OLE color: 8688323.
HSL color Cylindrical-coordinate representation of color #C39284: hue angle of 13.33º 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 #C39284 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 132 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.24 |
| HSL | 13.33º | 0.34% | 0.64% | - |
| HSV(B) | 13.33º | 0.32% | 0.76% | - |
| XYZ | 36.95 | 33.83 | 26.41 | - |
| YUV | 159.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 132 | 0 | 0.25 | 0.32 | 0.24 | 13.33 | 0.34 | 0.64 |
| Hex | C3 | 92 | 84 | 0 | 19 | 20 | 18 | D | 22 | 40 |
| Octal | 303 | 222 | 204 | 0 | 31 | 40 | 30 | 15 | 42 | 100 |
| Binary | 11000011 | 10010010 | 10000100 | 0 | 11001 | 100000 | 11000 | 1101 | 100010 | 1000000 |
Color Harmonies of #C39284
Complementary color
Monochromatic Colors of #C39284
Black with #C39284
Text Example
Text Example
White with #C39284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39284; }
p { color: rgb(195,146,132); }
H1.HeaderClassName
{
color: #C39284;
}
.AnyTagClassName
{
color: #C39284;
}
</style>
background-color css
<style>
a { background-color: #C39284; }
a { background-color: rgb(195,146,132); }
div.DivClassName
{
background-color: #C39284;
}
.BgClassName
{
background-color: #C39284;
}
</style>
border-color css
<style>
span { border-color: #C39284; }
span { border-color: rgb(195,146,132); }
td.TdClassName
{
border-color: #C39284;
}
.TagClassName
{
border-color: #C39284;
}
</style>