#C2ABAB

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

Shades of Pink Swan #C2ABAB

Tints of Pink Swan #C2ABAB

Color information

#C2ABAB (or 0xC2ABAB) is unknown color: approx Pink Swan. HEX triplet: C2, AB and AB. RGB value is (194,171,171). Sum of RGB (Red+Green+Blue) = 194+171+171=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABAB is #3D5454. Grayscale: #B1B1B1. Windows color (decimal): -4019285 or 11250626. OLE color: 11250626.

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

Color convert

RGB194171171-
CMYK00.120.120.24
HSL15.86%71.57%-
HSV(B)11.86%76.08%-
XYZ44.1643.5444.6-
YUV177.88124.12139.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=36.19%
G=31.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417117100.120.120.24015.8671.57
HexC2ABAB0CC1801048
Octal3022532530141430020110
Binary110000101010101110101011011001100110000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABAB; }

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

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

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

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

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

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

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

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