#C5947A

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

Shades of Pale Taupe #C5947A

Tints of Pale Taupe #C5947A

Color information

#C5947A (or 0xC5947A) is unknown color: approx Pale Taupe. HEX triplet: C5, 94 and 7A. RGB value is (197,148,122). Sum of RGB (Red+Green+Blue) = 197+148+122=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5947A is #3A6B85. Grayscale: #9F9F9F. Windows color (decimal): -3828614 or 8033477. OLE color: 8033477.

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

Color convert

RGB197148122-
CMYK00.250.380.23
HSL20.8º39.27%62.55%-
HSV(B)20.8º38.07%77.25%-
XYZ37.1334.4623.11-
YUV159.69106.73154.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=42.18%
G=31.69%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714812200.250.380.2320.839.2762.55
HexC5947A019261715273f
Octal3052241720314627254777
Binary110001011001010011110100110011001101011110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5947A; }

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

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

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

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

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

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

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

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