#C5957A

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

Shades of Pale Taupe #C5957A

Tints of Pale Taupe #C5957A

Color information

#C5957A (or 0xC5957A) is unknown color: approx Pale Taupe. HEX triplet: C5, 95 and 7A. RGB value is (197,149,122). Sum of RGB (Red+Green+Blue) = 197+149+122=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5957A is #3A6A85. Grayscale: #A0A0A0. Windows color (decimal): -3828358 or 8033733. OLE color: 8033733.

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

Color convert

RGB197149122-
CMYK00.240.380.23
HSL21.6º39.27%62.55%-
HSV(B)21.6º38.07%77.25%-
XYZ37.2934.7723.16-
YUV160.27106.4154.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=42.09%
G=31.84%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714912200.240.380.2321.639.2762.55
HexC5957A018261716273f
Octal3052251720304627264777
Binary110001011001010111110100110001001101011110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5957A; }

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

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

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

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

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

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

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

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