#C1ACAA

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

Shades of Pink Swan #C1ACAA

Tints of Pink Swan #C1ACAA

Color information

#C1ACAA (or 0xC1ACAA) is unknown color: approx Pink Swan. HEX triplet: C1, AC and AA. RGB value is (193,172,170). Sum of RGB (Red+Green+Blue) = 193+172+170=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACAA is #3E5355. Grayscale: #B2B2B2. Windows color (decimal): -4084566 or 11185345. OLE color: 11185345.

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

Color convert

RGB193172170-
CMYK00.110.120.24
HSL5.22º15.65%71.18%-
HSV(B)5.22º11.92%75.69%-
XYZ4443.7444.15-
YUV178.05123.46138.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=36.07%
G=32.15%
B=31.78%

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
Decimal19317217000.110.120.245.2215.6571.18
HexC1ACAA0BC1851047
Octal3012542520131430520107
Binary11000001101011001010101001011110011000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACAA; }

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

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

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

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

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

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

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

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