#C29574

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

Shades of Pale Taupe #C29574

Tints of Pale Taupe #C29574

Color information

#C29574 (or 0xC29574) is unknown color: approx Pale Taupe. HEX triplet: C2, 95 and 74. RGB value is (194,149,116). Sum of RGB (Red+Green+Blue) = 194+149+116=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29574 is #3D6A8B. Grayscale: #9E9E9E. Windows color (decimal): -4024972 or 7640514. OLE color: 7640514.

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

Color convert

RGB194149116-
CMYK00.230.400.24
HSL25.38º39%60.78%-
HSV(B)25.38º40.21%76.08%-
XYZ36.1534.2321.22-
YUV158.69103.91153.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=42.27%
G=32.46%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414911600.230.400.2425.383960.78
HexC29574017281819273d
Octal3022251640275030314775
Binary110000101001010111101000101111010001100011001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29574; }

 p { color: rgb(194,149,116); }

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

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

 a { background-color: rgb(194,149,116); }

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

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

 span { border-color: rgb(194,149,116); }

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