#C0A6A6

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

Shades of Pink Swan #C0A6A6

Tints of Pink Swan #C0A6A6

Color information

#C0A6A6 (or 0xC0A6A6) is unknown color: approx Pink Swan. HEX triplet: C0, A6 and A6. RGB value is (192,166,166). Sum of RGB (Red+Green+Blue) = 192+166+166=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A6A6 is #3F5959. Grayscale: #ADADAD. Windows color (decimal): -4151642 or 10921664. OLE color: 10921664.

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

Color convert

RGB192166166-
CMYK00.140.140.25
HSL17.11%70.2%-
HSV(B)13.54%75.29%-
XYZ42.2641.2341.81-
YUV173.77123.61141-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=36.64%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216616600.140.140.25017.1170.2
HexC0A6A60EE1901146
Octal3002462460161631021106
Binary110000001010011010100110011101110110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6A6; }

 p { color: rgb(192,166,166); }

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

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

 a { background-color: rgb(192,166,166); }

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

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

 span { border-color: rgb(192,166,166); }

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