#C29178

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

Shades of Pale Taupe #C29178

Tints of Pale Taupe #C29178

Color information

#C29178 (or 0xC29178) is unknown color: approx Pale Taupe. HEX triplet: C2, 91 and 78. RGB value is (194,145,120). Sum of RGB (Red+Green+Blue) = 194+145+120=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29178 is #3D6E87. Grayscale: #9C9C9C. Windows color (decimal): -4025992 or 7901634. OLE color: 7901634.

HSL color Cylindrical-coordinate representation of color #C29178: hue angle of 20.27º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29178 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194145120-
CMYK00.250.380.24
HSL20.27º37.76%61.57%-
HSV(B)20.27º38.14%76.08%-
XYZ35.7633.0822.27-
YUV156.8107.23154.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=42.27%
G=31.59%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414512000.250.380.2420.2737.7661.57
HexC29178019261814263e
Octal3022211700314630244676
Binary110000101001000111110000110011001101100010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29178; }

 p { color: rgb(194,145,120); }

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

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

 a { background-color: rgb(194,145,120); }

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

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

 span { border-color: rgb(194,145,120); }

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