#C4ACAA

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

Shades of Pink Swan #C4ACAA

Tints of Pink Swan #C4ACAA

Color information

#C4ACAA (or 0xC4ACAA) is unknown color: approx Pink Swan. HEX triplet: C4, AC and AA. RGB value is (196,172,170). Sum of RGB (Red+Green+Blue) = 196+172+170=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAA is #3B5355. Grayscale: #B2B2B2. Windows color (decimal): -3887958 or 11185348. OLE color: 11185348.

HSL color Cylindrical-coordinate representation of color #C4ACAA: hue angle of 4.62º degrees, saturation: 0.18, 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 #C4ACAA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196172170-
CMYK00.120.130.23
HSL4.62º18.06%71.76%-
HSV(B)4.62º13.27%76.86%-
XYZ44.7744.1444.19-
YUV178.95122.95140.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=36.43%
G=31.97%
B=31.60%

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
Decimal19617217000.120.130.234.6218.0671.76
HexC4ACAA0CD1751248
Octal3042542520141527522110
Binary11000100101011001010101001100110110111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACAA; }

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

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

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

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

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

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

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

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