#C5957F

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

Shades of Pale Taupe #C5957F

Tints of Pale Taupe #C5957F

Color information

#C5957F (or 0xC5957F) is unknown color: approx Pale Taupe. HEX triplet: C5, 95 and 7F. RGB value is (197,149,127). Sum of RGB (Red+Green+Blue) = 197+149+127=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5957F is #3A6A80. Grayscale: #A0A0A0. Windows color (decimal): -3828353 or 8361413. OLE color: 8361413.

HSL color Cylindrical-coordinate representation of color #C5957F: hue angle of 18.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5957F is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197149127-
CMYK00.240.360.23
HSL18.86º37.63%63.53%-
HSV(B)18.86º35.53%77.25%-
XYZ37.634.924.83-
YUV160.84108.9153.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 127 (50% from 255) = 26.85%
R=41.65%
G=31.50%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714912700.240.360.2318.8637.6363.53
HexC5957F0182417132640
Octal30522517703044272346100
Binary1100010110010101111111101100010010010111100111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5957F; }

 p { color: rgb(197,149,127); }

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

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

 a { background-color: rgb(197,149,127); }

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

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

 span { border-color: rgb(197,149,127); }

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