#C39B8B

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

Shades of Quicksand #C39B8B

Tints of Quicksand #C39B8B

Color information

#C39B8B (or 0xC39B8B) is unknown color: approx Quicksand. HEX triplet: C3, 9B and 8B. RGB value is (195,155,139). Sum of RGB (Red+Green+Blue) = 195+155+139=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B8B is #3C6474. Grayscale: #A5A5A5. Windows color (decimal): -3957877 or 9149379. OLE color: 9149379.

HSL color Cylindrical-coordinate representation of color #C39B8B: hue angle of 17.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C39B8B is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195155139-
CMYK00.210.290.24
HSL17.14º31.82%65.49%-
HSV(B)17.14º28.72%76.47%-
XYZ38.8936.9129.5-
YUV165.14113.25149.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=39.88%
G=31.70%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515513900.210.290.2417.1431.8265.49
HexC39B8B0151D18112041
Octal30323321302535302140101
Binary1100001110011011100010110101011110111000100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B8B; }

 p { color: rgb(195,155,139); }

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

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

 a { background-color: rgb(195,155,139); }

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

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

 span { border-color: rgb(195,155,139); }

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