#C4AFAC

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

Shades of Pink Swan #C4AFAC

Tints of Pink Swan #C4AFAC

Color information

#C4AFAC (or 0xC4AFAC) is unknown color: approx Pink Swan. HEX triplet: C4, AF and AC. RGB value is (196,175,172). Sum of RGB (Red+Green+Blue) = 196+175+172=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAC is #3B5053. Grayscale: #B4B4B4. Windows color (decimal): -3887188 or 11317188. OLE color: 11317188.

HSL color Cylindrical-coordinate representation of color #C4AFAC: hue angle of 7.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 #C4AFAC is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196175172-
CMYK00.110.120.23
HSL7.5º16.9%72.16%-
HSV(B)7.5º12.24%76.86%-
XYZ45.5445.3745.39-
YUV180.94122.96138.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=36.10%
G=32.23%
B=31.68%

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
Decimal19617517200.110.120.237.516.972.16
HexC4AFAC0BC1781148
Octal30425725401314271021110
Binary110001001010111110101100010111100101111000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFAC; }

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

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

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

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

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

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

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

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