#C5AFAD

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

Shades of Pink Swan #C5AFAD

Tints of Pink Swan #C5AFAD

Color information

#C5AFAD (or 0xC5AFAD) is unknown color: approx Pink Swan. HEX triplet: C5, AF and AD. RGB value is (197,175,173). Sum of RGB (Red+Green+Blue) = 197+175+173=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AFAD is #3A5052. Grayscale: #B5B5B5. Windows color (decimal): -3821651 or 11382725. OLE color: 11382725.

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

Color convert

RGB197175173-
CMYK00.110.120.23
HSL17.14%72.55%-
HSV(B)12.18%77.25%-
XYZ45.945.5545.91-
YUV181.35123.29139.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=36.15%
G=32.11%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717517300.110.120.23517.1472.55
HexC5AFAD0BC1751149
Octal3052572550131427521111
Binary11000101101011111010110101011110010111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFAD; }

 p { color: rgb(197,175,173); }

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

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

 a { background-color: rgb(197,175,173); }

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

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

 span { border-color: rgb(197,175,173); }

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