#C39F8D

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

Shades of Quicksand #C39F8D

Tints of Quicksand #C39F8D

Color information

#C39F8D (or 0xC39F8D) is unknown color: approx Quicksand. HEX triplet: C3, 9F and 8D. RGB value is (195,159,141). Sum of RGB (Red+Green+Blue) = 195+159+141=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39F8D is #3C6072. Grayscale: #A7A7A7. Windows color (decimal): -3956851 or 9281475. OLE color: 9281475.

HSL color Cylindrical-coordinate representation of color #C39F8D: hue angle of 20º 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 #C39F8D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195159141-
CMYK00.180.280.24
HSL20º31.03%65.88%-
HSV(B)20º27.69%76.47%-
XYZ39.7138.3230.5-
YUV167.71112.93147.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=39.39%
G=32.12%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515914100.180.280.242031.0365.88
HexC39F8D0121C18141f42
Octal30323721502234302437102
Binary110000111001111110001101010010111001100010100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39F8D; }

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

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

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

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

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

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

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

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