#C1AFAC

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

Shades of Pink Swan #C1AFAC

Tints of Pink Swan #C1AFAC

Color information

#C1AFAC (or 0xC1AFAC) is unknown color: approx Pink Swan. HEX triplet: C1, AF and AC. RGB value is (193,175,172). Sum of RGB (Red+Green+Blue) = 193+175+172=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAC is #3E5053. Grayscale: #B4B4B4. Windows color (decimal): -4083796 or 11317185. OLE color: 11317185.

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

Color convert

RGB193175172-
CMYK00.090.110.24
HSL8.57º14.48%71.57%-
HSV(B)8.57º10.88%75.69%-
XYZ44.7744.9845.35-
YUV180.04123.46137.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=35.74%
G=32.41%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317517200.090.110.248.5714.4871.57
HexC1AFAC09B189e48
Octal30125725401113301116110
Binary11000001101011111010110001001101111000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFAC; }

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

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

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

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

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

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

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

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