#C29476

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

Shades of Pale Taupe #C29476

Tints of Pale Taupe #C29476

Color information

#C29476 (or 0xC29476) is unknown color: approx Pale Taupe. HEX triplet: C2, 94 and 76. RGB value is (194,148,118). Sum of RGB (Red+Green+Blue) = 194+148+118=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29476 is #3D6B89. Grayscale: #9E9E9E. Windows color (decimal): -4025226 or 7771330. OLE color: 7771330.

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

Color convert

RGB194148118-
CMYK00.240.390.24
HSL23.68º38.38%61.18%-
HSV(B)23.68º39.18%76.08%-
XYZ36.1133.9621.79-
YUV158.33105.24153.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=42.17%
G=32.17%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414811800.240.390.2423.6838.3861.18
HexC29476018271818263d
Octal3022241660304730304675
Binary110000101001010011101100110001001111100011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29476; }

 p { color: rgb(194,148,118); }

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

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

 a { background-color: rgb(194,148,118); }

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

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

 span { border-color: rgb(194,148,118); }

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