Shades of Quicksand #C39C90
Tints of Quicksand #C39C90
RGB
CMYK
RGB Variations
Color information
#C39C90 (or 0xC39C90) is known color: Quicksand. HEX triplet: C3, 9C and 90. RGB value is (195,156,144). Sum of RGB (Red+Green+Blue) = 195+156+144=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C90 is #3C636F. Grayscale: #A6A6A6. Windows color (decimal): -3957616 or 9477315. OLE color: 9477315.
HSL color Cylindrical-coordinate representation of color #C39C90: hue angle of 14.12º 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 #C39C90 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 144 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.24 |
| HSL | 14.12º | 0.3% | 0.66% | - |
| HSV(B) | 14.12º | 0.26% | 0.76% | - |
| XYZ | 39.43 | 37.39 | 31.52 | - |
| YUV | 166.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 144 | 0 | 0.20 | 0.26 | 0.24 | 14.12 | 0.3 | 0.66 |
| Hex | C3 | 9C | 90 | 0 | 14 | 1A | 18 | E | 1E | 42 |
| Octal | 303 | 234 | 220 | 0 | 24 | 32 | 30 | 16 | 36 | 102 |
| Binary | 11000011 | 10011100 | 10010000 | 0 | 10100 | 11010 | 11000 | 1110 | 11110 | 1000010 |
Color Harmonies of #C39C90
Complementary color
Monochromatic Colors of #C39C90
Black with #C39C90
Text Example
Text Example
White with #C39C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C90; }
p { color: rgb(195,156,144); }
H1.HeaderClassName
{
color: #C39C90;
}
.AnyTagClassName
{
color: #C39C90;
}
</style>
background-color css
<style>
a { background-color: #C39C90; }
a { background-color: rgb(195,156,144); }
div.DivClassName
{
background-color: #C39C90;
}
.BgClassName
{
background-color: #C39C90;
}
</style>
border-color css
<style>
span { border-color: #C39C90; }
span { border-color: rgb(195,156,144); }
td.TdClassName
{
border-color: #C39C90;
}
.TagClassName
{
border-color: #C39C90;
}
</style>