Shades of Quicksand #C39488
Tints of Quicksand #C39488
RGB
CMYK
RGB Variations
Color information
#C39488 (or 0xC39488) is known color: Quicksand. HEX triplet: C3, 94 and 88. RGB value is (195,148,136). Sum of RGB (Red+Green+Blue) = 195+148+136=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C39488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39488 is #3C6B77. Grayscale: #A0A0A0. Windows color (decimal): -3959672 or 8950979. OLE color: 8950979.
HSL color Cylindrical-coordinate representation of color #C39488: hue angle of 12.2º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39488 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 136 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.24 |
| HSL | 12.2º | 0.33% | 0.65% | - |
| HSV(B) | 12.2º | 0.3% | 0.76% | - |
| XYZ | 37.54 | 34.56 | 27.98 | - |
| YUV | 160.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 136 | 0 | 0.24 | 0.30 | 0.24 | 12.2 | 0.33 | 0.65 |
| Hex | C3 | 94 | 88 | 0 | 18 | 1E | 18 | C | 21 | 41 |
| Octal | 303 | 224 | 210 | 0 | 30 | 36 | 30 | 14 | 41 | 101 |
| Binary | 11000011 | 10010100 | 10001000 | 0 | 11000 | 11110 | 11000 | 1100 | 100001 | 1000001 |
Color Harmonies of #C39488
Complementary color
Monochromatic Colors of #C39488
Black with #C39488
Text Example
Text Example
White with #C39488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39488; }
p { color: rgb(195,148,136); }
H1.HeaderClassName
{
color: #C39488;
}
.AnyTagClassName
{
color: #C39488;
}
</style>
background-color css
<style>
a { background-color: #C39488; }
a { background-color: rgb(195,148,136); }
div.DivClassName
{
background-color: #C39488;
}
.BgClassName
{
background-color: #C39488;
}
</style>
border-color css
<style>
span { border-color: #C39488; }
span { border-color: rgb(195,148,136); }
td.TdClassName
{
border-color: #C39488;
}
.TagClassName
{
border-color: #C39488;
}
</style>