#C29575

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

Shades of Pale Taupe #C29575

Tints of Pale Taupe #C29575

Color information

#C29575 (or 0xC29575) is unknown color: approx Pale Taupe. HEX triplet: C2, 95 and 75. RGB value is (194,149,117). Sum of RGB (Red+Green+Blue) = 194+149+117=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29575 is #3D6A8A. Grayscale: #9E9E9E. Windows color (decimal): -4024971 or 7706050. OLE color: 7706050.

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

Color convert

RGB194149117-
CMYK00.230.400.24
HSL24.94º38.69%60.98%-
HSV(B)24.94º39.69%76.08%-
XYZ36.2134.2521.53-
YUV158.81104.41153.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=42.17%
G=32.39%
B=25.43%

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
Decimal19414911700.230.400.2424.9438.6960.98
HexC29575017281819273d
Octal3022251650275030314775
Binary110000101001010111101010101111010001100011001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29575; }

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

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

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

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

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

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

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

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