#C39D8F

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

Shades of Quicksand #C39D8F

Tints of Quicksand #C39D8F

Color information

#C39D8F (or 0xC39D8F) is unknown color: approx Quicksand. HEX triplet: C3, 9D and 8F. RGB value is (195,157,143). Sum of RGB (Red+Green+Blue) = 195+157+143=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D8F is #3C6270. Grayscale: #A6A6A6. Windows color (decimal): -3957361 or 9412035. OLE color: 9412035.

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

Color convert

RGB195157143-
CMYK00.190.270.24
HSL16.15º30.23%66.27%-
HSV(B)16.15º26.67%76.47%-
XYZ39.5237.731.18-
YUV166.77114.59148.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=39.39%
G=31.72%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515714300.190.270.2416.1530.2366.27
HexC39D8F0131B18101e42
Octal30323521702333302036102
Binary110000111001110110001111010011110111100010000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D8F; }

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

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

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

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

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

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

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

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