Shades of Quicksand #C39C8C
Tints of Quicksand #C39C8C
RGB
CMYK
RGB Variations
Color information
#C39C8C (or 0xC39C8C) is known color: Quicksand. HEX triplet: C3, 9C and 8C. RGB value is (195,156,140). Sum of RGB (Red+Green+Blue) = 195+156+140=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C8C is #3C6373. Grayscale: #A5A5A5. Windows color (decimal): -3957620 or 9215171. OLE color: 9215171.
HSL color Cylindrical-coordinate representation of color #C39C8C: hue angle of 17.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39C8C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 140 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.24 |
| HSL | 17.45º | 0.31% | 0.66% | - |
| HSV(B) | 17.45º | 0.28% | 0.76% | - |
| XYZ | 39.13 | 37.27 | 29.94 | - |
| YUV | 165.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 140 | 0 | 0.20 | 0.28 | 0.24 | 17.45 | 0.31 | 0.66 |
| Hex | C3 | 9C | 8C | 0 | 14 | 1C | 18 | 11 | 1F | 42 |
| Octal | 303 | 234 | 214 | 0 | 24 | 34 | 30 | 21 | 37 | 102 |
| Binary | 11000011 | 10011100 | 10001100 | 0 | 10100 | 11100 | 11000 | 10001 | 11111 | 1000010 |
Color Harmonies of #C39C8C
Complementary color
Monochromatic Colors of #C39C8C
Black with #C39C8C
Text Example
Text Example
White with #C39C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C8C; }
p { color: rgb(195,156,140); }
H1.HeaderClassName
{
color: #C39C8C;
}
.AnyTagClassName
{
color: #C39C8C;
}
</style>
background-color css
<style>
a { background-color: #C39C8C; }
a { background-color: rgb(195,156,140); }
div.DivClassName
{
background-color: #C39C8C;
}
.BgClassName
{
background-color: #C39C8C;
}
</style>
border-color css
<style>
span { border-color: #C39C8C; }
span { border-color: rgb(195,156,140); }
td.TdClassName
{
border-color: #C39C8C;
}
.TagClassName
{
border-color: #C39C8C;
}
</style>