#C2AFAC

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

Shades of Pink Swan #C2AFAC

Tints of Pink Swan #C2AFAC

Color information

#C2AFAC (or 0xC2AFAC) is unknown color: approx Pink Swan. HEX triplet: C2, AF and AC. RGB value is (194,175,172). Sum of RGB (Red+Green+Blue) = 194+175+172=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAC is #3D5053. Grayscale: #B4B4B4. Windows color (decimal): -4018260 or 11317186. OLE color: 11317186.

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

Color convert

RGB194175172-
CMYK00.100.110.24
HSL8.18º15.28%71.76%-
HSV(B)8.18º11.34%76.08%-
XYZ45.0245.1145.36-
YUV180.34123.29137.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=35.86%
G=32.35%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417517200.100.110.248.1815.2871.76
HexC2AFAC0AB188f48
Octal30225725401213301017110
Binary11000010101011111010110001010101111000100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFAC; }

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

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

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

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

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

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

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

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