#C29B78

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

Shades of Pale Taupe #C29B78

Tints of Pale Taupe #C29B78

Color information

#C29B78 (or 0xC29B78) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 78. RGB value is (194,155,120). Sum of RGB (Red+Green+Blue) = 194+155+120=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B78 is #3D6487. Grayscale: #A2A2A2. Windows color (decimal): -4023432 or 7904194. OLE color: 7904194.

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

Color convert

RGB194155120-
CMYK00.200.380.24
HSL28.38º37.76%61.57%-
HSV(B)28.38º38.14%76.08%-
XYZ37.3636.2722.8-
YUV162.67103.92150.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=41.36%
G=33.05%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415512000.200.380.2428.3837.7661.57
HexC29B7801426181c263e
Octal3022331700244630344676
Binary110000101001101111110000101001001101100011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B78; }

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

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

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

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

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

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

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

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