#C3AEAC

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

Shades of Pink Swan #C3AEAC

Tints of Pink Swan #C3AEAC

Color information

#C3AEAC (or 0xC3AEAC) is unknown color: approx Pink Swan. HEX triplet: C3, AE and AC. RGB value is (195,174,172). Sum of RGB (Red+Green+Blue) = 195+174+172=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEAC is #3C5153. Grayscale: #B4B4B4. Windows color (decimal): -3952980 or 11316931. OLE color: 11316931.

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

Color convert

RGB195174172-
CMYK00.110.120.24
HSL5.22º16.08%71.96%-
HSV(B)5.22º11.79%76.47%-
XYZ45.0944.8545.31-
YUV180.05123.46138.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=36.04%
G=32.16%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517417200.110.120.245.2216.0871.96
HexC3AEAC0BC1851048
Octal3032562540131430520110
Binary11000011101011101010110001011110011000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEAC; }

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

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

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

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

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

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

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

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