Shades of Quicksand #C39990
Tints of Quicksand #C39990
RGB
CMYK
RGB Variations
Color information
#C39990 (or 0xC39990) is known color: Quicksand. HEX triplet: C3, 99 and 90. RGB value is (195,153,144). Sum of RGB (Red+Green+Blue) = 195+153+144=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C39990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39990 is #3C666F. Grayscale: #A4A4A4. Windows color (decimal): -3958384 or 9476547. OLE color: 9476547.
HSL color Cylindrical-coordinate representation of color #C39990: hue angle of 10.59º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39990 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 144 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.24 |
| HSL | 10.59º | 0.3% | 0.66% | - |
| HSV(B) | 10.59º | 0.26% | 0.76% | - |
| XYZ | 38.93 | 36.4 | 31.36 | - |
| YUV | 164.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 144 | 0 | 0.22 | 0.26 | 0.24 | 10.59 | 0.3 | 0.66 |
| Hex | C3 | 99 | 90 | 0 | 16 | 1A | 18 | B | 1E | 42 |
| Octal | 303 | 231 | 220 | 0 | 26 | 32 | 30 | 13 | 36 | 102 |
| Binary | 11000011 | 10011001 | 10010000 | 0 | 10110 | 11010 | 11000 | 1011 | 11110 | 1000010 |
Color Harmonies of #C39990
Complementary color
Monochromatic Colors of #C39990
Black with #C39990
Text Example
Text Example
White with #C39990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39990; }
p { color: rgb(195,153,144); }
H1.HeaderClassName
{
color: #C39990;
}
.AnyTagClassName
{
color: #C39990;
}
</style>
background-color css
<style>
a { background-color: #C39990; }
a { background-color: rgb(195,153,144); }
div.DivClassName
{
background-color: #C39990;
}
.BgClassName
{
background-color: #C39990;
}
</style>
border-color css
<style>
span { border-color: #C39990; }
span { border-color: rgb(195,153,144); }
td.TdClassName
{
border-color: #C39990;
}
.TagClassName
{
border-color: #C39990;
}
</style>