#C2B1AE

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

Shades of Pink Swan #C2B1AE

Tints of Pink Swan #C2B1AE

Color information

#C2B1AE (or 0xC2B1AE) is unknown color: approx Pink Swan. HEX triplet: C2, B1 and AE. RGB value is (194,177,174). Sum of RGB (Red+Green+Blue) = 194+177+174=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B1AE is #3D4E51. Grayscale: #B5B5B5. Windows color (decimal): -4017746 or 11448770. OLE color: 11448770.

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

Color convert

RGB194177174-
CMYK00.090.100.24
HSL14.08%72.16%-
HSV(B)10.31%76.08%-
XYZ45.6145.9746.51-
YUV181.74123.63136.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=35.60%
G=32.48%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417717400.090.100.24914.0872.16
HexC2B1AE09A189e48
Octal30226125601112301116110
Binary11000010101100011010111001001101011000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1AE; }

 p { color: rgb(194,177,174); }

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

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

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

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

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

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

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