#C2AFAA

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

Shades of Pink Swan #C2AFAA

Tints of Pink Swan #C2AFAA

Color information

#C2AFAA (or 0xC2AFAA) is unknown color: approx Pink Swan. HEX triplet: C2, AF and AA. RGB value is (194,175,170). Sum of RGB (Red+Green+Blue) = 194+175+170=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAA is #3D5055. Grayscale: #B4B4B4. Windows color (decimal): -4018262 or 11186114. OLE color: 11186114.

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

Color convert

RGB194175170-
CMYK00.100.120.24
HSL12.5º16.44%71.37%-
HSV(B)12.5º12.37%76.08%-
XYZ44.8345.0344.36-
YUV180.11122.29137.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.99%
G=32.47%
B=31.54%

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
Decimal19417517000.100.120.2412.516.4471.37
HexC2AFAA0AC18d1047
Octal30225725201214301520107
Binary110000101010111110101010010101100110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFAA; }

 p { color: rgb(194,175,170); }

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

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

 a { background-color: rgb(194,175,170); }

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

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

 span { border-color: rgb(194,175,170); }

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