#C2A6A5

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

Shades of Pink Swan #C2A6A5

Tints of Pink Swan #C2A6A5

Color information

#C2A6A5 (or 0xC2A6A5) is unknown color: approx Pink Swan. HEX triplet: C2, A6 and A5. RGB value is (194,166,165). Sum of RGB (Red+Green+Blue) = 194+166+165=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6A5 is #3D595A. Grayscale: #AEAEAE. Windows color (decimal): -4020571 or 10856130. OLE color: 10856130.

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

Color convert

RGB194166165-
CMYK00.140.150.24
HSL2.07º19.21%70.39%-
HSV(B)2.07º14.95%76.08%-
XYZ42.6841.4641.35-
YUV174.26122.78142.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=36.95%
G=31.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416616500.140.150.242.0719.2170.39
HexC2A6A50EF1821346
Octal3022462450161730223106
Binary1100001010100110101001010111011111100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6A5; }

 p { color: rgb(194,166,165); }

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

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

 a { background-color: rgb(194,166,165); }

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

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

 span { border-color: rgb(194,166,165); }

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