#C5ADAD

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

Shades of Pink Swan #C5ADAD

Tints of Pink Swan #C5ADAD

Color information

#C5ADAD (or 0xC5ADAD) is unknown color: approx Pink Swan. HEX triplet: C5, AD and AD. RGB value is (197,173,173). Sum of RGB (Red+Green+Blue) = 197+173+173=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ADAD is #3A5252. Grayscale: #B4B4B4. Windows color (decimal): -3822163 or 11382213. OLE color: 11382213.

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

Color convert

RGB197173173-
CMYK00.120.120.23
HSL17.14%72.55%-
HSV(B)12.18%77.25%-
XYZ45.5144.7745.78-
YUV180.18123.95140-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=36.28%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717317300.120.120.23017.1472.55
HexC5ADAD0CC1701149
Octal3052552550141427021111
Binary110001011010110110101101011001100101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADAD; }

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

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

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

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

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

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

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

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