#C1ABAA

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

Shades of Pink Swan #C1ABAA

Tints of Pink Swan #C1ABAA

Color information

#C1ABAA (or 0xC1ABAA) is unknown color: approx Pink Swan. HEX triplet: C1, AB and AA. RGB value is (193,171,170). Sum of RGB (Red+Green+Blue) = 193+171+170=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABAA is #3E5455. Grayscale: #B1B1B1. Windows color (decimal): -4084822 or 11185089. OLE color: 11185089.

HSL color Cylindrical-coordinate representation of color #C1ABAA: hue angle of 2.61º 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 #C1ABAA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193171170-
CMYK00.110.120.24
HSL2.61º15.65%71.18%-
HSV(B)2.61º11.92%75.69%-
XYZ43.8143.3744.09-
YUV177.46123.79139.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=36.14%
G=32.02%
B=31.84%

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
Decimal19317117000.110.120.242.6115.6571.18
HexC1ABAA0BC1831047
Octal3012532520131430320107
Binary1100000110101011101010100101111001100011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABAA; }

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

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

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

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

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

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

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

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