#C3ACAC

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

Shades of Pink Swan #C3ACAC

Tints of Pink Swan #C3ACAC

Color information

#C3ACAC (or 0xC3ACAC) is unknown color: approx Pink Swan. HEX triplet: C3, AC and AC. RGB value is (195,172,172). Sum of RGB (Red+Green+Blue) = 195+172+172=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACAC is #3C5353. Grayscale: #B2B2B2. Windows color (decimal): -3953492 or 11316419. OLE color: 11316419.

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

Color convert

RGB195172172-
CMYK00.120.120.24
HSL16.08%71.96%-
HSV(B)11.79%76.47%-
XYZ44.744.0945.18-
YUV178.88124.12139.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.18%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=36.18%
G=31.91%
B=31.91%

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
Decimal19517217200.120.120.24016.0871.96
HexC3ACAC0CC1801048
Octal3032542540141430020110
Binary110000111010110010101100011001100110000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACAC; }

 p { color: rgb(195,172,172); }

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

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

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

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

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

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

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