#C4AFAE

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

Shades of Pink Swan #C4AFAE

Tints of Pink Swan #C4AFAE

Color information

#C4AFAE (or 0xC4AFAE) is unknown color: approx Pink Swan. HEX triplet: C4, AF and AE. RGB value is (196,175,174). Sum of RGB (Red+Green+Blue) = 196+175+174=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAE is #3B5051. Grayscale: #B5B5B5. Windows color (decimal): -3887186 or 11448260. OLE color: 11448260.

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

Color convert

RGB196175174-
CMYK00.110.110.23
HSL2.73º15.71%72.55%-
HSV(B)2.73º11.22%76.86%-
XYZ45.7345.4546.41-
YUV181.17123.96138.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=35.96%
G=32.11%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617517400.110.110.232.7315.7172.55
HexC4AFAE0BB1731049
Octal3042572560131327320111
Binary1100010010101111101011100101110111011111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFAE; }

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

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

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

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

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

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

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

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