#C2AFAB

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

Shades of Pink Swan #C2AFAB

Tints of Pink Swan #C2AFAB

Color information

#C2AFAB (or 0xC2AFAB) is unknown color: approx Pink Swan. HEX triplet: C2, AF and AB. RGB value is (194,175,171). Sum of RGB (Red+Green+Blue) = 194+175+171=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAB is #3D5054. Grayscale: #B4B4B4. Windows color (decimal): -4018261 or 11251650. OLE color: 11251650.

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

Color convert

RGB194175171-
CMYK00.100.120.24
HSL10.43º15.86%71.57%-
HSV(B)10.43º11.86%76.08%-
XYZ44.9345.0744.86-
YUV180.22122.79137.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35.93%
G=32.41%
B=31.67%

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
Decimal19417517100.100.120.2410.4315.8671.57
HexC2AFAB0AC18a1048
Octal30225725301214301220110
Binary110000101010111110101011010101100110001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFAB; }

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

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

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

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

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

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

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

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