#C2AAAA

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

Shades of Pink Swan #C2AAAA

Tints of Pink Swan #C2AAAA

Color information

#C2AAAA (or 0xC2AAAA) is unknown color: approx Pink Swan. HEX triplet: C2, AA and AA. RGB value is (194,170,170). Sum of RGB (Red+Green+Blue) = 194+170+170=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAAA is #3D5555. Grayscale: #B1B1B1. Windows color (decimal): -4019542 or 11184834. OLE color: 11184834.

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

Color convert

RGB194170170-
CMYK00.120.120.24
HSL16.44%71.37%-
HSV(B)12.37%76.08%-
XYZ43.8843.1244.04-
YUV177.18123.95140-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=36.33%
G=31.84%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417017000.120.120.24016.4471.37
HexC2AAAA0CC1801047
Octal3022522520141430020107
Binary110000101010101010101010011001100110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAAA; }

 p { color: rgb(194,170,170); }

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

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

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

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

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

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

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