#C2ACAA

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

Shades of Pink Swan #C2ACAA

Tints of Pink Swan #C2ACAA

Color information

#C2ACAA (or 0xC2ACAA) is unknown color: approx Pink Swan. HEX triplet: C2, AC and AA. RGB value is (194,172,170). Sum of RGB (Red+Green+Blue) = 194+172+170=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACAA is #3D5355. Grayscale: #B2B2B2. Windows color (decimal): -4019030 or 11185346. OLE color: 11185346.

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

Color convert

RGB194172170-
CMYK00.110.120.24
HSL16.44%71.37%-
HSV(B)12.37%76.08%-
XYZ44.2643.8844.17-
YUV178.35123.29139.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=36.19%
G=32.09%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417217000.110.120.24516.4471.37
HexC2ACAA0BC1851047
Octal3022542520131430520107
Binary11000010101011001010101001011110011000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACAA; }

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

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

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

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

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

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

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

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