#C3AFAC

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

Shades of Pink Swan #C3AFAC

Tints of Pink Swan #C3AFAC

Color information

#C3AFAC (or 0xC3AFAC) is unknown color: approx Pink Swan. HEX triplet: C3, AF and AC. RGB value is (195,175,172). Sum of RGB (Red+Green+Blue) = 195+175+172=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFAC is #3C5053. Grayscale: #B4B4B4. Windows color (decimal): -3952724 or 11317187. OLE color: 11317187.

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

Color convert

RGB195175172-
CMYK00.100.120.24
HSL7.83º16.08%71.96%-
HSV(B)7.83º11.79%76.47%-
XYZ45.2845.2445.38-
YUV180.64123.13138.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=35.98%
G=32.29%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517517200.100.120.247.8316.0871.96
HexC3AFAC0AC1881048
Octal30325725401214301020110
Binary110000111010111110101100010101100110001000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFAC; }

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

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

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

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

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

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

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

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