Shades of Quicksand #C39A93
Tints of Quicksand #C39A93
RGB
CMYK
RGB Variations
Color information
#C39A93 (or 0xC39A93) is known color: Quicksand. HEX triplet: C3, 9A and 93. RGB value is (195,154,147). Sum of RGB (Red+Green+Blue) = 195+154+147=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A93 is #3C656C. Grayscale: #A5A5A5. Windows color (decimal): -3958125 or 9673411. OLE color: 9673411.
HSL color Cylindrical-coordinate representation of color #C39A93: hue angle of 8.75º 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 #C39A93 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 147 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.24 |
| HSL | 8.75º | 0.29% | 0.67% | - |
| HSV(B) | 8.75º | 0.25% | 0.76% | - |
| XYZ | 39.33 | 36.82 | 32.64 | - |
| YUV | 165.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 147 | 0 | 0.21 | 0.25 | 0.24 | 8.75 | 0.29 | 0.67 |
| Hex | C3 | 9A | 93 | 0 | 15 | 19 | 18 | 9 | 1D | 43 |
| Octal | 303 | 232 | 223 | 0 | 25 | 31 | 30 | 11 | 35 | 103 |
| Binary | 11000011 | 10011010 | 10010011 | 0 | 10101 | 11001 | 11000 | 1001 | 11101 | 1000011 |
Color Harmonies of #C39A93
Complementary color
Monochromatic Colors of #C39A93
Black with #C39A93
Text Example
Text Example
White with #C39A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A93; }
p { color: rgb(195,154,147); }
H1.HeaderClassName
{
color: #C39A93;
}
.AnyTagClassName
{
color: #C39A93;
}
</style>
background-color css
<style>
a { background-color: #C39A93; }
a { background-color: rgb(195,154,147); }
div.DivClassName
{
background-color: #C39A93;
}
.BgClassName
{
background-color: #C39A93;
}
</style>
border-color css
<style>
span { border-color: #C39A93; }
span { border-color: rgb(195,154,147); }
td.TdClassName
{
border-color: #C39A93;
}
.TagClassName
{
border-color: #C39A93;
}
</style>