#C29B82

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

Shades of Pale Taupe #C29B82

Tints of Pale Taupe #C29B82

Color information

#C29B82 (or 0xC29B82) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 82. RGB value is (194,155,130). Sum of RGB (Red+Green+Blue) = 194+155+130=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B82 is #3D647D. Grayscale: #A3A3A3. Windows color (decimal): -4023422 or 8559554. OLE color: 8559554.

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

Color convert

RGB194155130-
CMYK00.200.330.24
HSL23.44º34.41%63.53%-
HSV(B)23.44º32.99%76.08%-
XYZ3836.5226.17-
YUV163.81108.92149.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=40.50%
G=32.36%
B=27.14%

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
Decimal19415513000.200.330.2423.4434.4163.53
HexC29B820142118172240
Octal30223320202441302742100
Binary11000010100110111000001001010010000111000101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B82; }

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

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

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

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

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

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

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

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