#C4ACA9

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

Shades of Pink Swan #C4ACA9

Tints of Pink Swan #C4ACA9

Color information

#C4ACA9 (or 0xC4ACA9) is unknown color: approx Pink Swan. HEX triplet: C4, AC and A9. RGB value is (196,172,169). Sum of RGB (Red+Green+Blue) = 196+172+169=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACA9 is #3B5356. Grayscale: #B2B2B2. Windows color (decimal): -3887959 or 11119812. OLE color: 11119812.

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

Color convert

RGB196172169-
CMYK00.120.140.23
HSL6.67º18.62%71.57%-
HSV(B)6.67º13.78%76.86%-
XYZ44.6844.1143.69-
YUV178.83122.45140.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=36.50%
G=32.03%
B=31.47%

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
Decimal19617216900.120.140.236.6718.6271.57
HexC4ACA90CE1771348
Octal3042542510141627723110
Binary11000100101011001010100101100111010111111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACA9; }

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

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

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

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

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

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

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

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