#C39C82

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

Shades of Pale Taupe #C39C82

Tints of Pale Taupe #C39C82

Color information

#C39C82 (or 0xC39C82) is unknown color: approx Pale Taupe. HEX triplet: C3, 9C and 82. RGB value is (195,156,130). Sum of RGB (Red+Green+Blue) = 195+156+130=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C82 is #3C637D. Grayscale: #A4A4A4. Windows color (decimal): -3957630 or 8559811. OLE color: 8559811.

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

Color convert

RGB195156130-
CMYK00.200.330.24
HSL24º35.14%63.73%-
HSV(B)24º33.33%76.47%-
XYZ38.4236.9926.23-
YUV164.7108.42149.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515613000.200.330.242435.1463.73
HexC39C820142118182340
Octal30323420202441303043100
Binary11000011100111001000001001010010000111000110001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39C82; }

 p { color: rgb(195,156,130); }

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

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

 a { background-color: rgb(195,156,130); }

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

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

 span { border-color: rgb(195,156,130); }

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