#C4ACA8

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

Shades of Pink Swan #C4ACA8

Tints of Pink Swan #C4ACA8

Color information

#C4ACA8 (or 0xC4ACA8) is unknown color: approx Pink Swan. HEX triplet: C4, AC and A8. RGB value is (196,172,168). Sum of RGB (Red+Green+Blue) = 196+172+168=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACA8 is #3B5357. Grayscale: #B2B2B2. Windows color (decimal): -3887960 or 11054276. OLE color: 11054276.

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

Color convert

RGB196172168-
CMYK00.120.140.23
HSL8.57º19.18%71.37%-
HSV(B)8.57º14.29%76.86%-
XYZ44.5944.0743.2-
YUV178.72121.95140.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=36.57%
G=32.09%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617216800.120.140.238.5719.1871.37
HexC4ACA80CE1791347
Octal30425425001416271123107
Binary110001001010110010101000011001110101111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACA8; }

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

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

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

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

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

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

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

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