#C4AEAC

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

Shades of Pink Swan #C4AEAC

Tints of Pink Swan #C4AEAC

Color information

#C4AEAC (or 0xC4AEAC) is unknown color: approx Pink Swan. HEX triplet: C4, AE and AC. RGB value is (196,174,172). Sum of RGB (Red+Green+Blue) = 196+174+172=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAC is #3B5153. Grayscale: #B4B4B4. Windows color (decimal): -3887444 or 11316932. OLE color: 11316932.

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

Color convert

RGB196174172-
CMYK00.110.120.23
HSL16.9%72.16%-
HSV(B)12.24%76.86%-
XYZ45.3544.9945.32-
YUV180.35123.29139.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=36.16%
G=32.10%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617417200.110.120.23516.972.16
HexC4AEAC0BC1751148
Octal3042562540131427521110
Binary11000100101011101010110001011110010111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEAC; }

 p { color: rgb(196,174,172); }

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

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

 a { background-color: rgb(196,174,172); }

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

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

 span { border-color: rgb(196,174,172); }

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