#C2BAB9

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

Shades of Pink Swan #C2BAB9

Tints of Pink Swan #C2BAB9

Color information

#C2BAB9 (or 0xC2BAB9) is unknown color: approx Pink Swan. HEX triplet: C2, BA and B9. RGB value is (194,186,185). Sum of RGB (Red+Green+Blue) = 194+186+185=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAB9 is #3D4546. Grayscale: #BCBCBC. Windows color (decimal): -4015431 or 12171970. OLE color: 12171970.

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

Color convert

RGB194186185-
CMYK00.040.050.24
HSL6.67º6.87%74.31%-
HSV(B)6.67º4.64%76.08%-
XYZ48.5650.0953.01-
YUV188.28126.15132.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=34.34%
G=32.92%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418618500.040.050.246.676.8774.31
HexC2BAB904518774a
Octal3022722710453077112
Binary1100001010111010101110010100101110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAB9; }

 p { color: rgb(194,186,185); }

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

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

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

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

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

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

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