#C1AFAE

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

Shades of Pink Swan #C1AFAE

Tints of Pink Swan #C1AFAE

Color information

#C1AFAE (or 0xC1AFAE) is unknown color: approx Pink Swan. HEX triplet: C1, AF and AE. RGB value is (193,175,174). Sum of RGB (Red+Green+Blue) = 193+175+174=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAE is #3E5051. Grayscale: #B4B4B4. Windows color (decimal): -4083794 or 11448257. OLE color: 11448257.

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

Color convert

RGB193175174-
CMYK00.090.100.24
HSL3.16º13.29%71.96%-
HSV(B)3.16º9.84%75.69%-
XYZ44.9645.0546.37-
YUV180.27124.46137.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=35.61%
G=32.29%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317517400.090.100.243.1613.2971.96
HexC1AFAE09A183d48
Octal3012572560111230315110
Binary110000011010111110101110010011010110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFAE; }

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

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

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

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

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

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

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

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