#C6AFAD

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

Shades of Pink Swan #C6AFAD

Tints of Pink Swan #C6AFAD

Color information

#C6AFAD (or 0xC6AFAD) is unknown color: approx Pink Swan. HEX triplet: C6, AF and AD. RGB value is (198,175,173). Sum of RGB (Red+Green+Blue) = 198+175+173=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAD is #395052. Grayscale: #B5B5B5. Windows color (decimal): -3756115 or 11382726. OLE color: 11382726.

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

Color convert

RGB198175173-
CMYK00.120.130.22
HSL4.8º17.99%72.75%-
HSV(B)4.8º12.63%77.65%-
XYZ46.1645.6845.92-
YUV181.65123.12139.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=36.26%
G=32.05%
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.22
SystemRedGreenBlueCMYKHSL
Decimal19817517300.120.130.224.817.9972.75
HexC6AFAD0CD1651249
Octal3062572550141526522111
Binary11000110101011111010110101100110110110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFAD; }

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

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

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

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

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

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

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

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