#C39982

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

Shades of Pale Taupe #C39982

Tints of Pale Taupe #C39982

Color information

#C39982 (or 0xC39982) is unknown color: approx Pale Taupe. HEX triplet: C3, 99 and 82. RGB value is (195,153,130). Sum of RGB (Red+Green+Blue) = 195+153+130=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C39982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39982 is #3C667D. Grayscale: #A3A3A3. Windows color (decimal): -3958398 or 8559043. OLE color: 8559043.

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

Color convert

RGB195153130-
CMYK00.220.330.24
HSL21.23º35.14%63.73%-
HSV(B)21.23º33.33%76.47%-
XYZ37.933626.07-
YUV162.94109.41150.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=40.79%
G=32.01%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515313000.220.330.2421.2335.1463.73
HexC399820162118152340
Octal30323120202641302543100
Binary11000011100110011000001001011010000111000101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39982; }

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

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

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

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

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

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

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

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