#C5AEAC

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

Shades of Pink Swan #C5AEAC

Tints of Pink Swan #C5AEAC

Color information

#C5AEAC (or 0xC5AEAC) is unknown color: approx Pink Swan. HEX triplet: C5, AE and AC. RGB value is (197,174,172). Sum of RGB (Red+Green+Blue) = 197+174+172=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEAC is #3A5153. Grayscale: #B4B4B4. Windows color (decimal): -3821908 or 11316933. OLE color: 11316933.

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

Color convert

RGB197174172-
CMYK00.120.130.23
HSL4.8º17.73%72.35%-
HSV(B)4.8º12.69%77.25%-
XYZ45.6145.1245.34-
YUV180.65123.12139.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=36.28%
G=32.04%
B=31.68%

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
Decimal19717417200.120.130.234.817.7372.35
HexC5AEAC0CD1751248
Octal3052562540141527522110
Binary11000101101011101010110001100110110111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEAC; }

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

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

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

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

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

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

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

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