#C5977E

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

Shades of Pale Taupe #C5977E

Tints of Pale Taupe #C5977E

Color information

#C5977E (or 0xC5977E) is unknown color: approx Pale Taupe. HEX triplet: C5, 97 and 7E. RGB value is (197,151,126). Sum of RGB (Red+Green+Blue) = 197+151+126=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5977E is #3A6881. Grayscale: #A2A2A2. Windows color (decimal): -3827842 or 8296389. OLE color: 8296389.

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

Color convert

RGB197151126-
CMYK00.230.360.23
HSL21.13º37.97%63.33%-
HSV(B)21.13º36.04%77.25%-
XYZ37.8635.5124.6-
YUV161.9107.74153.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=41.56%
G=31.86%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715112600.230.360.2321.1337.9763.33
HexC5977E017241715263f
Octal3052271760274427254677
Binary110001011001011111111100101111001001011110101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5977E; }

 p { color: rgb(197,151,126); }

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

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

 a { background-color: rgb(197,151,126); }

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

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

 span { border-color: rgb(197,151,126); }

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