#C4ACAC

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

Shades of Pink Swan #C4ACAC

Tints of Pink Swan #C4ACAC

Color information

#C4ACAC (or 0xC4ACAC) is unknown color: approx Pink Swan. HEX triplet: C4, AC and AC. RGB value is (196,172,172). Sum of RGB (Red+Green+Blue) = 196+172+172=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAC is #3B5353. Grayscale: #B3B3B3. Windows color (decimal): -3887956 or 11316420. OLE color: 11316420.

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

Color convert

RGB196172172-
CMYK00.120.120.23
HSL16.9%72.16%-
HSV(B)12.24%76.86%-
XYZ44.9644.2245.2-
YUV179.18123.95140-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=36.30%
G=31.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617217200.120.120.23016.972.16
HexC4ACAC0CC1701148
Octal3042542540141427021110
Binary110001001010110010101100011001100101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACAC; }

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

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

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

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

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

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

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

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