#C5AAA8

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

Shades of Pink Swan #C5AAA8

Tints of Pink Swan #C5AAA8

Color information

#C5AAA8 (or 0xC5AAA8) is unknown color: approx Pink Swan. HEX triplet: C5, AA and A8. RGB value is (197,170,168). Sum of RGB (Red+Green+Blue) = 197+170+168=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA8 is #3A5557. Grayscale: #B1B1B1. Windows color (decimal): -3822936 or 11053765. OLE color: 11053765.

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

Color convert

RGB197170168-
CMYK00.140.150.23
HSL4.14º20%71.57%-
HSV(B)4.14º14.72%77.25%-
XYZ44.4743.4543.09-
YUV177.84122.45141.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=36.82%
G=31.78%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717016800.140.150.234.142071.57
HexC5AAA80EF1741448
Octal3052522500161727424110
Binary11000101101010101010100001110111110111100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAA8; }

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

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

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

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

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

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

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

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