#C6AFAF

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

Shades of Pink Swan #C6AFAF

Tints of Pink Swan #C6AFAF

Color information

#C6AFAF (or 0xC6AFAF) is unknown color: approx Pink Swan. HEX triplet: C6, AF and AF. RGB value is (198,175,175). Sum of RGB (Red+Green+Blue) = 198+175+175=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAF is #395050. Grayscale: #B5B5B5. Windows color (decimal): -3756113 or 11513798. OLE color: 11513798.

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

Color convert

RGB198175175-
CMYK00.120.120.22
HSL16.79%73.14%-
HSV(B)11.62%77.65%-
XYZ46.3645.7646.95-
YUV181.88124.12139.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=36.13%
G=31.93%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817517500.120.120.22016.7973.14
HexC6AFAF0CC1601149
Octal3062572570141426021111
Binary110001101010111110101111011001100101100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFAF; }

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

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

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

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

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

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

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

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