#C1ABAB

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

Shades of Pink Swan #C1ABAB

Tints of Pink Swan #C1ABAB

Color information

#C1ABAB (or 0xC1ABAB) is unknown color: approx Pink Swan. HEX triplet: C1, AB and AB. RGB value is (193,171,171). Sum of RGB (Red+Green+Blue) = 193+171+171=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABAB is #3E5454. Grayscale: #B1B1B1. Windows color (decimal): -4084821 or 11250625. OLE color: 11250625.

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

Color convert

RGB193171171-
CMYK00.110.110.24
HSL15.07%71.37%-
HSV(B)11.4%75.69%-
XYZ43.9143.444.59-
YUV177.58124.29139-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=36.07%
G=31.96%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317117100.110.110.24015.0771.37
HexC1ABAB0BB180f47
Octal3012532530131330017107
Binary11000001101010111010101101011101111000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABAB; }

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

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

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

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

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

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

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

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