#C39B82

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

Shades of Pale Taupe #C39B82

Tints of Pale Taupe #C39B82

Color information

#C39B82 (or 0xC39B82) is unknown color: approx Pale Taupe. HEX triplet: C3, 9B and 82. RGB value is (195,155,130). Sum of RGB (Red+Green+Blue) = 195+155+130=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B82 is #3C647D. Grayscale: #A4A4A4. Windows color (decimal): -3957886 or 8559555. OLE color: 8559555.

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

Color convert

RGB195155130-
CMYK00.210.330.24
HSL23.08º35.14%63.73%-
HSV(B)23.08º33.33%76.47%-
XYZ38.2636.6626.18-
YUV164.11108.75150.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=40.62%
G=32.29%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515513000.210.330.2423.0835.1463.73
HexC39B820152118172340
Octal30323320202541302743100
Binary11000011100110111000001001010110000111000101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B82; }

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

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

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

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

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

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

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

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