Shades of Quicksand #C39C94
Tints of Quicksand #C39C94
RGB
CMYK
RGB Variations
Color information
#C39C94 (or 0xC39C94) is known color: Quicksand. HEX triplet: C3, 9C and 94. RGB value is (195,156,148). Sum of RGB (Red+Green+Blue) = 195+156+148=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C94 is #3C636B. Grayscale: #A6A6A6. Windows color (decimal): -3957612 or 9739459. OLE color: 9739459.
HSL color Cylindrical-coordinate representation of color #C39C94: hue angle of 10.21º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39C94 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 148 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.24 |
| HSL | 10.21º | 0.28% | 0.67% | - |
| HSV(B) | 10.21º | 0.24% | 0.76% | - |
| XYZ | 39.74 | 37.52 | 33.16 | - |
| YUV | 166.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 148 | 0 | 0.20 | 0.24 | 0.24 | 10.21 | 0.28 | 0.67 |
| Hex | C3 | 9C | 94 | 0 | 14 | 18 | 18 | A | 1C | 43 |
| Octal | 303 | 234 | 224 | 0 | 24 | 30 | 30 | 12 | 34 | 103 |
| Binary | 11000011 | 10011100 | 10010100 | 0 | 10100 | 11000 | 11000 | 1010 | 11100 | 1000011 |
Color Harmonies of #C39C94
Complementary color
Monochromatic Colors of #C39C94
Black with #C39C94
Text Example
Text Example
White with #C39C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C94; }
p { color: rgb(195,156,148); }
H1.HeaderClassName
{
color: #C39C94;
}
.AnyTagClassName
{
color: #C39C94;
}
</style>
background-color css
<style>
a { background-color: #C39C94; }
a { background-color: rgb(195,156,148); }
div.DivClassName
{
background-color: #C39C94;
}
.BgClassName
{
background-color: #C39C94;
}
</style>
border-color css
<style>
span { border-color: #C39C94; }
span { border-color: rgb(195,156,148); }
td.TdClassName
{
border-color: #C39C94;
}
.TagClassName
{
border-color: #C39C94;
}
</style>