#C1AFAB

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

Shades of Pink Swan #C1AFAB

Tints of Pink Swan #C1AFAB

Color information

#C1AFAB (or 0xC1AFAB) is unknown color: approx Pink Swan. HEX triplet: C1, AF and AB. RGB value is (193,175,171). Sum of RGB (Red+Green+Blue) = 193+175+171=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAB is #3E5054. Grayscale: #B3B3B3. Windows color (decimal): -4083797 or 11251649. OLE color: 11251649.

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

Color convert

RGB193175171-
CMYK00.090.110.24
HSL10.91º15.07%71.37%-
HSV(B)10.91º11.4%75.69%-
XYZ44.6744.9444.85-
YUV179.93122.96137.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=35.81%
G=32.47%
B=31.73%

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
Decimal19317517100.090.110.2410.9115.0771.37
HexC1AFAB09B18bf47
Octal30125725301113301317107
Binary11000001101011111010101101001101111000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFAB; }

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

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

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

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

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

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

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

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