#C29878

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

Shades of Pale Taupe #C29878

Tints of Pale Taupe #C29878

Color information

#C29878 (or 0xC29878) is unknown color: approx Pale Taupe. HEX triplet: C2, 98 and 78. RGB value is (194,152,120). Sum of RGB (Red+Green+Blue) = 194+152+120=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29878 is #3D6787. Grayscale: #A1A1A1. Windows color (decimal): -4024200 or 7903426. OLE color: 7903426.

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

Color convert

RGB194152120-
CMYK00.220.380.24
HSL25.95º37.76%61.57%-
HSV(B)25.95º38.14%76.08%-
XYZ36.8735.2822.64-
YUV160.91104.91151.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=41.63%
G=32.62%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415212000.220.380.2425.9537.7661.57
HexC2987801626181a263e
Octal3022301700264630324676
Binary110000101001100011110000101101001101100011010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29878; }

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

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

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

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

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

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

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

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