#C5ACAA

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

Shades of Pink Swan #C5ACAA

Tints of Pink Swan #C5ACAA

Color information

#C5ACAA (or 0xC5ACAA) is unknown color: approx Pink Swan. HEX triplet: C5, AC and AA. RGB value is (197,172,170). Sum of RGB (Red+Green+Blue) = 197+172+170=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACAA is #3A5355. Grayscale: #B3B3B3. Windows color (decimal): -3822422 or 11185349. OLE color: 11185349.

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

Color convert

RGB197172170-
CMYK00.130.140.23
HSL4.44º18.88%71.96%-
HSV(B)4.44º13.71%77.25%-
XYZ45.0344.2844.2-
YUV179.25122.78140.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=36.55%
G=31.91%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717217000.130.140.234.4418.8871.96
HexC5ACAA0DE1741348
Octal3052542520151627423110
Binary11000101101011001010101001101111010111100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACAA; }

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

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

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

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

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

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

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

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