Shades of Quicksand #C39C93
Tints of Quicksand #C39C93
RGB
CMYK
RGB Variations
Color information
#C39C93 (or 0xC39C93) is known color: Quicksand. HEX triplet: C3, 9C and 93. RGB value is (195,156,147). Sum of RGB (Red+Green+Blue) = 195+156+147=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C93 is #3C636C. Grayscale: #A6A6A6. Windows color (decimal): -3957613 or 9673923. OLE color: 9673923.
HSL color Cylindrical-coordinate representation of color #C39C93: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39C93 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 147 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.24 |
| HSL | 11.25º | 0.29% | 0.67% | - |
| HSV(B) | 11.25º | 0.25% | 0.76% | - |
| XYZ | 39.66 | 37.49 | 32.75 | - |
| YUV | 166.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 147 | 0 | 0.20 | 0.25 | 0.24 | 11.25 | 0.29 | 0.67 |
| Hex | C3 | 9C | 93 | 0 | 14 | 19 | 18 | B | 1D | 43 |
| Octal | 303 | 234 | 223 | 0 | 24 | 31 | 30 | 13 | 35 | 103 |
| Binary | 11000011 | 10011100 | 10010011 | 0 | 10100 | 11001 | 11000 | 1011 | 11101 | 1000011 |
Color Harmonies of #C39C93
Complementary color
Monochromatic Colors of #C39C93
Black with #C39C93
Text Example
Text Example
White with #C39C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C93; }
p { color: rgb(195,156,147); }
H1.HeaderClassName
{
color: #C39C93;
}
.AnyTagClassName
{
color: #C39C93;
}
</style>
background-color css
<style>
a { background-color: #C39C93; }
a { background-color: rgb(195,156,147); }
div.DivClassName
{
background-color: #C39C93;
}
.BgClassName
{
background-color: #C39C93;
}
</style>
border-color css
<style>
span { border-color: #C39C93; }
span { border-color: rgb(195,156,147); }
td.TdClassName
{
border-color: #C39C93;
}
.TagClassName
{
border-color: #C39C93;
}
</style>