#C6ADAD

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

Shades of Pink Swan #C6ADAD

Tints of Pink Swan #C6ADAD

Color information

#C6ADAD (or 0xC6ADAD) is unknown color: approx Pink Swan. HEX triplet: C6, AD and AD. RGB value is (198,173,173). Sum of RGB (Red+Green+Blue) = 198+173+173=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAD is #395252. Grayscale: #B4B4B4. Windows color (decimal): -3756627 or 11382214. OLE color: 11382214.

HSL color Cylindrical-coordinate representation of color #C6ADAD: hue angle of 0º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ADAD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198173173-
CMYK00.130.130.22
HSL17.99%72.75%-
HSV(B)12.63%77.65%-
XYZ45.7844.9145.79-
YUV180.48123.78140.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=36.40%
G=31.80%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817317300.130.130.22017.9972.75
HexC6ADAD0DD1601249
Octal3062552550151526022111
Binary110001101010110110101101011011101101100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADAD; }

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

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

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

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

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

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

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

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