#C1ABA9

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

Shades of Pink Swan #C1ABA9

Tints of Pink Swan #C1ABA9

Color information

#C1ABA9 (or 0xC1ABA9) is unknown color: approx Pink Swan. HEX triplet: C1, AB and A9. RGB value is (193,171,169). Sum of RGB (Red+Green+Blue) = 193+171+169=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABA9 is #3E5456. Grayscale: #B1B1B1. Windows color (decimal): -4084823 or 11119553. OLE color: 11119553.

HSL color Cylindrical-coordinate representation of color #C1ABA9: hue angle of 5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1ABA9 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193171169-
CMYK00.110.120.24
HSL16.22%70.98%-
HSV(B)12.44%75.69%-
XYZ43.7243.3343.6-
YUV177.35123.29139.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=36.21%
G=32.08%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317116900.110.120.24516.2270.98
HexC1ABA90BC1851047
Octal3012532510131430520107
Binary11000001101010111010100101011110011000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABA9; }

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

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

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

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

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

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

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

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