#C5ABA9

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

Shades of Pink Swan #C5ABA9

Tints of Pink Swan #C5ABA9

Color information

#C5ABA9 (or 0xC5ABA9) is unknown color: approx Pink Swan. HEX triplet: C5, AB and A9. RGB value is (197,171,169). Sum of RGB (Red+Green+Blue) = 197+171+169=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA9 is #3A5456. Grayscale: #B2B2B2. Windows color (decimal): -3822679 or 11119557. OLE color: 11119557.

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

Color convert

RGB197171169-
CMYK00.130.140.23
HSL4.29º19.44%71.76%-
HSV(B)4.29º14.21%77.25%-
XYZ44.7543.8643.64-
YUV178.55122.61141.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=36.69%
G=31.84%
B=31.47%

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
Decimal19717116900.130.140.234.2919.4471.76
HexC5ABA90DE1741348
Octal3052532510151627423110
Binary11000101101010111010100101101111010111100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABA9; }

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

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

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

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

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

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

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

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