#C49978

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

Shades of Pale Taupe #C49978

Tints of Pale Taupe #C49978

Color information

#C49978 (or 0xC49978) is unknown color: approx Pale Taupe. HEX triplet: C4, 99 and 78. RGB value is (196,153,120). Sum of RGB (Red+Green+Blue) = 196+153+120=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C49978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49978 is #3B6687. Grayscale: #A2A2A2. Windows color (decimal): -3892872 or 7903684. OLE color: 7903684.

HSL color Cylindrical-coordinate representation of color #C49978: hue angle of 26.05º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49978 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196153120-
CMYK00.220.390.23
HSL26.05º39.18%61.96%-
HSV(B)26.05º38.78%76.86%-
XYZ37.5535.8722.71-
YUV162.1104.25152.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=41.79%
G=32.62%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615312000.220.390.2326.0539.1861.96
HexC4997801627171a273e
Octal3042311700264727324776
Binary110001001001100111110000101101001111011111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49978; }

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

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

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

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

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

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

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

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