#C39D8D

Color #C39D8D Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C39D8D

Tints of Quicksand #C39D8D

Color information

#C39D8D (or 0xC39D8D) is unknown color: approx Quicksand. HEX triplet: C3, 9D and 8D. RGB value is (195,157,141). Sum of RGB (Red+Green+Blue) = 195+157+141=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D8D is #3C6272. Grayscale: #A6A6A6. Windows color (decimal): -3957363 or 9280963. OLE color: 9280963.

HSL color Cylindrical-coordinate representation of color #C39D8D: hue angle of 17.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39D8D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195157141-
CMYK00.190.280.24
HSL17.78º31.03%65.88%-
HSV(B)17.78º27.69%76.47%-
XYZ39.3737.6430.39-
YUV166.54113.59148.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=39.55%
G=31.85%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515714100.190.280.2417.7831.0365.88
HexC39D8D0131C18121f42
Octal30323521502334302237102
Binary110000111001110110001101010011111001100010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D8D; }

 p { color: rgb(195,157,141); }

 H1.HeaderClassName
 {
   color: #C39D8D;
 }
 .AnyTagClassName
 {
   color: #C39D8D;
 }
</style>
background-color css

<style>
 a { background-color: #C39D8D; }

 a { background-color: rgb(195,157,141); }

 div.DivClassName
 {
   background-color: #C39D8D;
 }
 .BgClassName
 {
   background-color: #C39D8D;
 }
</style>
border-color css

<style>
 span { border-color: #C39D8D; }

 span { border-color: rgb(195,157,141); }

 td.TdClassName
 {
   border-color: #C39D8D;
 }
 .TagClassName
 {
   border-color: #C39D8D;
 }
</style>