#C39B85

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

Shades of Pale Taupe #C39B85

Tints of Pale Taupe #C39B85

Color information

#C39B85 (or 0xC39B85) is unknown color: approx Pale Taupe. HEX triplet: C3, 9B and 85. RGB value is (195,155,133). Sum of RGB (Red+Green+Blue) = 195+155+133=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B85 is #3C647A. Grayscale: #A4A4A4. Windows color (decimal): -3957883 or 8756163. OLE color: 8756163.

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

Color convert

RGB195155133-
CMYK00.210.320.24
HSL21.29º34.07%64.31%-
HSV(B)21.29º31.79%76.47%-
XYZ38.4636.7427.25-
YUV164.45110.25149.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=40.37%
G=32.09%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515513300.210.320.2421.2934.0764.31
HexC39B850152018152240
Octal30323320502540302542100
Binary11000011100110111000010101010110000011000101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B85; }

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

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

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

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

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

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

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

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