#C29978

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

Shades of Pale Taupe #C29978

Tints of Pale Taupe #C29978

Color information

#C29978 (or 0xC29978) is unknown color: approx Pale Taupe. HEX triplet: C2, 99 and 78. RGB value is (194,153,120). Sum of RGB (Red+Green+Blue) = 194+153+120=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29978 is #3D6687. Grayscale: #A1A1A1. Windows color (decimal): -4023944 or 7903682. OLE color: 7903682.

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

Color convert

RGB194153120-
CMYK00.210.380.24
HSL26.76º37.76%61.57%-
HSV(B)26.76º38.14%76.08%-
XYZ37.0335.6122.69-
YUV161.5104.58151.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=41.54%
G=32.76%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415312000.210.380.2426.7637.7661.57
HexC2997801526181b263e
Octal3022311700254630334676
Binary110000101001100111110000101011001101100011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29978; }

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

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

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

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

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

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

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

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