#C2957B

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

Shades of Pale Taupe #C2957B

Tints of Pale Taupe #C2957B

Color information

#C2957B (or 0xC2957B) is unknown color: approx Pale Taupe. HEX triplet: C2, 95 and 7B. RGB value is (194,149,123). Sum of RGB (Red+Green+Blue) = 194+149+123=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957B is #3D6A84. Grayscale: #9F9F9F. Windows color (decimal): -4024965 or 8099266. OLE color: 8099266.

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

Color convert

RGB194149123-
CMYK00.230.370.24
HSL21.97º36.79%62.16%-
HSV(B)21.97º36.6%76.08%-
XYZ36.5734.3923.45-
YUV159.49107.41152.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=41.63%
G=31.97%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414912300.230.370.2421.9736.7962.16
HexC2957B017251816253e
Octal3022251730274530264576
Binary110000101001010111110110101111001011100010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2957B; }

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

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

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

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

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

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

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

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