Shades of Quicksand #C39A8B
Tints of Quicksand #C39A8B
RGB
CMYK
RGB Variations
Color information
#C39A8B (or 0xC39A8B) is known color: Quicksand. HEX triplet: C3, 9A and 8B. RGB value is (195,154,139). Sum of RGB (Red+Green+Blue) = 195+154+139=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A8B is #3C6574. Grayscale: #A4A4A4. Windows color (decimal): -3958133 or 9149123. OLE color: 9149123.
HSL color Cylindrical-coordinate representation of color #C39A8B: hue angle of 16.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C39A8B is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 139 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.24 |
| HSL | 16.07º | 0.32% | 0.65% | - |
| HSV(B) | 16.07º | 0.29% | 0.76% | - |
| XYZ | 38.72 | 36.58 | 29.45 | - |
| YUV | 164.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 139 | 0 | 0.21 | 0.29 | 0.24 | 16.07 | 0.32 | 0.65 |
| Hex | C3 | 9A | 8B | 0 | 15 | 1D | 18 | 10 | 20 | 41 |
| Octal | 303 | 232 | 213 | 0 | 25 | 35 | 30 | 20 | 40 | 101 |
| Binary | 11000011 | 10011010 | 10001011 | 0 | 10101 | 11101 | 11000 | 10000 | 100000 | 1000001 |
Color Harmonies of #C39A8B
Complementary color
Monochromatic Colors of #C39A8B
Black with #C39A8B
Text Example
Text Example
White with #C39A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A8B; }
p { color: rgb(195,154,139); }
H1.HeaderClassName
{
color: #C39A8B;
}
.AnyTagClassName
{
color: #C39A8B;
}
</style>
background-color css
<style>
a { background-color: #C39A8B; }
a { background-color: rgb(195,154,139); }
div.DivClassName
{
background-color: #C39A8B;
}
.BgClassName
{
background-color: #C39A8B;
}
</style>
border-color css
<style>
span { border-color: #C39A8B; }
span { border-color: rgb(195,154,139); }
td.TdClassName
{
border-color: #C39A8B;
}
.TagClassName
{
border-color: #C39A8B;
}
</style>