#C29B80

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

Shades of Pale Taupe #C29B80

Tints of Pale Taupe #C29B80

Color information

#C29B80 (or 0xC29B80) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 80. RGB value is (194,155,128). Sum of RGB (Red+Green+Blue) = 194+155+128=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B80 is #3D647F. Grayscale: #A3A3A3. Windows color (decimal): -4023424 or 8428482. OLE color: 8428482.

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

Color convert

RGB194155128-
CMYK00.200.340.24
HSL24.55º35.11%63.14%-
HSV(B)24.55º34.02%76.08%-
XYZ37.8736.4725.47-
YUV163.58107.92149.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=40.67%
G=32.49%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415512800.200.340.2424.5535.1163.14
HexC29B80014221819233f
Octal3022332000244230314377
Binary1100001010011011100000000101001000101100011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B80; }

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

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

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

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

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

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

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

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