#C4ACAB

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

Shades of Pink Swan #C4ACAB

Tints of Pink Swan #C4ACAB

Color information

#C4ACAB (or 0xC4ACAB) is unknown color: approx Pink Swan. HEX triplet: C4, AC and AB. RGB value is (196,172,171). Sum of RGB (Red+Green+Blue) = 196+172+171=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAB is #3B5354. Grayscale: #B3B3B3. Windows color (decimal): -3887957 or 11250884. OLE color: 11250884.

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

Color convert

RGB196172171-
CMYK00.120.130.23
HSL2.4º17.48%71.96%-
HSV(B)2.4º12.76%76.86%-
XYZ44.8744.1844.69-
YUV179.06123.45140.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=36.36%
G=31.91%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617217100.120.130.232.417.4871.96
HexC4ACAB0CD1721148
Octal3042542530141527221110
Binary1100010010101100101010110110011011011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACAB; }

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

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

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

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

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

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

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

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