#C5AAA9

Color #C5AAA9 Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #C5AAA9

Tints of Pink Swan #C5AAA9

Color information

#C5AAA9 (or 0xC5AAA9) is unknown color: approx Pink Swan. HEX triplet: C5, AA and A9. RGB value is (197,170,169). Sum of RGB (Red+Green+Blue) = 197+170+169=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA9 is #3A5556. Grayscale: #B1B1B1. Windows color (decimal): -3822935 or 11119301. OLE color: 11119301.

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

Color convert

RGB197170169-
CMYK00.140.140.23
HSL2.14º19.44%71.76%-
HSV(B)2.14º14.21%77.25%-
XYZ44.5643.4843.58-
YUV177.96122.95141.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=36.75%
G=31.72%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717016900.140.140.232.1419.4471.76
HexC5AAA90EE1721348
Octal3052522510161627223110
Binary1100010110101010101010010111011101011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAA9; }

 p { color: rgb(197,170,169); }

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

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

 a { background-color: rgb(197,170,169); }

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

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

 span { border-color: rgb(197,170,169); }

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