#C5ABAA

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

Shades of Pink Swan #C5ABAA

Tints of Pink Swan #C5ABAA

Color information

#C5ABAA (or 0xC5ABAA) is unknown color: approx Pink Swan. HEX triplet: C5, AB and AA. RGB value is (197,171,170). Sum of RGB (Red+Green+Blue) = 197+171+170=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAA is #3A5455. Grayscale: #B2B2B2. Windows color (decimal): -3822678 or 11185093. OLE color: 11185093.

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

Color convert

RGB197171170-
CMYK00.130.140.23
HSL2.22º18.88%71.96%-
HSV(B)2.22º13.71%77.25%-
XYZ44.8443.944.14-
YUV178.66123.11141.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=36.62%
G=31.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717117000.130.140.232.2218.8871.96
HexC5ABAA0DE1721348
Octal3052532520151627223110
Binary1100010110101011101010100110111101011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABAA; }

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

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

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

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

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

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

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

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